摘要:http://fanqiang.chinaunix.net/a1/b1/20020130/21030661.htmlLinux关机命令详解本文出自:LinuxAid.com.cn 作者: sword_martin (2002-01-30 21:03:06) 在linux下一些常用的关机/重启命令有shutdown、halt、reboot、及init,它们都可以达到重启系统的目的,但每个命令的...
阅读全文
摘要:原文:http://douzi.org/wp/archives/161=============================================================Apache 中文乱码解决方案服务器端:======修改httpd.conf (在Redhat中放置的位置为/etc/httpd/conf/)查找:AddDefaultCharset ISO-8859-1改成...
阅读全文
摘要:在后台运行 django: nohup python manage.py runserver 0.0.0.0:9000 & 查看后台进程: ps -ef|grep "python"ps -A|more ps aux|more ps -ef|morejobs 杀死进程: kill -9 34353 重启 apache: apachectl restart 强制递归方式的删除目录: rm ...
阅读全文