Tagged: summary RSS Toggle Comment Threads | Keyboard Shortcuts
-
liduan
-
liduan
clean ubuntu package cache:sudo apt-ge …
clean ubuntu package cache:
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremoveclean isolated package
sudo apt-get install deborphan -y -
liduan
quick start lighttpd with php in ubuntu(summary):
1. apt-get install lighttpd
2. apt-get install php5
3. apt-get install php5-cgi
4. apt-get install ligfcgi-dev
5. lighty-enable-mod fastcgi
6. /etc/init.d/lighttpd restartok create a php file in /var/www and open in you browser to test it.