Git Product home page Git Product logo

clean-install-ubuntu-15-guide's Introduction

Install Ubuntu 15

alt text

#Performing a Clean Install of Ubuntu 15.10

Total Estimated time: 30-45 minutes

Required items:

USB drive with at least 6GB of storage

Index:

  1. Backing up Files and Settings
  2. Mounting Ubuntu on a USB drive
  3. Installing Ubuntu
  4. Additional software

#1. Backing up Files and Settings

  1. Click on the Start Menu > All Programs > Accessories > System Tools backup.
  2. Click next and select the Back up files and settings.
  3. Select what to backup from the options listed.
  4. Choose where to back up the files and name it. Note: back up sizes will vary.

#2. Mounting Ubuntu on a USB drive

  1. Download the appropriate Ubuntu file and place it on your desktop.

    32-bit (2GB RAM or less)

    64-bit (Recommended)

  2. Click here to install a Universal USB Installer and move it to your desktop.

  3. Run the USB installer and select Ubuntu from the first dropdown menu.

  4. Select the Ubuntu .iso file you had saved from earlier.

  5. Select the flash drive you will be using to install Ubuntu and click the create button.

  6. Wait for the file to extract to the USB drive.

  7. Safely eject the USB drive from your task bar and plug the USB drive into the machine you will be installing Ubuntu on.

#3. Installing Ubuntu

  1. Insert the USB drive into the computer that you will be installing Ubuntu on.
  2. Restart the computer. As soon as the first text appears on the screen, press the appropriate button to enter your BIOS/system setup which is usually one of the following keys: F1, F2, Del, Esc, F10, F11, or F12.
  3. Once in the BIOS change the option for boot sequence to boot from the USB drive you installed Ubunutu on.
  4. Once the boot order is changed restart your computer.
  5. Wait a minute or two, an install window will appear.
  6. Select "Install Ubuntu" and wait for it to load.
  7. Select English from the list to the left of the screen and click continue.
  8. Connect to Wi-Fi, if available, by selecting the connect to this network option and clicking connect and then continue (this will not show up if you are connected with an ethernet cable).
  9. Select the checkbox "download updates while installing" and click continue.
  10. When you get to the installation type, choose which option best suits your needs, I chose to erase Windows completely.
  11. If installing alongside windows boot manager, allocate space and select install now.
  12. Follow the instructions to choose your location, language and keyboard settings, name, computer name, a username and a password.
  13. Click Install. The installation will begin, and should take 10-20 minutes to complete. When it is finished, choose to restart the computer and then remove your USB drive. Ubuntu should start to load on restart.

#4. Recommended Software (Optional)

Click the launcher in the top left corner of the screen and type Terminal. Click the icon that pops up. Commands will be entered here.

###Chromium Chromium is an open-source version of Chrome.

  1. Change to root directory:

$ cd ~


2. Add the Chromium PPA:
    
    ```bash
$ sudo add-apt-repository ppa:chromium-daily/ppa
  1. Download the package lists from the repositories and "update" them to get information on the newest versions of packages and their dependencies. It will do this for all repositories and PPAs.

$ sudo apt-get update


4. Install Chromium:
    
    ```bash
$ sudo apt-get install chromium-browser

###Sublime Text 3 Sublime Text is a sophisticated text editor for code, html and prose.

  1. Change to root directory:

$ cd ~


2. Add the WebUpd8 Sublime Text 3 (beta) PPA:
    
    ```bash
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
  1. Download the package lists from the repositories and "update" them to get information on the newest versions of packages and their dependencies. It will do this for all repositories and PPAs.

$ sudo apt-get update


4. Install Sublime Text 3:
    
    ```bash
$ sudo apt-get install sublime-text-installer
  1. Add in drupal specific preferences https://drupal.org/node/1346890

###IRC (HexChat)

  1. Add the HexChat PPA:

$ sudo add-apt-repository ppa:gwendal-lebihan-dev/hexchat-stable


2. Download the package lists from the repositories and "update" them to get information on the newest versions of packages and their dependencies. It will do this for all repositories and PPAs
    
    ```Bash
$ sudo apt-get update
  1. Install HexChat:

$ sudo apt-get install hexchat


###Terminator

1. Change to root directory:

    ```bash
$ cd ~
  1. Add the Terminator Nightly Builds PPA:

$ sudo add-apt-repository ppa:gnome-terminator/nightly


3. Download the package lists from the repositories and "update" them to get information on the newest versions of packages and their dependencies. It will do this for all repositories and PPAs.

    ```bash
$ sudo apt-get update
  1. Install Terminator:

$ sudo apt-get install terminator




clean-install-ubuntu-15-guide's People

Contributors

ky1e avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.