Simple Desktop Wallpapers

Simple Desktops is a collection of good desktop wallpapers with minimalistic design but not boring. These are not photographed, drop shadow and gradient free wallpapers which are very difficult to find around the web. 






Read more


Ubuntu Commands - Display

sudo /etc/init.d/gdm restart - restart X (GNOME)

sudo /etc/init.d/kdm restart - restart X (KDE)

(file) /etc/Xll/xorg.conf - display configuration

sudo dpkg-reconfigure -phigh xserver-xorg - reset X configuration

Ctrl+Alt+Bksp - restart X display if frozen

Ctrl+Alt+FN - switch to tty N

Ctrl+Alt+F7 - switch back to X display

Read more


Ubuntu Commands - Privileges

sudo command - run command as root

sudo su - open a root shell

sudo su user - open a shell as user

sudo -k - forget sudo passwords

gksudo command - visual sudo dialog (GNOME)

kdesudo command - visual sudo dialog (KDE)

sudo visudo - edit /etc/sudoers

gksudo nautilus - root file manager (GNOME)

kdesudo konqueror - root file manager (KDE)

passwd - change your password

Read more


USA should invade..


Read more


How algorithms shape our world

Kevin Slavin argues that we're living in a world designed for -- and increasingly controlled by -- algorithms. In this riveting talk from TEDGlobal, he shows how these complex computer programs determine: espionage tactics, stock prices, movie scripts, and architecture. And he warns that we are writing code we can't understand, with implications we can't control.


Read more


Batman Equation


Read more


Pseudo-Elements In CSS



A pseudo-element creates a phoney element and inserts it before or after the content of the element that you've targeted. They don't actually change anything in the document. Rather, they insert ghost-like elements that are visible to the user and that are style-able in the CSS.

To learn about the cool things you can do with pseudo-elements click here.

Read more


How to Stay Awake in Boring Meetings


Do you keep falling asleep in meetings and seminars?
What about those long and boring conference calls?
Here's a way to change all of that...

1. Before (or during) the next meeting, seminar, or conference call, prepare yourself by drawing a square. I find that 5" x 5" is a good size. Divide the card into columns-five across and five down. That will give you 25 one-inch blocks.

2. Write one of the following words/phrases in each block:
Synergy, strategic fit, core competencies, best practice, bottom line, revisit, expeditious, to tell you the truth (or "the truth is), 24/7, out of the loop, benchmark, value-added, proactive, win-win, think outside the box, fast track, result-driven, knowledge base, at the end of the day, touch base, mindset, client focus(ed), paradigm, game plan, leverage.

3. Now check off the appropriate block when you hear one of those words/phrases.

4. When you get five blocks horizontally, vertically, or diagonally stand up and shout "BULLSHIT!"

Read more