Linux mint to do after install

12 Things to do After Installing Linux Mint 19

Linux Mint is one of the best Linux distributions for new users. It runs pretty well out of the box. Still, there are a few recommended things to do after installing Linux Mint for the first time.

In this article, I am going to share some basic yet effective tips that will make your Linux Mint experience even better. If you follow these best practices, you’ll have a more user-friendly system.

Things to do after installing Linux Mint 19 Tara

Things to do after installing Linux Mint 19

I am using Linux Mint 19 Cinnamon edition while writing this article so some of the points in this list are specific to Mint Cinnamon. But this doesn’t mean you can’t follow these suggestions on Xfce or MATE editions.

Another disclaimer is that this is just some recommendations from my point of view. Based on your interests and requirement, you would perhaps do a lot more than what I suggest here.

That said, let’s see the top things to do after installing Linux Mint 19.

1. Update your system

This is the first and foremost thing to do after a fresh install of Linux Mint or any Linux distribution. This ensures that your system has all the latest software and security updates. You can update Linux Mint by going to Menu->Update Manager.

You can also use a simple command to update your system:

sudo apt update && sudo apt upgrade -y

2. Create system snapshots

Linux Mint 19 recommends creating system snapshots using Timeshift application. It is integrated with update manager. This tool will create system snapshots so if you want to restore your Mint to a previous state, you could easily do that. This will help you in the unfortunate event of a broken system.

Creating snapshots with Timeshift in Linux Mint 19

It’s FOSS has a detailed article on using Timeshift. I recommend reading it to learn about Timeshift in detail.

3. Install codecs

Want to play MP3, watch videos in MP$ and other formats or play DVD? You need to install the codecs. Linux Mint provides an easy way to install these codecs in a package called Mint Codecs.

You can install it from the Welcome Screen or from the Software Manager.

You can also use this command to install the media codecs in Linux Mint:

sudo apt install mint-meta-codecs

4. Install useful software

Once you have set up your system, it’s time to install some useful software for your daily usage. Linux Mint itself comes with a number of applications pre-installed and hundreds or perhaps thousands of applications are available in the Software Manager. You just have to search for it.

Читайте также:  Connect to linux server with rdp

In fact, I would recommend relying on Software Manager for your application needs.

If you want to know what software you should install, I’ll recommend some useful Linux applications:

  • VLC for videos
  • Google Chrome for web browsing
  • Shutter for screenshots and quick editing
  • Spotify for streaming music
  • Skype for video communication
  • Dropbox for cloud storage
  • Atom for code editing
  • Kdenlive for video editing on Linux
  • Kazam screen recorder

For your information, not all of these recommended applications are open source.

5. Learn to use Snap [For intermediate to advanced users]

Snap is a universal packaging format from Ubuntu. You can easily install a number of applications via Snap packages. Though Linux Mint is based on Ubuntu, it doesn’t provide Snap support by default. Mint uses Flatpak instead, another universal packaging format from Fedora.

While Flatpak is integrated into the Software Manager, you cannot use Snaps in the same manner. You must use Snap commands here. If you are comfortable with command line, you will find that it is easy to use. With Snap, you can install some additional software that are not available in the Software Manager or in DEB format.

To enable Snap support, use the command below:

You can refer to this article to know how to use snap commands.

6. Install KDE [Only for advanced users who like using KDE]

Linux Mint 19 doesn’t have a KDE flavor. If you are fond of using KDE desktop, you can install KDE in Linux Mint 19 and use it. If you don’t know what KDE is or have never used it, just ignore this part.

Before you install KDE, I recommend that you have configured Timeshift and taken system snapshots. Once you have it in place, use the command below to install KDE and some recommended KDE components.

sudo apt install kubuntu-desktop konsole kscreen

After the installation, log out and switch the desktop environment from the login screen.

7. Change the Themes and icons [If you feel like it]

Linux Mint 19 itself has a nice look and feel but this doesn’t mean you cannot change it. If you go to System Settings, you’ll find the option to change the icons and themes there. There are a few themes already available in this setting section that you can download and activate.

