Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

Remove Carriage Returns From Text Files Edited on Windows

Sometimes people change text files – that are supposed to run or get processed on a Unix/Linux system – on Windows text editors such as notepad, this messes up the file as Windows puts a carriage return (read as ^M … Continue reading

Tagged , , | Leave a comment

Use Your Bluetooth Phone To Access The Internet

This is really cool! I could finally access the internet over a bluetooth personal area network (PAN) on my Ubuntu Hardy, here are the steps: Install the following packages: bluez-utils, bluetooth, bluez-gnome, bluez-hcidump you will need to enable the BlueTooth … Continue reading

Tagged , , | Leave a comment

Create Keyboard Shortcut to Kill/Open avant-window-navigator when playing games

I really like compiz and awn (avant window navigator), but awn causes me a problem when playing games; they just keep flickering till I get mad, so everytime I start a game I have to manually close awn and after … Continue reading

Tagged , | Leave a comment

How to Switch Page Direction in Firefox 3

In Ubuntu 8.10 after installing Firefox 3, I received an e-mail that contained a mix of Arabic and English words and since the default text direction is left-to-right, it was very difficult to read and I couldn’t find the context … Continue reading

Tagged , , | Leave a comment

How to search for a file using the "find" command (not case sensitive)

find . -name “*” | grep -i

Posted in Uncategorized | Tagged | Leave a comment