Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

Get CPU Temperature From Command Line in Ubuntu

more /proc/acpi/thermal_zone/THM0/temperaturemore /proc/acpi/thermal_zone/THM1/temperature As I have two processors “THM0” and “THM1” Source

Tagged , , | Leave a comment

Permanently Blacklist a Kernel Module in Ubuntu

Edit “/etc/modprobe.d/blacklist.conf” Add the module you want to remove, e.g. to blacklist the “kvm_intel” module, add this line “blacklist kvm_intel”

Tagged , , | Leave a comment

Disable a Laptop’s Touchpad in Ubuntu Karmic (and later as I well I guess)

Applications -> Ubuntu Software Center Search for Touchpad System -> Preferences -> Touchpad Untick “Enable Touchpad”

Tagged , | 1 Comment

Install Linux Distro. without burning on CDs

While searching, I found this cool program that enables you to burn Linux Distro. on USB Deviceshttp://unetbootin.sourceforge.net/

Tagged , , | Leave a comment

Download Internet Files from the terminal in Ubuntu

wget url e.g. wget http://files.ubuntu-manual.org/manuals/getting-started-with-ubuntu/10.04/en_US/screen/Getting%20Started%20with%20Ubuntu%2010.04.pdf

Tagged , , | Leave a comment