-----------------2014
-- Crown The Empire
-- Memphis May Fire
-- Sleeping With Sirens
-- The Amity Affliction
-- Of Mice & Men
-- SECRETS
-- Bring Me The Horizon
-- That's Outrageous!
Lyrics:
You've got the motivation but no time
Without the Complicator we're all fine
The choice is not as simple as 0 1
Just choose whichever seems the most fun
They'll say you're too focused on one ideal
Even though your life is crumbling, I feel
There's so much in this world to know what we want
But we won't accept there's a word such as can't
This is a tough choice to make
I won't be biased for my own sake
There's others involved together
I feel them now, more than ever
Machine OS: Ubuntu 12.04 LTS
rm -rf
this command killing. May cause corruption in the system especially when using Ubuntu at virtual machine.
Can use it as following:
sudo rm -rf /etc/nginx
But the service still running. Doing sudo apt-get remove nginx is not enough. It does not remove the service.
Stop the service:
sudo service nginx stop
sudo update-rc.d -f nginx remove
This remove the services:
sudo update-rc.d -f nginx remove sudo rm /etc/init.d/nginx
Uninstall all using purge:
sudo apt-get purge nginx nginx-common nginx-full
sudo apt-get install nginx