Difference between revisions of "Mythbuntu"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
Line 9: Line 9:
 
  sudo x11vnc --storepasswd
 
  sudo x11vnc --storepasswd
  
 
+
To connect to windows shares you need cifs
 +
apt-get install cifs-utils
  
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 17:35, 25 February 2014


Customization

Install vim editor

apt-get vim

Set VNC password

sudo x11vnc --storepasswd

To connect to windows shares you need cifs

apt-get install cifs-utils