Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

How To Compile and Install Tora 2.1 with Oracle Support on Ubuntu Jaunty

sudo apt-get build-dep tora sudo apt-get install libqscintilla2-dev Download instant client of Oracle Database (all zip files and extract them to one folder) ./configure –with-instant-client=PATH_TO_YOUR_INSTANT_CLIENT_FOLDER Follow the instructions – if any – and complete any missing steps make sudo make … Continue reading

Tagged , , , | Leave a comment

Firefox + Adblock Plus + Java Plugin Crash Problem Solution

At last, my firefox setup is perfected: (Source: https://adblockplus.org/forum/viewtopic.php?t=4422) This issue was SOLVED here,comment #6 at https://bugzilla.mozilla.org/show_bug.cgi?id=501173#c6. Change the plugin firefox uses for java, from libjavaplugin_oji.so to libnpjp2.so.Done. For a system wide change: Code: Select all # rm /usr/lib/firefox/plugins/libjavaplugin_oji.so# ln … Continue reading

Tagged , , | Leave a comment

Unix Terminal shortcuts

On Unix-like systems, most of us use shell to do much of daily tasks, and we use terminal to issue commands.These terminals may be from a Unix system such as gnome-terminal, Konsol or througt MS-WINDOWS such as butty or F-Secure.This … Continue reading

Tagged | Leave a comment

Secure Copy (scp)

If you want to copy files between two Unix-Like Hosts in the same network, use this amazing command: scp file_name mhewedy@compu10:~/work/ where :file_name : is the file to copymhewedy@compu10:~/work/ the directory to copy the files to, indicating the machine name … Continue reading

Tagged , , | Leave a comment

Revert back to ubuntu usplash theme

sudo dpkg-reconfigure usplash-theme-ubuntu

Tagged | Leave a comment