Tag Archives: Ubuntu

Create NTFS Partition with gparted in Ubuntu

The “ntfs” option is dimmed by default, to enable it you should install the necessary package: “sudo apt-get install ntfsprogs” That’s it, just re-open gparted and you’re ready to go 🙂

Tagged , , , | Leave a comment

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