permalink
Monday,June 18, 2012, 08:06 AM
Last weekend, I migrated to Debian from Ubuntu(I hate Unity), and I went with Logical Volume installation of Debian. But I did not noticed that my / partition is small (100 MB), although I did created separate LVM's for /usr, /home and /tmp.
After some usage, I noticed that my / partition is approaching 75% usage, so I decided to resize the same.
Here are the steps that I followed-
teleinit 1
umount /home
e2fsck -f /dev/debian/home
Resize the home
resize2fs /dev/debian/home
Extend /
umount /
lvextend -l+100%FREE /dev/debian/root
mount -o remount /
resize2fs /dev/debian/root
Tuesday,April 17, 2012, 10:27 AM
After installing GNOME3 and Unity I noticed that that I was getting default non 3D desktop after login. Here is how I fixed it -
You need to change the display settings in BIOS to discrete NVIDA from Integrated Graphics. Please be aware that this is not a energy savings options, but it has higher graphics performance.
Monday,November 21, 2011, 11:37 AM
Edit /etc/default/grub and make the following entry- GRUB_CMDLINE_LINUX_DEFAULT=Thursday,November 17, 2011, 06:55 AM
I am not very fond of mouse or touchpad, and moreover the ergonomics of the T420 Keyboard and my hand were interfering with my activities on my ThinkPad, so I need to disable it.
Here is how I did it :
Determine the device id - xinput list
Disable touchpad xinput set-prop 13 "Device Enabled" 0, where 13 is the device id of touch pad
Tuesday,November 08, 2011, 07:29 AM
Recently I got this error while booting a VM off Virtual Box, possibly because I was also using QEMU on my host (Ubuntu 10.04)(KVM).
QEMU KVM supplies this Kernel Module -kvm-intel.ko, which essentially uses VT tech by Intel to enable KVM.
The workaround is to remove the kvm-intel.ko (modprobe -r kvm_intel) when you would want to use Virtual Box and re-insert when you want to use QEMU.
Tuesday,April 06, 2010, 09:04 AM
Tuesday,December 29, 2009, 09:17 AM
TurnKey Linux specializes in making appliances based on Ubuntu, they have a library of appliances that can be deployed on out of box hardware, clouds or virtual machine.Some sample images are - Bugzilla, Joomla, MediaWiki etc.
See more @ - TurnkeyLinux
Next






