Jewelry store on my way to work

Jewelry store on my way to work

Submitted by: Taoufix | Category: Media & Fun

Whenever I go to work, I walk by this jewelry store, and it always drives me crazy knowing that there are people in this world buying these stuff. Seriously who puts a Porsche in her ears ? “نتكلم العربية” (We speak Arabic), hmm… , that explains things a little bit. [...] | Read More =>
Hacking HP Printers

Hacking HP Printers

Submitted by: Taoufix | Category: Computers

Get the hpunix.c source file and compile it: $ gcc -o hpunix hpunix.c Have fun: $ ./hpunix printer.domain.com 'agafix rocks!' Credits go to Irongeek. [...] | Read More =>
Download Stage6 videos using Python

Download Stage6 videos using Python

Submitted by: Taoufix | Category: Computers

Here is a quick and dirty python script to download Stage6 videos. [...] | Read More =>
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 =>
 Page 4 of 5 « 1  2  3  4  5 »