December 25 2013

How to fix Bluetooth issue? Bluetooth disabled after Ubuntu 13.10 update.

Tagged Under : , , , , ,

How to fix Bluetooth issue? Bluetooth disabled after Ubuntu 13.10 update.

(1) Just to unblock resource.

$ sudo rfkill unblock bluetooth

December 25 2013

Ubuntu 13.10 – How to download Youtube video in command line?

Tagged Under : , , ,

Ubuntu 13.10 – How to download Youtube video in command line?

(1) Install youtube-dl:
$ sudo apt-get install youtube-dl

(2) Download in command line:
$ youtube-dl “youtube URL”

December 25 2013

How to fix the missing date/time in menu bar after upgrade to Ubuntu 13.10 Saucy?

Tagged Under : , , ,

(1) Install or re-install indicator-datetime:

$ sudo apt-get install indicator-datetime

(2) Re-configure the date/time:

$ sudo dpkg-reconfigure -f noninteractive tzdata

(3) Restart unity service:

sudo killall unity-panel-service

(4) Launch “System Setting” > “Time & Date” > “Clock” Tab.
Check “Show a clock in the menu bar”.