Monday, September 27, 2010

Allow root to ftp into your Ubuntu-server

Not recommend.
Just go to your /etc/ftpuser file.
then comment to line says "root"

that's all

Sunday, September 26, 2010

Ubuntu-Server GUI

Don't forget to update&upgrade your ubuntu-server!
# apt-get update
# apt-get upgrade
# apt-get dist-upgrade
I only want GUI to run in my ubuntu-server coz I want to use firefox to browsing website.
# apt-get install update-manager gnome-core xorg firefox

Enable mod_rewrite for apache in Ubuntu.

sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
cd /etc/apache2/mods-enabled
grep mod_rewrite *


Fix these things


#sudo vi /etc/apache2/site-avaliable/default

then find the following
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
Change it to
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
Then restart your vsftp.

First Blogging !!!

How comes this one?
Since I've through many many jobs, I always forget how to done it!
Of cause, I might document it all, but It's hard to find the title
and it's really hard to keep them all.
So, I think this will be another solution.

Have Fun!!