Posts

Corporations with red logos

I now genuinely believe that corporations with red logos suck the blood of their customers and their employees alike. On top of my list are Oracle, Vodafone, RedHat and HSBC. That's from where they get the red colour!

Talented thinking and open minds

Image
I was going to write about how these August, September and October are overwhelming in IT through: - Google's purchase of Motorola Mobility, - Compromising kernel.org, - Steve Jobs' death, - Dennis Ritchie's death... But I found that I won't be adding any thing new nor useful to the internet nor to my readers. So, I decided to change the topic. What usually attracts me right after humans' morals is their minds. The more open, welcoming and optimistic is a person's mind the more my respect towards that person. After all, it blows me out of my mind how many young people I find reading and willing to share and positively discuss ideas and how sadly our country has become. May be because of the under estimation of our capabilities that was instilled in us during childhood? Why most of us succeeds at something good, innovative and useful only after studying or working abroad for a while? For me, Egypt is one of the most rich countries in the whole world......

Samsung Galaxy Tab | iRead

Honestly, I am so grateful to Allah that he (SWT) allowed me to get a nice tablet . (P.S. I am not into a geeky review of my latest toy, but it does well except for automatically shortening dotted file names and turning Arabic ones into underscores) I have used to thrive on reading while a teenager, but unfortunately I abandoned my best hobby since high school. The good news is that, I am about to be back in shaa Allah: * Recently, in less than a week I have finished: - The Alchemist, and - Randy Pausch's Last Lecture (transcript) * I have also finished 1/3 of each of: - Act like a lady, think like a man - Men are from Mars, women are from Venus But I am not willing to complete any of them soon :D * Currently, I am reading: - عبقرية محمد - لا تحزن I would also like to thank both ` Giuseppe Maxia ' a.k.a. @datacharmer and ` Linus Torvalds ' for inspiring me to get back to reading despite they might have not meant to :) “"Tell me what you read and I...

SSH attacks, again!

I am too lazy to install fail2ban to protect my ssh daemon against bad boys. In, addition, I have been raised to minimize reliability on applications when a one-liner or a few-lines script would do all or part of the work. Yesterday, I decided to turn on my home's sshd and make it accessible from outside, so that whenever I need something while at work I would ask some one just to turn on my laptop. I did, and the bad Chinese boys were too quick that they started attacking my poor daemon. They were trying users like: root, oracle, backup, postgres, www, test, kylix, info. So far, there is only one attacking IP which is: 58.68.150.174 So, I hopped for: 1- denying remote root login (Yes, I am a lazy sysadmin! Should have done this earlier) and 2- updating my counter-ssh-attacks script as follows (P.S. I have removed explanatory comments):  #! /bin/bash RETVAL=0 secure='/var/log/secure' file='/tmp/counter-ssh' deny='/etc/hosts.deny' #grep "Did ...

The coconut

Image
IMHO, a coconut is an example how amazing beauty can be hidden under ugly covers. Just to remain protected... Photo: By Martyn Kimberley on flickr.com

Who needs audio/video Internet services when there is ffmpeg on Linux ?

So I joined ITWorx for eighteen days now, including weekends, and for the past two days I felt like I should have a special ringtone for my team lead. My mobile's ringtone is a builtin that is as old as the handset itself and I am not keen to do effort extracting it but it can be found on: http://www.4shared.com/get/F97ZE-pN/Sooth.html A few friends already liked it and asked me to send it to them but I always responded it is a builtin and I don't know how to extract it. Just now, a quick search on google using 'Sooth.aac' brought me to the link above. Any how, let's get to the point. I usually watch NatGeo AbuDhabi and I wanted to have <NatGeo's Wild 2010 Preview> as a ringtone. Our TV set has horrible audio speakers, so I couldn't make head or tails of the preview except for the line saying "see what I see in the tree". With almost nothing from the lyrics, an English-language search on Google didn't help. So I searched in Arabic f...

Tethering Nokia E51 to CentOS 5.5 on HP 6730s

According to Wikipedia, tethering is a method to share the Internet connection of an Internet-capable mobile phone. This sharing can be via cable, or wirelessly over Bluetooth or Wi-Fi — if Wi-Fi, the tethering feature is often branded as a mobile hotspot and can typically service several devices. As a result of a sometimes slow ADSL connection, I decided to have my own mobile hotspot as a backup. Indeed, mobinil offers a relatively acceptable plan of 110 MB / month for 20 EGP. Exceed your quota during the 30 day limit, and the speed drops AFAIK from 1.2 mbps to 64 kbps. After all, for me this is a good backup plan to accomplish quick logins and short browsing. So, I went straight to Ovi store and downloaded Joikuspot Light edition 3.1. To have free apps downloaded to your PC, just click the app, then click `send to a friend` button. The address bar changes to something like `http://store.ovi.com/content/12345/send-to-friend`. Simply replace the in the address bar from `send-to-...