Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ubuntu_notes [2015/03/07 21:12] juckinsubuntu_notes [2017/09/17 06:29] juckins
Line 1: Line 1:
 +==== Ubuntu Notes ====
 +[[http://howtoubuntu.org/how-to-install-lamp-on-ubuntu|LAMP install]]
 +
 +[[https://help.ubuntu.com/stable/ubuntu-help/net-firewall-on-off.html|Firewall settings]]
 +
 [[https://extr3metech.wordpress.com/2012/10/14/installing-ubuntu-12-04-lts-on-virtualbox-with-screenshots-for-beginners/|Installing Ubuntu 12.04 LTS on VirtualBox]] [[https://extr3metech.wordpress.com/2012/10/14/installing-ubuntu-12-04-lts-on-virtualbox-with-screenshots-for-beginners/|Installing Ubuntu 12.04 LTS on VirtualBox]]
   * Choose download updates while installing   * Choose download updates while installing
   * Choose to install 3rd party software   * Choose to install 3rd party software
   * At first load, unlock unnecessary icons from launcher   * At first load, unlock unnecessary icons from launcher
 +  * Use sudo -i instead of root
  
 Install VirtualBox Guest Additions Install VirtualBox Guest Additions
Line 11: Line 17:
 Install MyUnity to tweak fonts Install MyUnity to tweak fonts
   * https://apps.ubuntu.com/cat/applications/myunity/   * https://apps.ubuntu.com/cat/applications/myunity/
 +  * All 10 except for Monospace (11)
 +  * Show some icons on desktop
  
-Use sudo -i instead of root +If you cannot manage Network connections (grayed out):
- +
-Cannot manage Network connections (grayed out)+
   * Manage some network settings through the System Settings Menu   * Manage some network settings through the System Settings Menu
   * Edit /etc/NetworkManager/NetworkManger.conf   * Edit /etc/NetworkManager/NetworkManger.conf
Line 25: Line 31:
     * If it can't find these packages, may need to check /etc/apt/sources.list     * If it can't find these packages, may need to check /etc/apt/sources.list
       * Example line to add: deb http://ubuntu.cs.utah.edu/ubuntu precise main universe       * Example line to add: deb http://ubuntu.cs.utah.edu/ubuntu precise main universe
 +      * sudo apt-get update
   * Now 3 vpn software packages should be installed:   * Now 3 vpn software packages should be installed:
     * network-manager-vpnc     * network-manager-vpnc
Line 36: Line 43:
       * It then installed these 3 packages       * It then installed these 3 packages
         * http://packages.ubuntu.com/precise/network-manager-vpnc         * http://packages.ubuntu.com/precise/network-manager-vpnc
 +          * If necessary, save this file and install manually.  It installs other needed files.
         * http://packages.ubuntu.com/precise/net/network-manager-vpnc-gnome         * http://packages.ubuntu.com/precise/net/network-manager-vpnc-gnome
         * http://packages.ubuntu.com/precise/vpnc         * http://packages.ubuntu.com/precise/vpnc
Line 44: Line 52:
  
 [[http://askubuntu.com/questions/248/how-can-i-show-or-hide-boot-messages-when-ubuntu-starts|Show Boot Messages]] [[http://askubuntu.com/questions/248/how-can-i-show-or-hide-boot-messages-when-ubuntu-starts|Show Boot Messages]]
 +
 +Install periodic updates:
 +  * You may be able to right-click a little icon in the upper right hand corner of the screen that looks like a gear cog.  It should indicate status of pending updates.
 +  * From the command line, use: ''sudo apt-get update''
 +  * Then a little icon called "Update Manager" will appear in left sidebar
 +  * Choose the files to update through that GUI 
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins