Kategorie: Linux

Things to do after installing Ubuntu 20.04

In today's tutorial I will describe what you should do after installing Ubuntu 20.04 on the new / PC-formatted.
It includes 5 years of guaranteed security updates, critical patches and selected Canonical software updates.

We go to the update repositories and the whole system.
We run the terminal and spend it 2 command.

update repositories:

sudo apt-get update

system update:

sudo apt-get upgrade

Changing desktop background.

To change the wallpaper, click the right mouse button and choose Change Desktop Background.

We will also change the lock screen.

Dark theame

Aby go uruchomić przechodzimy do – ustawienia -wygląd

Gnome-tweak-tool to combine or modify the settings for Gnome.
With its help we can change the font, top panel, window decorations, select Startup Programs, desktop settings, graphic motifs or extension.

We install it by issuing the command terminal:

sudo apt install gnome-tweak-tool

Extensions - Gnome biggest advantage is the ability to install extensions, which significantly improves the comfort of work. By default, Ubuntu does not have any extensions installed outside the poor Dock, which has to imitate the belt Unity. Unfortunately, as Unity had little configuration options the same default Dock has their little, which is a pity because it is the most popular fork extensions to Gnome.

To install extensions to Gnomea should go to the official website: https://extensions.gnome.org/ and agree to download addition extensions.gnome.org

Then we make the console installation command:

sudo apt-get install chrome-gnome-shell

After installation go to page https://extensions.gnome.org/ we can install add-ons according to your preferences.

Install a few necessary programs

Gimp free alternative to Photoshop

sudo apt install gimp

VLC - one of the best combine movies and not only

sudo apt install vlc

Gparted - for managing partitions

sudo apt-get install gparted

Additional codecs and fonts if you do not pointed the appropriate option during installation

sudo apt install ubuntu-restricted-extras

Steam

sudo apt install steam

We can change the steam language directly in the program itself

Gdebi is a tool to install installation packages with the extension ".deb" with the ability to download missing according to using a graphical interface.

sudo apt install gdebi

Skype, Filezille, Mattermost, Opera browser and a huge amount of other programs after the installation of the Ubuntu Software Center.
How do you like the new version of the system?
What else do you do right after installing your new system??

Linux

Zobacz komentarze

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu