-
如何看linux是32位还是64位--转
所属栏目:[Linux] 日期:2020-09-06 热度:107
地址:http://hi.baidu.com/hehongrong/item/20c296bcf8d834432aebe3b2如何看linux是32位还是64位如何看linux是32位还是64位查看l[详细]
-
linux man使用方法 和centos安装中文man包 --转
所属栏目:[Linux] 日期:2020-09-06 热度:85
http://blog.chinaunix.net/uid-25100840-id-302308.html这两天学习中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的[详细]
-
15 Linux Split and Join Command Examples to Manage Large Fil
所属栏目:[Linux] 日期:2020-09-06 热度:191
byHIMANSHU ARORAonOCTOBER 16, 2012http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-comman[详细]
-
Linux / Unix Command: bunzip2--reference
所属栏目:[Linux] 日期:2020-09-06 热度:62
http://linux.about.com/library/cmd/blcmdl1_bunzip2.htmNAMEbzip2, bunzip2 - a block-sorting file comp[详细]
-
Find command usage in Linux with excellent examples--referen
所属栏目:[Linux] 日期:2020-09-06 热度:100
http://www.coolcoder.in/2014/02/find-command-usage-in-linux-with.htmlfind searchesthe directory tree[详细]
-
Linux原始套接字实现分析---转
所属栏目:[Linux] 日期:2020-09-06 热度:72
http://blog.chinaunix.net/uid-27074062-id-3388166.html本文从IPV4协议栈原始套接字的分类入手,详细介绍了链路层和网络层原始套接字的特点及其内核实[详细]
-
linux diff(differential) 命令
所属栏目:[Linux] 日期:2020-09-06 热度:87
功能说明:比较文件的差异。语法:diff [OPTION]... FILES实例:diff -ur temp1 temp2diff -ur temp1 temp2 temp.diffopti[详细]
-
linux定时任务之crontab
所属栏目:[Linux] 日期:2020-09-06 热度:62
1.使用crontabcrontab -u //设定某个用户的cron服务crontab -l //列出某个用户cron服务的详细内容crontab -r //删除某个用户的cron服务crontab[详细]
-
转载--linux filesystem structures
所属栏目:[Linux] 日期:2020-09-06 热度:126
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 热度:179
源地址: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 热度:151
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 热度:69
网上查询的Cause:This is either because the resource it self is not available on the administration server[详细]
-
Signal Handling--ref
所属栏目:[Linux] 日期:2020-09-06 热度:148
http://www.chemie.fu-berlin.de/chemnet/use/info/libc/libc_21.htmlAsignalis a software interrupt deli[详细]
-
Linux 信号signal处理函数--转
所属栏目:[Linux] 日期:2020-09-06 热度:143
alarm(设置信号传送闹钟)相关函数 signal,sleep表头文件 #include定义函数 unsigned int alarm(unsigned int seconds);函数说明 alar[详细]
-
linux下logrotate配置和理解---转
所属栏目:[Linux] 日期:2020-09-06 热度:95
http://os.51cto.com/art/200912/167478_all.htm对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系[详细]
-
火狐浏览器修改userAgent
所属栏目:[Linux] 日期:2020-09-06 热度:59
火狐浏览器修改userAgent的办法:在火狐浏览器地址栏输入“about:config”,按下回车进入设置菜单。找到“general.useragent.override”,如果没有这一项,则点右键[详细]
-
Linux的一些命令
所属栏目:[Linux] 日期:2020-09-06 热度:72
程序# 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 热度:111
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 热度:130
http://www.grymoire.com/unix/sed.htmlQuick Links - NEWSed Commands: label# comment{....} Block=- pri[详细]
-
Handling of asynchronous events---reference
所属栏目:[Linux] 日期:2020-09-06 热度:135
http://www.win.tue.nl/~aeb/linux/lk/lk-12.html12.Handling of asynchronous eventsOne wants to be noti[详细]
-
Awk by Example--转载
所属栏目:[Linux] 日期:2020-09-05 热度:177
原文地址: http://www.funtoo.org/Awk_by_Example,_Part_1?ref=dzone http://www.funtoo.org/Awk_by_Example,_P[详细]
-
Linux getopt()函数 getopt_long()函数---转
所属栏目:[Linux] 日期:2020-09-05 热度:174
http://hi.baidu.com/scoundrelgg/item/d4083f8412eea05d26ebd97fLinux getopt()函数 getopt_long()函数get_opt[详细]
-
centos复制到另外一台电脑连不上网
所属栏目:[Linux] 日期:2020-09-05 热度:77
http://snow-berry.iteye.com/blog/1991754从一台电脑virtual box克隆出来的centos.vdi复制到另外一台电脑,找不到网卡,提示Device eth0[详细]
-
How can I exclude directories from grep -R?
所属栏目:[Linux] 日期:2020-09-05 热度:69
‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches.[详细]
-
主机访问虚拟机中linux上的web服务
所属栏目:[Linux] 日期:2020-09-05 热度:106
环境:主机windows xp 虚拟机centos 6.4[root@localhost /]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT[root@[详细]