Difference between revisions of "Ubuntu configuration tasks"

From MyWiki
Jump to: navigation, search
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
dpkg --get-selections | grep -v deinstall  ## To get a list of packages installed locally do this in your terminal:
+
Installing flash in ubuntu 18 - http://www.linuxbuzz.com/install-adobe-flash-player-debian-9-ubuntu-18-04/ <br>
 +
configure favourites - settings get org.gnome.shell favorite-apps <br>
 +
 
 +
 
 +
[[ Installing keepas2 ]]<br>
 +
 
 +
dpkg --get-selections | grep -v deinstall  ## To get a list of packages installed locally do this in your terminal:
 
  [[ Install Samba on Ubuntu ]]
 
  [[ Install Samba on Ubuntu ]]
 
  [[ gufw Firewall ]]  Ubuntu firewall gui
 
  [[ gufw Firewall ]]  Ubuntu firewall gui
Line 19: Line 25:
 
  http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/
 
  http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/
 
  apt-get install bluez-utils bluez-hcidump
 
  apt-get install bluez-utils bluez-hcidump
 +
libbluetooth-dev  !!!!!!!!
 
  http://www.voip-info.org/wiki/view/DAHDI
 
  http://www.voip-info.org/wiki/view/DAHDI
 +
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.
 +
  Link activate logical volumes from a cdrom boot or other os - https://quonn.wordpress.com/2010/12/01/how-to-mount-lvm-partition-on-ubuntu/
 +
  link configuring ppp - http://ubuntuforums.org/showthread.php?t=1421761http://ubuntuforums.org/showthread.php?t=1654804
 +
  rip cd to flac : http://ubuntuforums.org/showthread.php?t=1654804<br>
 +
[[ Configuring virtual hosts in Ubuntu Apache ]] <br>
 +
Stop the screen blanking  xset s 0 0<br>
 +
taken from - http://askubuntu.com/questions/291135/how-to-stop-screen-going-black-after-10-min<br>
 +
[[ Changing the hostname in Ubuntu ]]<br>
 +
Confgiuring xrdp on Ubuntu - http://scarygliders.net/2011/11/17/x11rdp-ubuntu-11-10-gnome-3-xrdp-customization-new-hotness/<br>
 +
[[ Install openvpn in Ubuntu 14.04 ]] <br>

Latest revision as of 10:24, 8 December 2018

Installing flash in ubuntu 18 - http://www.linuxbuzz.com/install-adobe-flash-player-debian-9-ubuntu-18-04/
configure favourites - settings get org.gnome.shell favorite-apps


Installing keepas2

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.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. Link activate logical volumes from a cdrom boot or other os - https://quonn.wordpress.com/2010/12/01/how-to-mount-lvm-partition-on-ubuntu/ link configuring ppp - http://ubuntuforums.org/showthread.php?t=1421761http://ubuntuforums.org/showthread.php?t=1654804 rip cd to flac : http://ubuntuforums.org/showthread.php?t=1654804

Configuring virtual hosts in Ubuntu Apache
Stop the screen blanking xset s 0 0
taken from - http://askubuntu.com/questions/291135/how-to-stop-screen-going-black-after-10-min
Changing the hostname in Ubuntu
Confgiuring xrdp on Ubuntu - http://scarygliders.net/2011/11/17/x11rdp-ubuntu-11-10-gnome-3-xrdp-customization-new-hotness/
Install openvpn in Ubuntu 14.04