ø Don’t waste your time reading this blog ø

Insane Japanese Tricks

Filed under: funny — Tags: — taewoo @ 3:54 pm January 22, 2010

Now you know why these Japanese people dominate the world of electronics, cars, anime, and porn:

Related Blogs

Liberation in North Korea

Filed under: political — Tags: — taewoo @ 3:51 pm

Sarah Brightman - Deliver me

Deliver me, out of my sadness.
Deliver me, from all of the madness.
Deliver me, courage to guide me.
Deliver me, strength from inside me.

All of my life I’ve been in hiding.
Wishing there was someone just like you.
Now that you’re here, now that I’ve found you,
I know that you’re the one to pull me through.

Deliver me, loving and caring.
Deliver me, giving and sharing.
Deliver me, the cross that I’m bearing.

All of my life I was in hiding.
Wishing there was someone just like you.
Now that you’re here, now that I’ve found you,
I know that you’re the one to pull me through.

Deliver me,
Deliver me,
Oh deliver me.

All of my life I was in hiding.
Wishing there was someone just like you.
Now that you’re here, now that I’ve found you,
I know that you’re the one to pull me through.

Deliver me,
Oh deliver me.
Won’t you deliver me.

Related Blogs

How to setup LAMP stack on Ubuntu VPS

Filed under: web 2.0 — Tags: — taewoo @ 6:12 pm January 19, 2010

I’m no linux guru and I had to get a whole bunch of resources together to compile this list on how to set up LAMP (linux apache mysql and php).

You must run these as root:

  1. apt-get update
  2. apt-get upgrade
  3. apt-get dist-upgrade
  4. apt-get install ubuntu-standard
  5. apt-get install lamp-server^
  6. apt-get install php5-cli
  7. apt-get install php5-curl
  8. (rest and/or go take a dump)
  9. apt-get install curl
  10. apt-get install wget
  11. apt-get install imagemagick
  12. apt-get install emacs
  13. apt-get install sendmail (if you need php mail() function)

Change apache’s memory usage setting ..

Then

12. a2enmod rewrite

13. a2enmod mod_headers (if you have wordpress blogs and want to have caching)

14. a2endmod mod_expires (same as #13)

15. a2endmod auth_basic (basic apache security)

16. a2endmod auth_digest

15. /etc/init.d/apache2 restart

16. /etc/init.d/mysql restart

PS:If your VPS provider doesn’t give you access to their nameservers (cuz they’re doosh bags), you can always go with EveryDNS. Set it up there and point to EveryDNS dns servers on your registrar.

PPS: If your Ubuntu distro doesn’t respond to this command:

apt-get install libapache2-mod-security

You need to manually download from here then run “dpkg -i libapache-mod-security_2.5.12-1_i386.deb”.

« Newer PostsOlder Posts »