摘要: 信号 fly@UBT:~/$ kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR111) SIGSEGV 12) SIGUSR 阅读全文
posted @ 2017-06-15 15:46 hello,123456 阅读(275) 评论(0) 推荐(0)
摘要: UBUNTU /boot/grub/grub.conf文件 ## DO NOT EDIT THIS FILE## It is automatically generated by grub-mkconfig using templates# from /etc/grub.d and settings 阅读全文
posted @ 2017-06-15 14:02 hello,123456 阅读(1650) 评论(0) 推荐(0)
摘要: 1.远程telnet联机:telnetd; 2.远程加密ssh联机:openssh; 3.webmin远程联机:webmin; 3.VNC远程图像界面控制:vino; 4.NAT网关服务器:iptables; 5.Proxy代理服务器:squid; 6.DHCP动态地址服务器:dhcpd; 7.DN 阅读全文
posted @ 2017-06-15 13:45 hello,123456 阅读(245) 评论(0) 推荐(0)
摘要: Boa服务器移植 Boa是一种非常小巧的Web服务器,其可执行代码只有大约60KB左右。作为一种单任务Web服务器,Boa只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全。下面给大家介绍一下 阅读全文
posted @ 2017-06-15 08:55 hello,123456 阅读(1001) 评论(0) 推荐(0)