08 2016 档案

摘要:SELECT(2) Linux Programmer's Manual SELECT(2)NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous I/O multiplexingSYNOPSIS /* Accordi 阅读全文
posted @ 2016-08-25 14:41 RushoutAsia 阅读(228) 评论(0) 推荐(0)
摘要:问题: [root@localhost ~]# yum updateError: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again 阅读全文
posted @ 2016-08-24 14:18 RushoutAsia 阅读(162) 评论(0) 推荐(0)
摘要:EPOLL_CREATE(2) Linux Programmer's Manual EPOLL_CREATE(2)NAME epoll_create, epoll_create1 - open an epoll file descriptorEPOLL(7) Linux Programmer's M 阅读全文
posted @ 2016-08-16 20:48 RushoutAsia 阅读(299) 评论(0) 推荐(0)
摘要:编译环境搭建: 运行: 测试: 《1》冗余: 阅读全文
posted @ 2016-08-16 15:27 RushoutAsia 阅读(125) 评论(0) 推荐(0)
摘要:编译环境搭建 《1》下载安装操作系统: CentOS 5.5 x86-64 《2》安装需要的各种包 yum install gcc gcc-c++ automake autoconf libtool readline readline-devel.x86_64 e4fsprogs e4fsprogs 阅读全文
posted @ 2016-08-11 13:35 RushoutAsia 阅读(589) 评论(0) 推荐(0)
摘要:tcpdump -i eth4 -n -p tcp and port 8080 -w./p.pcap -s0 阅读全文
posted @ 2016-08-09 19:10 RushoutAsia 阅读(148) 评论(0) 推荐(0)
摘要:清理包残留 dpkg -l | grep ^rc | cut -d' ' -f3 | sudo xargs dpkg --purge 阅读全文
posted @ 2016-08-08 11:50 RushoutAsia 阅读(131) 评论(0) 推荐(0)
摘要:cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 阅读全文
posted @ 2016-08-07 12:15 RushoutAsia 阅读(109) 评论(0) 推荐(0)