What are the changes you notice immediately when switching from Windows
to a Linux distro?
Let’s see what someone notices when switched to a Linux distro from
Windows. In this article, Ubuntu is the chosen Linux distro. I will talk
about the noticeable differences and
what you have to do after you switch and what to do if you get stuck on the
way. Ubuntu is a good OS. You have to learn how Linux based OS works to use
it properly and efficiently. It helps you a lot in lot of cases. If you are
a programmer and it is even better.
First Experience
When you switch to Linux you will notice some differences.
- The first thing you will notice is that all exe file is not working :( Yeah.
However you can have most of those software for Linux. If it is not available
you will find some open source alternative.
- Then you will notice that to do many things you have to use
the terminal. Things like installing software, changing permission etc.
- You fill find that the desktop icons are less and overall UI is different.
- You will see that the system is using less resources like RAM and that’s
great.
- It is a very minimal system. And if you want more minimal go for
Arch Linux or Debian.
- You will not see Local Disk (c ), Local Disk (d) etc.
- You may notice your PC is little bit faster.
- Its search is very fast.
- It has no refresh option when you right click on desktop :)
- The dock is different.
- Those are the most noticeable things you will see. Others are almost same.
Problems That You May Face
I personally did not face any major problems. But there are something to know about.
- Terminal
- You have to use the terminal a lot. This may be a problem for you if don’t know
anything about terminal. But if you know even some of it, this is not a big
deal.
- Driver Issue
- You WiFi, graphics card may not work properly or
will not work at all if there is some problem with driver. If you face this
issue just download the proper driver and install it. It will fix the issue.
Easy.
- New Environment
- As Linux is new to you, you may feel a little
uncomfortable. It has its own way doing things. It is really not a problem.
But you have to learn a little. The different desktop environments are gnome,
plasma, mate etc.
These are some problems. Remember if there is a problem,
there should be a solution. Just ask it.
Things That You May Love
Things to do at first
You you first install a Linux based OS you will find many essential software
are already preinstalled like LibreOffice (similar to Microsoft Office),
media player, image viewer, browser etc. Still you want to install some additional
software.
Install software
To install
software, you have many option.
- You can use package manager to install software: apt of dnf or yum etc.
- You can use software center.
- You download .deb or .rpm package from software website. These are similar to .exe
file for windows.
- You can use flatpak or snap to install latest software.
- You can use appimage to use softwares.
Now, if you are a Photoshop, Lightroom, MS Office user you can’t use these software
in Linux because they didn’t make
Linux version of it. So what can you do? Well don’t worry. Linux has awesome
and powerful alternatives. I have listed some of the important ones and also
some recommended ones.
- Photoshop →Gimp
- Lightroom →Darktable
- MS Office
- Libre Office, Open Office
- Illustrator →Inkscape
- Paint →Krita
These
are some alternatives, if you need more just google what you want. However
you really want use those software, you can do so via wine. Search about wine
and you will learn more.
These are some recommendation.
- VLC media player — Media player.
- Brave — Browser.
- OBS Studio — To record screen and to stream.
Customization
Next thing you will be wanting is to
customize your PC. You can do so via the followings.
- Download Gnome-Tweaks.
With this you can customize your system very professionally.
- Through settings
you can do so many things like changing dock settings etc.
- Installing extensions
allow you to do many awesome things.
- You can install custom themes.
- You can install custom icons.
Things You Have to Learn
There are some
things you must learn to use Linux efficiently.
- Linux filesystem.
- Shell (Command Line Interface)
Some links are given below to learn.
- Shell (BASH) — The Linux Command Line
- Filesystem — Linux Filesystem Hierarchy
Resources To Get Help
It is common to get stuck. These are some awesome website you can use to get help.
- askubuntu.com
- stackoverflow.com
- itsfoss
- Youtube
- offline: click on activities on to left corner or press
super key. Then type help. Open help. Here you will get an offline reference
of you system. I highly recommend this to read.
And some googling give you more resources.
Conclusion
I hope now you have some idea what to do and how to get things done. Thank you
very much for reading this. If you have any suggestions let me know.