Laptop Install: Difference between revisions

From Knox Makers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 58: Line 58:
</pre>
</pre>


OpenSCAD
<pre>
<pre>
sudo add-apt-repository ppa:openscad/releases
sudo add-apt-repository ppa:openscad/releases
Line 72: Line 71:
</pre>
</pre>


<pre>
Go to https://extensions.gnome.org in Firefox
Click here to install browser extension [Allow]
Reload page
Install Extensions:
  User Themes
  Dash to Dock
</pre>




== Theme ==
== Theme ==
<pre>
sudo add-apt-repository -u ppa:snwh/ppa
sudo apt install paper-icon-theme
</pre>
<pre>
sudo apt install materia-gtk-theme
</pre>
<pre>
gnome-tweaks
Appearance > Themes > Applications [Materia-light]
Appearance > Themes > Icons [Paper]
Appearance > Themes > Shell [Materia]
</pre>

Revision as of 20:03, 31 August 2018

Image

We are using the latest LTS release of Ubuntu which is currently 18.04

You can find the release at: http://releases.ubuntu.com/18.04.1/ubuntu-18.04.1-desktop-amd64.iso


Install Options

English
Install Ubuntu
Minimal Installation
Install third-party software for graphics and Wi-Fi hardware and additional media formats
Erase disk and install Ubuntu
    Your name: knoxmakers
Computer name: knoxmakers-laptopX  (where X is the laptop's number)
     username: knoxmakers
     password: knoxmakers

[X] Log in automatically


First Boot

What's new [Next]
Skip Livepatch [Next]
No, don't send system info [Next]
[Done]


Updates

sudo apt update
sudo apt upgrade
sudo reboot


Printers

.


Software

sudo apt install inkscape slic3r openscad
sudo add-apt-repository ppa:openscad/releases
sudo apt-get install openscad


Configure

Gnome Extensions Install

sudo apt install gnome-shell-extensions chrome-gnome-shell
Go to https://extensions.gnome.org in Firefox
Click here to install browser extension [Allow]
Reload page

Install Extensions:
  User Themes
  Dash to Dock


Theme

sudo add-apt-repository -u ppa:snwh/ppa
sudo apt install paper-icon-theme
sudo apt install materia-gtk-theme
gnome-tweaks
Appearance > Themes > Applications [Materia-light]
Appearance > Themes > Icons [Paper]
Appearance > Themes > Shell [Materia]