- 
            	  Linux下C语言的调试--转所属栏目:[Linux] 日期:2021-01-25 热度:80 调试是每个程序员都会面临的问题. 如何提高程序员的调试效率,更好更快地定位程序中的问题从而加快程序开发的进度,是大家共同面对的问题. 可能Windows用户顺口就会说出:用VC呗 :-),它提供了设置断点,单步跟踪等的图形界面,使调试起来直观易用. 但Linux用户[详细] 
- 
            	  Install Tomcat 6 on CentOS or RHEL --转载所属栏目:[Linux] 日期:2021-01-25 热度:160 副标题#e# p class="entryContent"? p class="entryContent"source:http://www.davidghedini.com/pg/entry/install_tomcat_6_on_centos p class="entryContent"This post will cover installation and configuration of Tomcat 6 on CentOS 5. We will als[详细] 
- 
            	  linux下c的网络编程---转载所属栏目:[Linux] 日期:2021-01-25 热度:57 副标题#e# 1.tcp协议 2. udp协议 #p#副标题#e# 3.并发编程 #p#副标题#e#[详细] 
- 
            	  IP Failover Setup using Keepalived on CentOS/Redhat 6所属栏目:[Linux] 日期:2021-01-25 热度:109 source url: Keepalived?is used for IP failover between two servers. It facilities for?load balancing?and high-availability to Linux based infrastructures. It works on VRRP ( Virtual Router Redundancy Protocol ) protocol. We have running[详细] 
- 
            	  Linux的一些命令所属栏目:[Linux] 日期:2021-01-25 热度:107 程序 # rpm -qa??????????????? # 查看所有安装的软件包 系统 # uname -a?????????????? # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue?? # 查看操作系统版本 # cat /proc/cpuinfo????? # 查看CPU信息 # hostname?????????????? # 查看计算机名 # l[详细] 
- 
            	  火狐浏览器修改userAgent所属栏目:[Linux] 日期:2021-01-25 热度:135 火狐浏览器修改userAgent的办法: 在火狐浏览器地址栏输入“about:config”,按下回车进入设置菜单。找到“general.useragent.override”,如果没有这一项,则点右键“新建”->“字符串”,输入这个字符串。将其值设为自己想要的UserAgent[详细] 
- 
            	  linux定时任务之crontab所属栏目:[Linux] 日期:2021-01-24 热度:143 1.使用crontab crontab -u //设定某个用户的cron服务?crontab -l //列出某个用户cron服务的详细内容?crontab -r //删除某个用户的cron服务? 2. cron表达式 基本格式?:?*??*??*??*??*??command?分?时?日?月?周?命令?第1列表示分钟1~59?每分钟用*或者?*/1表[详细] 
- 
            	  Handling of asynchronous events---reference所属栏目:[Linux] 日期:2021-01-24 热度:67 副标题#e# http://www.win.tue.nl/~aeb/linux/lk/lk-12.html 12.?Handling of asynchronous events One wants to be notified of various events,like data that has become available,files that have changed,and signals that have been raised. FreeBSD[详细] 
- 
            	  Sed - An Introduction and Tutorial by Bruce Barnett所属栏目:[Linux] 日期:2021-01-24 热度:172 副标题#e# http://www.grymoire.com/unix/sed.html Quick Links - NEW table border="1" tr Sed Pattern Flags /tr tr td a href="http://www.grymoire.com/unix/Sed.html#uh-6"gt;/g?- Global/td /tr tr td a href="http://www.grymoire.com/unix/Sed.html[详细] 
- 
            	  Signal Handling--ref所属栏目:[Linux] 日期:2021-01-24 热度:77 副标题#e# A program error such as dividing by zero or issuing an address outside the valid range. A user request to interrupt or terminate the program. Most environments are set up to let a user suspend the program by typing C-z ,or termi[详细] 
- 
            	  Linux 信号signal处理函数--转所属栏目:[Linux] 日期:2021-01-24 热度:114 副标题#e# alarm(设置信号传送闹钟)相关函数 signal,sleep 范例 #include void handler() {printf("hello/n");}main(){int i;signal(SIGALRM,handler);alarm(5);for(i=1;i kill(传送信号给指定的进程)相关函数 raise,signal 表头文件 #include #inclu[详细] 
- 
            	  linux下logrotate配置和理解---转所属栏目:[Linux] 日期:2021-01-24 热度:52 对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系统中的最新的事件,对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系统中的最新的事件。logrotate 还[详细] 
- 
            	  Linux 线程实现机制分析--转所属栏目:[Linux] 日期:2021-01-24 热度:166 副标题#e# div class="ibm-columns" div class="ibm-col-1-1" 按照教科书上的定义,进程是资源管理的最小单位,线程是程序执行的最小单位。在操作系统设计上,从进程演化出线程,最主要的目的就是更好的支持SMP以及减小(进程/线程)上下文切换开销。 无论[详细] 
