Skip to content

A beginner's guide with things to improve your freshly installed ZorinOS.

License

Notifications You must be signed in to change notification settings

N51N3/TinyZorin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 

Repository files navigation

I am an absolute Linux beginner, and this is a living document constantly updated with the new things I've learnt and done on my freshly installed ZorinOS to guide other new beginners to improve their Linux Installation.

You're encouraged to do these two things;

  • Follow & share feedback for this project on Telegram
  • Star & share this project

Get Started

Do the following first on your computer;

Prerequisite
  • Check system requirement & hardware compatibility here.
  • Backup your files in an external drive
Install ZorinOS

Update Installations

After installation, update everything to the latest version through Zorin's GUI or copy the commands and run them in Terminal;

System Update
  • Open the Software Store and click on Updates >> Update All
  • Still on the same page, click on Main Menu >> System Respositories then turn on Canonical-supported free and open source software.
  • A pop-up will appear. Click Close
Update Through Terminal
  • Open the Termimal app and paste these commands;
  • sudo apt update + enter to check for updates
  • sudo apt upgrade + enter to apply the updates
  • sudo ubuntu-drivers autoinstall + enter to install proprietary drivers
  • Restart your computer
Update Drivers
  • Open the Software Store and click on Main Menu
  • Click on System Respositories
  • Click on Additional Drivers then Update
Update GPU Driver(Intel/AMD)
  • Check if your laptop has the Mesa Intel® Xe Graphics (TGL GT2)
  • Open the Termimal app and paste this command to update it;
  • sudo apt install mesa-utils + enter to check for updates

System Optimization

Settings to Improve performance, efficiency, and overall functions of your computer.

Intall Ubuntu Restricted Extras
  • This enables support for a wide range of multimedia formats and proprietary tools like audio and video codecs, Adobe Flash Plugin, Unrar and GStreamer Plugins on your computer
  • sudo apt install ubuntu-restricted-extras + enter to install
Improve Battery Life
  • TLP is a power management tool designed to optimize the battery life on your laptop.
  • sudo apt install tlp + enter to install
  • Restart your computer

Install Apps & Packages

ZorinOS comes with a built-in Software Store and here are packages with beautiful UIs that I use and recommend;

Floorp
  • A fast, lightweight open-source browser with a focus on privacy and customization based on Firefox.
  • Download from the software store
Keypunch
  • A minimalist app to practise and improve your typing skills
  • Download from the software store
Diodon
  • A simple clipboard manager
  • Download from the software store
OCRFeeder
  • An app that allows you copy text from images
  • Download from the software store

About

A beginner's guide with things to improve your freshly installed ZorinOS.

Topics

Resources

License

Stars

Watchers

Forks