Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

How to remove items from nautilus context menu

I installed a STUPID application and this STUPID application installed a STUPID item to my nautilus context menu so that whenever I right click any folder or file, I can send it to that STUPID application!! Anyway, whenever I click … Continue reading

Tagged , , | 1 Comment

Force Empty Trash

Sometimes you might face a problem where you can’t delete files in the Trash (due to permission issues), I solved this problem by doing the following: Go to directory “.local/share/Trash/” by typing “cd .local/share/Trash” Execute this command: “sudo rm -rf … Continue reading

Tagged , | Leave a comment

How to ensure the integrity of your VERY LARGE files on AIX

Something that I’ve learnt by time is that I must check my files – especially big ones – upon transferring them from one medium to another or through a network or you’re really going to face troubles that you’ll see … Continue reading

Tagged , , , , | Leave a comment

Compile and Install VLC 0.9.9a on Ubuntu Hardy

Here is what I did to install VLC 0.9.9a on my Ubuntu Hardy: sudo apt-get build-dep vlcsudo apt-get install paranoia*sudo apt-get install libx264-dev wget http://www.live555.com/liveMedia/pub…-latest.tar.gztar xvfz live555-latest.tar.gzcd livesudo ./genMakefiles linuxsudo makecd ..sudo cp -r live /usr/lib wget http://download.videolan.org/pub/vid…0.9.9a.tar.bz2tar jxvf vlc-0.9.9a.tar.bz2cd … Continue reading

Tagged , | Leave a comment

Foxyproxy ROCKS!

I’ll explain later :), just know that if you use a lot of proxies in multiple client locations, schools, universities …etc, then Foxyproxy for Firefox is definitely the solution for you. Get it here: https://addons.mozilla.org/en-US/firefox/addon/2464

Tagged , | Leave a comment