You know you’re using the computer too much when

You know you’re using the computer...

Submitted by: Taoufix | Category: Computers, Media & Fun

You are using a shoe string to attach the fan to your video card. [...] | Read More =>
Google Android’s Emulator

Google Android’s Emulator

Submitted by: Taoufix | Category: Computers

Get the Android SDK Unzip it Launch the emulator with: ./android_sdk_linux_m3-rc20a/tools/emulator Enjoy ! [...] | Read More =>
Google’s Android Demo

Google’s Android Demo

Submitted by: Taoufix | Category: News

Sergey Brin and Steve Horowitz demonstration of the Android, Google’s mobile platform. More videos are available at youtube’s android developers page, and there’s also a blog. Edit: Steve Ballmer’s response, LOL. [...] | Read More =>
Java Grep

Java Grep

Submitted by: Taoufix | Category: Computers

A Java version of grep [...] | Read More =>
Notifications using ssh and dbus-python

Notifications using ssh and dbus-python

Submitted by: Taoufix | Category: Computers

First make sure dbus-python is installed on the remote host. Download the mesg.sh script. Make it executable. To send a message to a user at a remote desktop. u can also use html-like syntax to send URLs. He will receive the following notification. [...] | Read More =>
Mount remote directories using ssh

Mount remote directories using ssh

Submitted by: Taoufix | Category: Computers

Install sshfs-fuse and make sure fuse is loaded. mount the remote dir using sshfs [...] | Read More =>
rsync over ssh

rsync over ssh

Submitted by: Taoufix | Category: Computers

rsync --progress -avz -e ssh user@host:data/ ./data/ [...] | Read More =>
Sudo & Multiple command line

Sudo & Multiple command line

Submitted by: Taoufix | Category: Computers

problem: $ sudo 'for i in 1 2; do echo $i; done'sudo: for i in 1 2; do echo $i; done: command not found solution: $ sudo bash -c 'for i in 1 2; do echo $i; done'12 [...] | Read More =>
Anime CRC32 checksum in Linux

Anime CRC32 checksum in Linux

Submitted by: Taoufix | Category: Computers, Media & Fun

Make sure you have python fchksum installed (for gentoo users : emerge dev-python/python-fchksum). Create a file (crc32sum.py) w/ the following content. [...] | Read More =>
Translation FAIL

Translation FAIL

Submitted by: Taoufix | Category: Media & Fun

"Ecoutant et obéissant aux employés.", "Lisant et obéissant aux indications sur la sécurité." [...] | Read More =>
 Page 4 of 5 « 1  2  3  4  5 »