| 0014 让linux自动同步时间(shunz)
vi /etc/crontab 加上一句: 00 0 1 * * root rdate -s time.nist.gov
0015 linux的网上资源有哪些 国外 http://lwn.net/ http://www.tldp.org/ http://www.yolinux.com/(flying-dance big big pig) http://www.justlinux.com/ http://www.linuxtoday.com/ http://www.linuxquestions.org/ http://www.fokus.gmd.de/linux/ http://www.linux-tutorial.info/ http://public.www.planetmirror.com/ http://www.freebsdforums.org/forums/ http://www.netfilter.org/documentation/ http://www-106.ibm.com/developerworks/linux/
国内 http://www.fanqiang.com/ http://www.linuxsir.com/ http://www.chinaunix.net/ http://www.linuxfans.org/(deadcat) http://www.linuxeden.com/ http://www.linuxforum.net/ http://www.linuxaid.com.cn/ http://freesoft.online.sh.cn/ http://www-900.ibm.com/developerWor...nux/index.shtml http://www.neweasier.com/software.html
0016 北京的培训点 http://www.milkyway.com.cn/
0017 改变telnet的端口 /etc/services这个文件里你可修改想要的端口号.重启守护进程
0018 终端模式有问题(sakulagi) export TERM=vt100
0019 模仿超级终端,LINUX里什么程序连接路由器和交换机(alstone) minicom
0020 ssh上来能不能不自动断线(wind521) 那是timetou的设置,修改TMOUT变量值
0021 用什么工具做入侵检测 snort
0022 Linux下检测程序内存泄漏的工具 cchecker或是efence库都可以
0023 linux下如何监视所有通过本机网卡的数据 tcpdump iptraf
0024 为什么root执行好多命令都说command not found 你一定是telnet上来d,然后su成root的吧,改改你的su命令格式,应该是su - root
0025 关闭用户的POP3权限(tiansgx) 把POP3的端口关了就可以了。 在文件/etc/services中找到这一行 pop-3 110/tcp 把这一行前加个#,把
它注释掉就可以了。
0026 linux下播放flash动画(myxfc) linux下播放flash动画用这个东西,不会造成浏览器的关闭(其他的插件不好用) 首先下载flash播放动画在linux的插件 http://www.collaborium.org/onsite/j...sh_linux.tar.gz tar zxvf flash_linux.tar.gz 打开包之后,会看到Linux文件夹 在linux??牴???? ?文件颊里有两个文件libflashplayer.so 和shockwaveflash.class,把这两个文件拷贝到你的浏览 |