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
相关文档:
Linux 下常用的 SVN 命令
1、将文件checkout到本地目录
svn checkout path(path是服务器上的目录)
例如:svn checkout svn://192.168.1.1/pro/domain
简写:svn co
2、往版本库中添加新的文件
svn add file
例如:svn add test.php(添加test.php)
svn add *.php(添加当前目录下所有的php文件)
3 ......
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问世18周年,18年的成长,如梦似幻,风雨颇多,感慨颇多。
犹自忆起多年以前一位前辈训导时的箴言:今天的必然正是由之前一系列的偶然所决定的。过去的某年某月,我偶然初识Linux就身陷其中,至今仍找不到出去的路,而正是这次乃至之后的多次偶然相联合,从而决定了今日的我要在此写下这些话。那么 ......
热心点评:硬盘安装fedora的规则就像我们非常亚克西的政策一样, 告诉你不能发送yellow短信, 但就是不告诉你yellow的尺度是什么, 你只能冒着手机停机的危险,测试下哪些短信究竟射黄了。 通过不下两位数的重启, 摸索了一点点规则。 OK, 我想Linux不是gov, 安装还是有规则可言的,只是我们还没有找到这个readme? 达 ......