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
ubuntu_notes [2016/12/17 16:06] juckinsubuntu_notes [2021/02/21 11:09] (current) juckins
Line 1: Line 1:
 +==== VirtualBox running Ubuntu 14 Notes ====
 +
 +  * sudo apt-get install linux-headers-generic
 +  * sudo apt-get install apache2
 +  * sudo apt-get install mysql-server
 +  * sudo apt-get install php5 libapache2-mod-php5
 +  * sudo apt-get install gufw
 +  * sudo apt-get install php5-mcrypt
 +  * sudo apt-get install openssh-server openssh-client
 +
 +Edit php.ini to include the following line:
 +  extension=mcrypt.so
 +
 +Restart apache: 
 +  sudo /etc/init.d/apache2 restart
 +  
 +  
 [[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
Line 50: Line 67:
 Install periodic updates: 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.   * 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.
-  * ''sudo apt-get update''+  * From the command line, use: ''sudo apt-get update''
   * Then a little icon called "Update Manager" will appear in left sidebar   * Then a little icon called "Update Manager" will appear in left sidebar
   * Choose the files to update through that GUI    * Choose the files to update through that GUI 
 +
 +Download and install a .deb package:
 +  * Save the .deb file to some folder
 +  * sudo apt install ./name.deb
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins