Skip to content

Monthly Archives: June 2010

Stewart approach nice simple math concept explanation

http://www.vet.uga.edu/vpp/clerk/Fink/index.php http://www.anaesthetist.com/icu/elec/ionz/Findex.htm#Stewart.htm

http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html

http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html

Iptables Limits Connections Per IP

http://www.cyberciti.biz/faq/iptables-connection-limits-howto/

Amarok on my machine

yum install amarok

firefox 3.6 and java

install latest version of jre and ln -s /java/jdk1.6.0_16/jre/lib/i386/libnpjp2.so /home/mohamad/.mozilla/plugins/

mencoder rmvb to avi

i found it in fedoraforum mencoder in.rmvb -oac mp3lame -lameopts preset=128 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200 -ofps 25 -of avi -o out.avi File 1. rmvb file: in.rmvb 2. avi file: out.avi Information for the avi file Video format: mpeg4 bitrate:1200 kb/s fps: 25 fps Audio format: mp3 bitrate: 128 kb/s Explanation -oac: output audio codec mp3lame: […]

BIG Donkey

I have received via email Watch …. See ….Think دخل حمار مزرعة رجل وبدأ يأكل من زرعه الذي تعب في حرثه وبذره وسقيه؟ كيف يُـخرج الحمار؟؟ سؤال محير ؟؟؟ أسرع الرجل إلى البيت جاء بعدَّةِ الشغل القضية لا تحتمل التأخير أحضر عصا طويلة ومطرقة ومساميروقطعة كبيرة من الكرتون المقوى كتب على الكرتون يا حمار أخرج […]

google service names

found it here http://code.google.com/apis/gdata/faq.html#clientlogin

posting from python!!

just simple posting from python import wordpresslib url = ‘http://mohamadatef.wordpress.com/xmlrpc.php’ wp = wordpresslib.WordPressClient(url, ‘mohamadatef’, ‘PAssWord’) wp.selectBlog(0) post = wordpresslib.WordPressPost() post.title = ‘posting from python!!’ post.description = ‘just simple posting from python’ idPost = wp.newPost(post, True)

install php_posix for centos

for installing symfony on my centos –just for testing– , for installing php_posix yum install php-process for installing more recent version of php use remi repo install epel repo and remi rpm -i http://rpms.famillecollet.com/enterprise/remi-release-5.rpm enjoy!!