Installing themes in Linux Mint is easy

If you are looking for more eye candy, check out the best icon themes for Ubuntu and install them in Mint here.

8. Protect your eyes at night with Redshift

Night Light is becoming a mandatory feature in operating systems and smartphones. This feature filters blue light at night and thus reduces the strain on your eyes.

Unfortunately, Linux Mint Cinnamon doesn’t have built-in Night Light feature like GNOME. Therefore, Mint provides this feature using Redshift application.

Redshift is installed by default in Mint 19 so all you have do is to start this application and set it for autostart. Now, this app will automatically switch to yellow light after sunset.

Autostart Redshift for night light in Linux Mint

9. Minor tweaks to your system

There is no end to tweaking your system so I am not going to list out all the things you can do in Linux Mint. I’ll leave that up to you to explore. I’ll just mention a couple of tweaks I did.

Tweak 1: Display Battery percentage

I am used to of keeping a track on the battery life. Mint doesn’t show battery percentage by default. But you can easily change this behavior.

Читайте также:  Linux remove file regexp

Right click on the battery icon in the bottom panel and select Configure.

Display battery percentage in Linux Mint 19

And in here, select Show percentage option.

Display battery percentage in Linux Mint 19

Tweak 2: Set up the maximum volume

I also liked that Mint allows setting the maximum volume between 0 and 150. You may use this tiny feature as well.

Linux Mint 19 volume more than 100%

10. Clean up your system

Keeping your system free of junk is important. I have discussed cleaning up Linux Mint in detail so I am not going to repeat it here.

If you want a quick way to clean your system, I recommend using this one single command from time to time:

This will help you get rid of unnecessary packages from your system.

11. Set up a Firewall

Usually, when you are at home network, you are behind your router’s firewall already. But when you connect to a public WiFi, you can have an additional security layer with a firewall.

Now, setting up a firewall is a complicated business and hence Linux Mint comes pre-installed with Ufw (Uncomplicated Firewall). Just search for Firewall in the menu and enable it at least for the Public mode.

UFW Uncomplicated Firewall in Linux Mint 19

12. Fixes and workarounds for bugs

So far I have noticed a few issues in Mint 19. I’ll update this section as I find more bugs.

Issue 1: Error with Flatpaks in Software Manager

major bug in the Software Manager. If you try to install a Flatpak application, you’ll encounter an error:

“An error occurred. Could not locate ‘runtime/org.freedesktop.Sdk/x86_64/1.6’ in any registered remotes”

Flatpak install issue in Linux Mint 19

There is nothing wrong with Flatpak but the Software Manager has a bug that results in this error. This bug has been fixed and should be included in future updates. While that happens, you’ll have to use Flatpak commands in terminal to install these Flatpak applications.

I advise going to Flathub website and search for the application you were trying to install. If you click on the install button on this website, it downloads a .flatpakref file. Now all you need to do is to start a terminal, go to Downloads directory and use the command in the following fashion:

Issue 2: Edit option disabled in Shutter

Another bug is with Shutter screenshot tool. You’ll find that the edit button has been disabled. It was the same case in Ubuntu 18.04. I have already written a tutorial for Shutter edit issue. You can use the same steps for Mint 19.

What’s your suggestion?

This is my recommendation of things to do after installing Linux Mint 19. I’ll update this article as I explore Mint 19 and find interesting things to add to this list. Meanwhile, why don’t you share what you did after installing Linux Mint?

Источник

Top 12 Things to Do After Installing Linux Mint 21 (Vanessa)

Linux Mint is one of the highly rated Linux distribution for desktops. Recently Linux Mint 21, code name Vanessa has been released. We have already covered an article which shows Linux mint 21 Installation steps .

In this article, we will learn what are the Top 12 things to do after installing Linux Mint 21.

1) Configure Backup with timeshift

The first important thing is to enable backup of your system using timeshift tool. From the system menu, search timeshift and start it.

Click on Wizard , setup it as per requirements. Basically, it has four steps

  • Snapshot Type (choose Rsync)
  • Snapshot Location (Disk like /dev/sda2 or /dev/sda3)
  • Snapshot Levels (Daily, hourly, weekly & monthly)
  • User Home directories (Select the folders to be backed up)

