Google Reader easter egg
Are you familiar with the konami code? if not start googling about the code because you will be needing this not to get 30 lives but to activate the google reader easter egg.
In the google reader homepage press
![]()
Once you have done it you’ll see ninjas.

cool isn’t it? but wait theres more.. notice the like/unlike icon changed in to a heart.. now hit it.

if like it hearts will fly-out.

and unlike will break it.

Adding Vhost on Apache2
Open your favorite text editor then add the code below, Save it under /etc/apache2/sites-available/localdomain.conf
note you can use any filename you want but for this example we will use localdomain.conf
<VirtualHost *>
ServerName localdomain.dev
DocumentRoot /home/user/public_html
</VirtualHost>
Now we need to add it to our hosts lists, again open your text editor then edit /etc/hosts file, add the code below to the list
127.0.0.1 localdomain.dev
To enable your new domain execute this command
sudo a2ensite localdomain.conf
Then reload apache
sudo /etc/init.d/apache restart
To test if its working, open a browser then point it to this addresss
http://localdomain.dev/
Quotes that inspires
The best things in life are not things.
The best way to change the world is to change yourself.
Our lack of perfection should remind us not to judge another’s worth.
A hero is a man who is afraid… afraid to runaway.
Learn to listen some opportunity knocks very soft.
If you think you have the worst life ever, take comfort in the thought that there are thousands of others thinking the same thing.
If you find yourself in a hole.. stop digging.
There are no bad influence just weak people.
You cannot have negative thoughts and live a positive life.
Crying is not a sign of weakness even since birth its was as sign that you’re alive.
quote: kung alam mo ang sagot alam mo ang problema
Oo nga naman di ba. naisip ko kanina yan habang nakatayo ako sa LRT at nakatingin sa malayo, sobrang dami ko iniisip kung ano ano nalang naiisip ko..
ex: bagay to dun sa mga taong sinasabi na “magastos ako kaya lagi kinakapos bago pa dumating ang araw ng sahod..”
ang problema dito masgastos, ang posibleng solusyon mag tipid.. parang baliktad dun sa quote ‘no? pero parehas lang din yun kasi dito alam mo na yung problema eh so malamang makakaisip ka na solusyon, yan eh kung gusto mo ng solusyon eheheh…






leave a comment