-
8 Pratical Examples of Linux “Touch” Command--reference
所属栏目:[Linux] 日期:2020-09-06 热度:191
InLinuxevery single file is associated with timestamps, and every file stores the information of las[详细]
-
linux文件操作命令--转
所属栏目:[Linux] 日期:2020-09-06 热度:103
引用地址:http://bbsunchen.iteye.com/blog/1010993想自己一开始处理文件的时候,看文件有多少行,都要写个perl脚本,好不麻烦啊...以此文纪念自己傻逼的科研生活l[详细]
-
10 Linux DIG Command Examples for DNS Lookup--reference
所属栏目:[Linux] 日期:2020-09-06 热度:200
byRAMESH NATARAJANonFEBRUARY 29, 2012http://www.thegeekstuff.com/2012/02/dig-command-examples/Dig st[详细]
-
linux 进程综合指令
所属栏目:[Linux] 日期:2020-09-06 热度:163
1. 查询当前机器运行的进程总数:ps -ef | wc -lps -ef | grep httpd | wc -l2. ulimit命令表 1. ulimit 参数说明选项 [options]含义例[详细]
-
Linux中date命令的各种实用方法--转载
所属栏目:[Linux] 日期:2020-09-06 热度:127
在linux环境中,不管是编程还是其他维护,时间是必不可少的,也经常会用到时间的运算,自己也曾经为时间的各种表示方法和如何修改时间而困惑,熟练运用date命令来表示自己想要表示的时间,肯定可以给自己的[详细]
-
Linux 精准获取进程pid--转
所属栏目:[Linux] 日期:2020-09-06 热度:127
如果想在脚本里只获取PID,那么可以用如下脚本。目前收集两种方法:方法一$ps x|grep xxx |awk {print $1}e.g. ps x|grep java|awk[详细]
-
Linux Top 命令解析 比较详细--转
所属栏目:[Linux] 日期:2020-09-06 热度:128
TOP是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止.比较准确的说,top命令提供了实时的对系统处理器的状态监视.它将显示系统中C[详细]
-
linux 管道--转
所属栏目:[Linux] 日期:2020-09-06 热度:148
linux 管道管道是Linux中很重要的一种通信方式,是把一个程序的输出直接连接到另一个程序的输入,常说的管道多是指无名管道,无名管道只能用于具有亲缘关系的进程之间,这是它与有名管道的最大区别。有名[详细]
-
rsync+inotify实现服务器之间文件实时同步--转
所属栏目:[Linux] 日期:2020-09-06 热度:193
之前做了“ssh信任与scp自动传输脚本”的技术文档,此方案是作为公司里备份的方法,但在实际的运行中,由于主服务器在给备份服务器传输的时候,我们的主服务器需要备份的文件是实时、不停的产生的,造成不知道[详细]
-
Linux原始套接字实现分析---转
所属栏目:[Linux] 日期:2020-09-06 热度:78
http://blog.chinaunix.net/uid-27074062-id-3388166.html本文从IPV4协议栈原始套接字的分类入手,详细介绍了链路层和网络层原始套接字的特点及其内核实[详细]
-
linux diff(differential) 命令
所属栏目:[Linux] 日期:2020-09-06 热度:158
功能说明:比较文件的差异。语法:diff [OPTION]... FILES实例:diff -ur temp1 temp2diff -ur temp1 temp2 temp.diffopti[详细]
-
linux定时任务之crontab
所属栏目:[Linux] 日期:2020-09-06 热度:154
1.使用crontabcrontab -u //设定某个用户的cron服务crontab -l //列出某个用户cron服务的详细内容crontab -r //删除某个用户的cron服务crontab[详细]
-
转载--linux filesystem structures
所属栏目:[Linux] 日期:2020-09-06 热度:72
In this article, let us review the Linux filesystem structures and understand the meaning of individ[详细]
-
转载--How to Install VMware Tools on CentOS 6.3
所属栏目:[Linux] 日期:2020-09-06 热度:71
源地址:http://www.ehowstuff.com/how-to-install-vmware-tools-on-centos-6-3/VMware Tools is a group of ut[详细]
-
Install Tomcat 6 on CentOS or RHEL --转载
所属栏目:[Linux] 日期:2020-09-06 热度:74
source:http://www.davidghedini.com/pg/entry/install_tomcat_6_on_centosThis post will cover installat[详细]
-
BEA-141150 - An error occurred while preparing application c
所属栏目:[Linux] 日期:2020-09-06 热度:111
网上查询的Cause:This is either because the resource it self is not available on the administration server[详细]
-
Signal Handling--ref
所属栏目:[Linux] 日期:2020-09-06 热度:54
http://www.chemie.fu-berlin.de/chemnet/use/info/libc/libc_21.htmlAsignalis a software interrupt deli[详细]
-
Linux 信号signal处理函数--转
所属栏目:[Linux] 日期:2020-09-06 热度:122
alarm(设置信号传送闹钟)相关函数 signal,sleep表头文件 #include定义函数 unsigned int alarm(unsigned int seconds);函数说明 alar[详细]
-
linux下logrotate配置和理解---转
所属栏目:[Linux] 日期:2020-09-06 热度:134
http://os.51cto.com/art/200912/167478_all.htm对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系[详细]
-
火狐浏览器修改userAgent
所属栏目:[Linux] 日期:2020-09-06 热度:190
火狐浏览器修改userAgent的办法:在火狐浏览器地址栏输入“about:config”,按下回车进入设置菜单。找到“general.useragent.override”,如果没有这一项,则点右键[详细]
-
Linux的一些命令
所属栏目:[Linux] 日期:2020-09-06 热度:165
程序# rpm -qa # 查看所有安装的软件包系统# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/c[详细]
-
Getting over the dangers of rm command in Linux---reference
所属栏目:[Linux] 日期:2020-09-06 热度:73
reference:http://www.coolcoder.in/2014/01/getting-over-dangers-of-rm-command-in.htmlWhen we want to[详细]
-
Sed - An Introduction and Tutorial by Bruce Barnett
所属栏目:[Linux] 日期:2020-09-06 热度:161
http://www.grymoire.com/unix/sed.htmlQuick Links - NEWSed Commands: label# comment{....} Block=- pri[详细]
-
Handling of asynchronous events---reference
所属栏目:[Linux] 日期:2020-09-06 热度:55
http://www.win.tue.nl/~aeb/linux/lk/lk-12.html12.Handling of asynchronous eventsOne wants to be noti[详细]
-
How can I exclude directories from grep -R?
所属栏目:[Linux] 日期:2020-09-05 热度:99
‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches.[详细]