Hitler’s reaction to Agafix’s Inactivity

Hitler’s reaction to Agafix&#...

by: Taoufix | In: Media & Fun

Video I made while playing around with subtitle editing software :)
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 =>
Insert a comment with username and date in emacs

Insert a comment with username and date ...

Submitted by: Fahdos | Category: Computers

Add the following to your .emacs file: ;; insert a comment w/ name and date (defun insert-comment () (interactive) (comment-dwim "") (insert-string "!!! ") (insert-string (getenv "USER")) (insert (format-time-string " %Y%m%d: "))) To use it, just type “M-x insert-comment“. If it’s too much work for you, you can add [...] | 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 =>
Thanks God that i didn’t do ENCG

Thanks God that i didn’t do ENCG

Submitted by: Fahdos | Category: Media & Fun

or may be it’s just that even economists have their Dr House… [...] | Read More =>
Embed customized google map

Embed customized google map

Submitted by: Fahdos | Category: News, Web & Design

It’s just an HTML matter… You can copy past the iframe code from google embedded map code generator and then replace the map href “ll” and “spn” variables by ones from a customized and public map href… [...] | 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 =>
 Page 12 of 15  « First  ... « 10  11  12  13  14 » ...  Last »