User:Trogod/System0Up1810Extras

From MythTV Official Wiki
< User:Trogod
Revision as of 04:47, 29 January 2019 by Trogod (talk | contribs)

Jump to: navigation, search

Installing Extras for System 0 Upgrade to Ubuntu 18.10 January 2019

items to consider $ sudo apt-get install jfsutils $ sudo apt-get install rcs $ sudo apt-get install ir-keytable $ sudo apt-get install unzip $ sudo apt-get install p7zip-rar $ sudo apt-get install cifs-utils --- for mounting network disk

install VNC

sudo apt install tightvncserver
configured by running 'vncserver'

install net-tools for ifconfig

sudo apt install net-tools

ssh

I need to do this:

sudo apt-get install openssh-server
sudo /etc/init.d/ssh restart

From http://ubuntuhandbook.org/index.php/2013/07/how-to-enable-secure-shell-ssh-in-ubuntu-server/