Now click on ‘ Create ’ to create first snapshot of your system,

Читайте также:  Линукс с флешки uefi

Create-snapshot-timeshift-Linux-Mint21

Once the snapshot is created, you can restore the system using that snapshot in case of misconfigurations or accidently lost data.

2) Disable Linux Mint Welcome Screen

After the installation of Linux Mint 21, whenever we login to desktop environment, we will get the following screen,

Uncheck-Option-Show-Dialogue-Startup-LinuxMint21

So, to disable it, uncheck the option ‘ Show this dialogue at startup ’

3) Install Security and System Updates

It is always recommended to install security and system updates after installing Linux Mint. So, to install updates, your system must have connected to internet.

Access the Update Manager from system menu and enable local mirror first.

Eanble-Local-Mirror-Linux-Mint21

Click on Yes and then it will prompt you to enter your user’s password.

In the following screen, click on ‘I nstall updates ’

Install-Updates-Option-Linux-Mint21

It will show us what additional packages will be installed as a part of upgrade,

Choose-Ok-Install-Update-Linux-Mint21

Click on OK , it will prompt you to enter your user password. After entering the password, it will start downloading packages.

Downloading-Package-files-Linux-Mint21

Once all the updates are installed, reboot your system.

Reboot-After-Installing-Updates-Linux-Mint21

4) Enable Firewall

To secure your system, it is highly recommended to enable system firewall. Search firewall from the system menu,

Enable-Firewall-Linux-Mint21

After enabling firewall, configure incoming and outgoing rules as per your requirement.

5) Enable Redshift

Redshift is a colour temperature adjustment tool and protects our eyes by decreasing the blue light of the screen. To enable Redshift, to go system menu, search redshift and click on its icon.

Access-Redshift-tool-LinuxMint21

This will start Redshift and its icon will appear on system tray, right click in its icon from the system tray, enable AutoStart so that it starts automatically during the reboot.

Autostart-Redshift-LinuxMint21

6) Install Multimedia Codecs

Multimedia codecs will allow to play different types of video formats on your desktop. To Install multimedia codecs,

System Menu –> Software Manager –> Click on Sound & Video Category –> Double click on Multimedia codecs –> Click on Install.

Install-Multimedia-Codecs-LinuxMint21

Install the following popular applications,

To install above applications, go to System Menu –> Software Manager

Search these applications and double click on their icons and the click on install

Popular-Applications-Software-Manager-LinuxMint21

8) Increase Battery Time

To increase the battery time of your laptop, install tlp package. Open the terminal and run following apt command

Install-tlp-package-linux-mint21

9) Boost System Performance

Note : This is only recommended for systems which have more than 16 GB of RAM.

To boost your system performance, you should consider decreasing the swap usage by tweaking swappiness value. Open the terminal and run following command with sudo rights,

$ sudo sysctl -w vm.swappiness=10

10) Install Microsoft fonts

Open the software Manager and search ‘ttf-mscorefonts’, click on ‘ Ttf-mscorefonts-installer ’ and then click on Install

Ttf-mscorefonts-installer-linuxmint21

11) Install Additional Drivers

Start the Driver Manager from system menu, it will prompt you to enter user password.

Driver-Manager-LinuxMint21

If there are some additional drivers available for your system, then it will show the drivers. Recommendation is to install them and if your system has all drivers up to date then it will show following screen.

Device-Manager-Screen-LinuxMint21

12) Clean the System with Bleachbit

Bleachbit is a tool which deletes unnecessary files to free up disk space and remove junk. It also removes cache, internet history, cookies, and temporary files.

To Install bleachbit, open the Software Manager and search bleachbit, click on its icon and then click on Install.

Install-Bleachbit-LinuxMint21

Once installed, access it and configure preferences as per your requirement

BleachBit-Preferences-LinuxMint21

That’s all from this article. I hope you have found this article useful. Kindly do post your queries and feedback in below comments section.

Источник

Оцените статью
Adblock
detector