Tag Archives: Ubuntu

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

Revert back to ubuntu usplash theme

sudo dpkg-reconfigure usplash-theme-ubuntu

Tagged | Leave a comment

Disable the annoying PC speaker in Ubuntu

Temporarily (doesn’t require a restart): sudo modprobe -r pcspkr Permanent (requires restart): sudo your_favorite_text_editor /etc/modprobe.d/blacklist.conf   #text editor can be anything from “vi” to “gedit”, whatever you want! Add this line to the end of the file: “blacklist pcspkr”Reboot!

Tagged , , | Leave a comment

Install Network Manager 0.7 in Ubuntu Hardy, Intrepid, Jaunty, Karmic …etc

A very nice site called Ubuntu PPA (Personal Package Archives) where many teams contribute their own deb packages to be used by anyone, it’s not an official repository and many of the PPAs are for testing purposes only, but anyway … Continue reading

Tagged , | Leave a comment

Network Manager 0.7 Multiple Simultaneous Connections!

Four network connections active at the same time: 3G connection (etisalat USB modem) 2 wireless networks with 2 different wireless cards (the internal card and another external one) 1 wired connection This is EXTREMELY useful and I gained a lot … Continue reading

Tagged , , | Leave a comment