- 
            	  NMAP - A Stealth Port Scanner--reference所属栏目:[Linux] 日期:2020-09-18 热度:132 http://nmap.org/bennieston-tutorial/实例:nmap -sP 192.168.21.*Contents1IntroductionNmap is a free, ope[详细] 
- 
            	  CentOS下安装JDK7 转载所属栏目:[Linux] 日期:2020-09-18 热度:179 转载地址:http://www.cnblogs.com/rilley/archive/2012/02/02/2335395.htmlCentOS下安装JDK7下载地址:http://www.oracl[详细] 
- 
            	  解决两台centos虚拟机Telnet服务无法联机的问题所属栏目:[Linux] 日期:2020-09-18 热度:140 关闭防火墙[root@localhost ~]# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Set[详细] 
- 
            	  linux主机间复制文件所属栏目:[Linux] 日期:2020-09-18 热度:183 命令基本格式:1、从 本地 复制到 远程* 复制文件: * 命令格式: scp local_file remote_username@remote_ip:remote_folder 或者 scp lo[详细] 
- 
            	  RPM安装命令总结--转载所属栏目:[Linux] 日期:2020-09-18 热度:93 原地址:http://www.cnblogs.com/zqwang0929/p/3352237.html在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全[详细] 
- 
            	  linux乱码问题所属栏目:[Linux] 日期:2020-09-18 热度:79 命令输入:export LANG=zh_CN.GBKgrep匹配时高亮先执行:export GREP_OPTIONS=--color=auto;后执行:grep 匹配内容 文件;描[详细] 
- 
            	  linux vi 撤销重做于前进后退--转所属栏目:[Linux] 日期:2020-09-18 热度:90 在vi中按u可以撤销一次操作u 撤销上一步的操作Ctrl+r 恢复上一步被撤销的操作注意:如果你输入“u”两次,你的文本恢复原样,那应该是你的Vim被配置在Vi兼容模式了。重做如果你撤销得太多,你可以[详细] 
- 
            	  Common Linux log files name and usage--reference所属栏目:[Linux] 日期:2020-09-18 热度:109 If you spend lot of time in Linux environment, it is essential that you know where the log files are[详细] 
- 
            	  How to allow/block PING on Linux server – IPTables rules for所属栏目:[Linux] 日期:2020-09-18 热度:50 BYADMIN-APRIL, 9TH 2014The ‘PING’, it’s a command-line tool to check a host is reachable or not. We[详细] 
- 
            	  Fast portable non-blocking network programming with Libevent所属栏目:[Linux] 日期:2020-09-18 热度:62 Learning LibeventChapter 0: About this documentChapter 1: A tiny introduction to asynchronous IO.A L[详细] 
- 
            	  主机访问虚拟机中linux上的web服务所属栏目:[Linux] 日期:2020-09-18 热度:134 环境:主机windows xp 虚拟机centos 6.4[root@localhost /]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT[root@[详细] 
- 
            	  How can I exclude directories from grep -R?所属栏目:[Linux] 日期:2020-09-18 热度:135 ‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches.[详细] 
- 
            	  centos复制到另外一台电脑连不上网所属栏目:[Linux] 日期:2020-09-18 热度:107 http://snow-berry.iteye.com/blog/1991754从一台电脑virtual box克隆出来的centos.vdi复制到另外一台电脑,找不到网卡,提示Device eth0[详细] 
- 
            	  Linux getopt()函数 getopt_long()函数---转所属栏目:[Linux] 日期:2020-09-18 热度:104 http://hi.baidu.com/scoundrelgg/item/d4083f8412eea05d26ebd97fLinux getopt()函数 getopt_long()函数get_opt[详细] 
- 
            	  Awk by Example--转载所属栏目:[Linux] 日期:2020-09-18 热度:69 原文地址: http://www.funtoo.org/Awk_by_Example,_Part_1?ref=dzone http://www.funtoo.org/Awk_by_Example,_P[详细] 
- 
            	  Find command usage in Linux with excellent examples--referen所属栏目:[Linux] 日期:2020-09-18 热度:151 http://www.coolcoder.in/2014/02/find-command-usage-in-linux-with.htmlfind searchesthe directory tree[详细] 
- 
            	  Linux / Unix Command: bunzip2--reference所属栏目:[Linux] 日期:2020-09-18 热度:103 http://linux.about.com/library/cmd/blcmdl1_bunzip2.htmNAMEbzip2, bunzip2 - a block-sorting file comp[详细] 
- 
            	  15 Linux Split and Join Command Examples to Manage Large Fil所属栏目:[Linux] 日期:2020-09-18 热度:188 byHIMANSHU ARORAonOCTOBER 16, 2012http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-comman[详细] 
- 
            	  linux man使用方法 和centos安装中文man包 --转所属栏目:[Linux] 日期:2020-09-18 热度:54 http://blog.chinaunix.net/uid-25100840-id-302308.html这两天学习中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的[详细] 
- 
            	  如何看linux是32位还是64位--转所属栏目:[Linux] 日期:2020-09-18 热度:169 地址:http://hi.baidu.com/hehongrong/item/20c296bcf8d834432aebe3b2如何看linux是32位还是64位如何看linux是32位还是64位查看l[详细] 
- 
            	  8 Pratical Examples of Linux “Touch” Command--reference所属栏目:[Linux] 日期:2020-09-18 热度:64 InLinuxevery single file is associated with timestamps, and every file stores the information of las[详细] 
- 
            	  linux文件操作命令--转所属栏目:[Linux] 日期:2020-09-18 热度:67 引用地址:http://bbsunchen.iteye.com/blog/1010993想自己一开始处理文件的时候,看文件有多少行,都要写个perl脚本,好不麻烦啊...以此文纪念自己傻逼的科研生活l[详细] 
- 
            	  10 Linux DIG Command Examples for DNS Lookup--reference所属栏目:[Linux] 日期:2020-09-18 热度:161 byRAMESH NATARAJANonFEBRUARY 29, 2012http://www.thegeekstuff.com/2012/02/dig-command-examples/Dig st[详细] 
- 
            	  linux 进程综合指令所属栏目:[Linux] 日期:2020-09-17 热度:67 1. 查询当前机器运行的进程总数:ps -ef | wc -lps -ef | grep httpd | wc -l2. ulimit命令表 1. ulimit 参数说明选项 [options]含义例[详细] 
- 
            	  Linux中date命令的各种实用方法--转载所属栏目:[Linux] 日期:2020-09-17 热度:160 在linux环境中,不管是编程还是其他维护,时间是必不可少的,也经常会用到时间的运算,自己也曾经为时间的各种表示方法和如何修改时间而困惑,熟练运用date命令来表示自己想要表示的时间,肯定可以给自己的[详细] 
