DAMZIE.net – The Geeky Things

Just another BS

Wednesday
Sep 30,2009

Since I haven’t updated this site for almost a year I guess I haven’t told you the bad news. I sold my iPhone 2G. YEP! I sold my super cool sweet phone :(

But it’s okay I’m trying to save up for the latest iPhone 3GS.

Anyways, creds to Felix the Cat for providing me a splendid poison to save up more and spend less so I can get the 3GS sooner. Why? I tell you why! Look at this cool shiz. Hmpf! So poisonous lah argh!

I’m seriously getting more outdated with the iPhone day by day :(

Oh another thing, streamyx is being a real dumb ass today. What’s up with the snail-like speed man?



Tuesday
Sep 29,2009

Lack of stuff

  • Filed under: News
Monday
Aug 17,2009

Dayum la never got the time to write things teh past couple of months.

Gonna try & squeeze some time for blogging.

Monday
Sep 29,2008

As I was installing the latest WordPress on my localhost, I found out that my mod_rewrite wasn’t working properly. So What I did was first I typed:

sudo apache2ctl -l

To know if this module is already loaded. Turns out it’s not, so what I did after that was I typed in:

a2enmod rewrite

To enable the mod_rewrite module. So i tested accessing my localhost link and it didn’t work. I checked back by typing the first command line and it says that the module isn’t enabled yet. So what I did next was I typed in:

sudo gedit /etc/apache2/sites-available/default

Then I looked for AllowOverRide and change it from None to All

I restarted Apache2 by typing:

sudo /etc/init.d/apache2 restart

And everything works perfectly fine! My mod_rewrite is working!

HOW TO: Vista Telnet

Wednesday
Aug 6,2008

I recently come across this troublesome situation where I cant access telnet from Command Prompt.

So here’s how it’s done.

  • Start > Computer then click ‘Uninstall or change a program’ on the top button bar.
  • Click ‘Turn Windows features on or off’ on the left side panel and click ‘Continue’
  • Scroll down and tick ‘Telnet Client’ & click ‘OK’

Done. That simple huh?