How to check into Linux OS
I learned some experience while Nanjing found 0x03 error. At begining, we don't know why our GSRM(a linux process) hang in a short time 5 seconds sometimes. It didn't handle any message at that time and the interruption is not regularly. So we assume we have Linux OS problem. We did following checks: 1. Turn off Iptables service.
[root@Motorola-SRM-1A ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- Motorola-SRM-1A anywhere tcp dpt:glrpc flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- 10.0.0.2 anywhere tcp dpt:glrpc flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- Motorola-SRM-1B anywhere tcp dpt:glrpc flags:FIN,SYN,RST,ACK/SYN
DROP tcp -- anywhere anywhere tcp dpt:glrpc flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- Motorola-SRM-1A anywhere tcp dpt:sqlexec flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- 10.0.0.2 anywhere tcp dpt:sqlexec fl
相关文档:
Understanding software Installation (configure, make, make install)
This
tutorial is aimed at those who have just started using Linux.
Generally when users from the Windows background enter the Linux
scene,they are totally stumped by the softwar ......
Linux文件名的长度限制是255个字符
windows下完全限定文件名必须少于260个字符,目录名必须小于248个字符。
linux下文件数、目录数、文件名长度的各种限制
以下测试都是在没有优化或修改内核的前提下测试的结果
1. 测试目的:ext3文件系统下filename最大字符长度
测试平台:RHEL5U3_x64
测试过程:
L ......
在Linux中使用电驴是一件非常容易的事情,下面以Fedora6为例介绍安装使用步骤.
安装
--在安装之前请先确认,自己的系统中是否安装了wxGTK
这个包:
--使用系统自带的源即可安装
# yum install wxGTK
--下载aMule并安装(此处安装的是Fedorazod版本)
& ......