Programming

Ubuntu

5 thoughts
last posted Oct. 18, 2016, 9:44 p.m.
0
get stream as: markdown or atom
repost from Programming
0

hash -r to rehash an executable that previously was not found and does now exist on your path

0

Unicode character insertion:

CTRL-SHIFT-U

  • e 9 e acute
0

To determine your exact Ubuntu version:

lsb_release -a

0

To install a Debian package from the command-line:

sudo dpkg -i /path/to/deb/file

0

Changing timezone on an Ubuntu box

sudo timedatectl set-timezone 'Europe/London'

List the current timezone information with: timedatectl

See this for further reference: http://askubuntu.com/a/594186