Difference between revisions of "Ubuntu configuration tasks"

From MyWiki
Jump to: navigation, search
Line 30: Line 30:
 
  [[ KVM Install on Ubuntu ]]
 
  [[ KVM Install on Ubuntu ]]
 
  [[ Disabling screen blanking after 10 minute ]]
 
  [[ Disabling screen blanking after 10 minute ]]
  [[ Initial server configuration tasks eg routes, firewall, nfs shares, etc ]]
+
  [[ Initial server configuration tasks eg routes, firewall, nfs shares, etc. ]] Also configuring server as router.

Revision as of 02:16, 19 September 2015

dpkg --get-selections | grep -v deinstall  ## To get a list of packages installed locally do this in your terminal:
 Install Samba on Ubuntu 
 gufw Firewall    Ubuntu firewall gui
 Mounting windows share from Ubuntu 
sudo sysv-rc-conf
lsb_release -a to find out which version
 Installing Oracle 11G 
 Firewall configuration 
 Change from Pulseaudio to Alsa 
 Backups 
 LDAP 
 Xubuntu 14 
https://help.ubuntu.com/10.04/serverguide/openvpn.html
https://help.ubuntu.com/13.10/serverguide/openvpn.html
for feora http://fedoraproject.org/wiki/Openvpn
sudo nm-connection-editor
https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage
http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/ apt-get install bluez-utils bluez-hcidump libbluetooth-dev  !!!!!!!! http://www.voip-info.org/wiki/view/DAHDI http://www.sudo-juice.com/how-to-set-a-static-ip-in-ubuntu-the-proper-way/ http://www.havetheknowhow.com/Configure-the-server/Install-VNC.html route add -net 10.0.0.0 netmask 255.255.255.0 gw 192.168.0.65 dev eth0 Unable to install software via Software Center configuring vncserver on Ubuntu 14.04 Ubuntu network configuration Adding a route to Ubuntu KVM Install on Ubuntu Disabling screen blanking after 10 minute Initial server configuration tasks eg routes, firewall, nfs shares, etc. Also configuring server as router.