Difference between revisions of "User:Trogod/System0Up1810Extras"

From MythTV Official Wiki
Jump to: navigation, search
Line 6: Line 6:
 
sudo apt install tightvncserver
 
sudo apt install tightvncserver
 
configured by running 'vncserver'
 
configured by running 'vncserver'
 +
</pre>
 +
 +
== install net-tools for ifconfig ==
 +
<pre>
 +
sudo apt install net-tools
 
</pre>
 
</pre>

Revision as of 06:04, 25 January 2019

Installing Extras for System 0 Upgrade to Ubuntu 18.10 January 2019

install VNC

sudo apt install tightvncserver
configured by running 'vncserver'

install net-tools for ifconfig

sudo apt install net-tools