Archive for the 'Ubuntu' Category

Install Nginx, Mysql, PHP and FastCGI on Ubuntu Intrepid Ibex

I interested in NginX. Do you know NginX? NginX, pronounced “engine x”, is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. So, for my study, i collect several links that can help me to install it on my ubuntu Interpid Ibex.
http://www.ubuntugeek.com/howto-install-nginx-webserver-in-ubuntu-804-hardy-heron.html
http://www.johnyerhot.com/2008/02/12/how-to-nginx-fcgi-php-mysql-ruby-on-rails-rewrite-vhosts/
http://www.timschneider.us/blog/?p=4
http://jit.nuance9.com/2008/01/serving-php5-with-nginx-on-ubuntu-710.html
http://bc-dev.net/2008/05/07/mysql-nginx-and-php-on-ubuntu-804/
http://articles.slicehost.com/2007/12/7/ubuntu-gutsy-installing-nginx-via-aptitude
http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-debian-etch
http://www.warp2search.net/contentteller/news_story/installing_nginx_with_php5_and_mysql_support_on_debian_etch.html
http://www.mensk.com/webmaster-toolbox/perfect-ubuntu-hardy-nginx-mysql5-php5-wordpress/
Let’s install nginX
Social Bookmarking

Using NMAP to find open port

I want to know what port in my computer was opened. There are many way to do this thing. But I like to use NMap for this find open port on my computer.
1. First install nmap, because it use ubuntu as OS, so this is the command
$sudo apt-get install nmap
Social Bookmarking

Different Wallpaper for Different Workspace Ubuntu Hardy

I’m using compiz in my ubuntu and activated the desktop cube effect. To make it as a cube, i use 4 workspace. Now, i want them have different wallpaper. There are steps i have did it for it.
1. Open Advanced Desktop Effect Settings
System - Preferences - Advanced Desktop Effect Settings
Social Bookmarking

Install VirtualBox on Ubuntu Hardy Heron

I like to test many OS. I used to install on my hardisk and if i want to test another OS, i formatted or repartition my hardisk. Now, i left the old way. I use Virtual Machine for this purpose.
There are many Virtual Machine can be used. Like VMWare, Qemu, Bochs, VirtualBox, etc. But i [...]