Tuesday, 18 December 2012

Uninstalling shopping lense in Ubuntu 12.1

Most people find this rather annoying. Use the following command to remove the ''feature''.

sudo apt-get remove unity-lens-shopping

Saturday, 1 December 2012

Ubuntu 12.1 - wireless not working after system update

Fix:



sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...