Skip to content

Monthly Archives: November 2012

Emacs switch between frames using its geometry

http://stackoverflow.com/questions/91071/emacs-switch-to-previous-window adding the following lines to .emacs file (global-set-key (kbd “C-x “) ‘windmove-up) (global-set-key (kbd “C-x “) ‘windmove-down) (global-set-key (kbd “C-x “) ‘windmove-right) (global-set-key (kbd “C-x “) ‘windmove-left)

Lisp remote debugging

Like this part while reading some LISP doc An even more impressive instance of remote debugging occurred on NASA’s 1998 Deep Space 1 mission. A half year after the space craft launched, a bit of Lisp code was going to control the spacecraft for two days while conducting a sequence of experiments. Unfortunately, a subtle […]

The CryptoParty Handbook

https://cryptoparty.org/wiki/CryptoPartyHandbook This 392 page, Creative Commons licensed handbook is designed to help those with no prior experience to protect their basic human right to Privacy in networked, digital domains. By covering a broad array of topics and use contexts it is written to help anyone wishing to understand and then quickly mitigate many kinds of […]

blocked twitter and facebook

here how facebook ot twiiter could be blocked … alot of lies and disturbed mode http://www.cyberciti.biz/tips/linux-iptables-examples.html iptables -A OUTPUT -p tcp -d www.facebook.com -j DROP iptables -A OUTPUT -p tcp -d facebook.com -j DROP iptables -A OUTPUT -p tcp -d twitter.com -j DROP iptables -A OUTPUT -p tcp -d www.twitter.com -j DROP for flush of […]

Visting Alaareesh

http://www.facebook.com/ayman.salem.589/photos_albums will upload photos in other host ISA  

Hello World

Hello World Post Test