- 
            	  Getting over the dangers of rm command in Linux---reference所属栏目:[Linux] 日期:2021-01-24 热度:158 reference:http://www.coolcoder.in/2014/01/getting-over-dangers-of-rm-command-in.html When we want to delete a directory and everything in it,we normally usually use rm -rf. However,this? is a bad habit to get into. If you make a mistake[详细] 
- 
            	  Linux定时增量更新文件--转所属栏目:[Linux] 日期:2021-01-24 热度:61 http://my.oschina.net/immk/blog/193926 动机与需求:现在有两台服务器A和B,由于A的存储随时会挂(某些原因),所以需要B机器上有A的备份,并且能够与A同步更新 一、crontab定时任务 发现了crontab这个东西 简单实践了一下,把使用的过程写到下面: 首先[详细] 
- 
            	  Boost application performance using asynchronous I/O-ref所属栏目:[Linux] 日期:2021-01-24 热度:156 副标题#e# Linux asynchronous I/O is a relatively recent addition to the Linux kernel. It's a standard feature of the 2.6 kernel,but you can find patches for 2.4. The basic idea behind AIO is to allow a process to initiate a number of I/O[详细] 
- 
            	  Linux下Makefile的automake生成全攻略--转所属栏目:[Linux] 日期:2021-01-24 热度:180 副标题#e# http://www.yesky.com/120/1865620.shtml 作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么[详细] 
- 
            	  Basic Data Structures and Algorithms in the Linux Kernel--re所属栏目:[Linux] 日期:2021-01-24 热度:197 http://luisbg.blogalia.com/historias/74062 Links based on?: ,?,?. ?with comments telling you what you can't find in the textbooks. ?used for?,?,etc. ?are??are used for scheduling,virtual memory management,to track file descriptors and di[详细] 
- 
            	  Linux服务器性能评估与优化--转所属栏目:[Linux] 日期:2021-01-24 热度:164 http://www.itlearner.com/article/4553 table style="width: 571px;" border="1" cellspacing="0" cellpadding="0" tr td rowspan="2" width="103" p align="center"影响性能因素 /td td colspan="3" width="468" p align="center"评判标准 /td /tr tr td[详细] 
- 
            	  awk - Unix, Linux Command---reference所属栏目:[Linux] 日期:2021-01-24 热度:191 副标题#e# http://www.tutorialspoint.com/unix_commands/awk.htm gawk - pattern scanning and processing language gawk?[?POSIX?or?GNU?style options ]?-f? program-file ?[?--?] file ...?gawk?[?POSIX?or?GNU?style options ] [?--?]? program-text ?[详细] 
- 
            	  NMAP - A Stealth Port Scanner--reference所属栏目:[Linux] 日期:2021-01-24 热度:175 副标题#e# http://nmap.org/bennieston-tutorial/ Nmap is a free,open-source port scanner available for both UNIX and Windows. It has an optional graphical front-end,NmapFE,and supports a wide variety of scan types,each one with different be[详细] 
- 
            	  Find command usage in Linux with excellent examples--referen所属栏目:[Linux] 日期:2021-01-24 热度:139 find searches?the directory tree rooted at each given file name by evaluating? the?given expression from left to right,according to the rules of precedence,until the outcome is known (the left?hand side is false for?and?operations,true f[详细] 
- 
            	  iptables详解--转所属栏目:[Linux] 日期:2021-01-24 热度:122 副标题#e# 出处:http://yijiu.blog.51cto.com/433846/1356254 iptables详解 基本概念: 1.防火墙工作在主机边缘:对于进出本网络或者本主机的数据报文,根据事先设定好的检查规则对其检查,对形迹可疑的报文一律按照事先定义好的处理机制做出相应处理 对lin[详细] 
- 
            	  10 Linux DIG Command Examples for DNS Lookup--reference所属栏目:[Linux] 日期:2021-01-24 热度:117 副标题#e# by??on? Dig stands for domain information groper. Using dig command you can query DNS name servers for your DNS lookup related tasks. This article explains 10 examples on how to use dig command. 1. Simple dig Command Usage (Unde[详细] 
- 
            	  Linux getopt()函数 getopt_long()函数---转所属栏目:[Linux] 日期:2021-01-24 热度:199 http://hi.baidu.com/scoundrelgg/item/d4083f8412eea05d26ebd97f get_opt()函数: 函数原型:: #include int getopt(int argc,char * const argv[],const char *optstring); extern char *optarg;extern int optind,opterr,optopt; 用法见右边栏 1.参数[详细] 

 浙公网安备 33038102331048号
 浙公网安备 33038102331048号