Installing the Google PHP SDK on LinuxPosted on 2013-05-202013-05-21 Installing the App Engine SDK for PHP on Linux The SDK includes software for a web server that you can run on your own computer to test your PHP appli...
查看Linux服务进程Posted on 2010-09-282012-07-19 查看服务进程:ps aux ps -ef 查看服务cpu利用:top 查看服务对应端口:netstat -nlp [root@localhost ~]# ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 15:2...
Linux文件/文件夹复制、删除和移动命令集Posted on 2010-09-252012-07-19 整理一下,近关于文件操作的linux命令。主要对文件夹及文件操作命令。 功能:创建一个目录(类似MSDOS下的md命令)。 Linux目录的创建与删除命令 mkdir命令