Well, modern distributions today come equipped with most of the software and tools we require, still, it isn't 100% of what we call a full-loaded beast. Depending on your choice of Desktop Environment or Window Manager, you'd get default media players, file managing tools, document editing tools. To take full advantage, you gotta install your own choice of strain. 🌿
1. UPDATE YOUR SYSTEM
No explanation here.
~# apt-get update && apt-get upgrade && apt-get dist-upgrade
2. INSTALL VLC
Yeah, we all know that the default media players which come preinstalled suck. VLC is the way to go.
~#apt-get install vlc
3. INSTALL SKYPE
No workstation is complete without a communication software. Skype is my personal choice. Telegram is also good.
~# apt-get install skypeforlinux
4. INSTALL TORRENT CLIENT
Deluge is my personal favorite.
~# apt-get install deluge
5. INSTALL EMAIL CLIENT
Web interfaces are pain in the ass. Clients are much more powerful and faster. Install Mozilla Thunderbird.
~# apt-get install thunderbird
6. INSTALL TERMINAL MULTIPLEXER
Using multiplexers, we can open several terminal windows inside a single window. Tilix is a good one.
~# apt-get install tilix
7. CREATE A LOW PRIVILEGED USER
Some distros like Kali Linux come with only a root user. For beginners, this could be risky. Moreover, some software like. HexChat and VLC aren't supposed to be run as root. Root must only be used when required.
These are the 7 things which I do after intsalling a Linux OS. What are yours?
1. UPDATE YOUR SYSTEM
No explanation here.
~# apt-get update && apt-get upgrade && apt-get dist-upgrade
2. INSTALL VLC
Yeah, we all know that the default media players which come preinstalled suck. VLC is the way to go.
~#apt-get install vlc
3. INSTALL SKYPE
No workstation is complete without a communication software. Skype is my personal choice. Telegram is also good.
~# apt-get install skypeforlinux
4. INSTALL TORRENT CLIENT
Deluge is my personal favorite.
~# apt-get install deluge
5. INSTALL EMAIL CLIENT
Web interfaces are pain in the ass. Clients are much more powerful and faster. Install Mozilla Thunderbird.
~# apt-get install thunderbird
6. INSTALL TERMINAL MULTIPLEXER
Using multiplexers, we can open several terminal windows inside a single window. Tilix is a good one.
~# apt-get install tilix
7. CREATE A LOW PRIVILEGED USER
Some distros like Kali Linux come with only a root user. For beginners, this could be risky. Moreover, some software like. HexChat and VLC aren't supposed to be run as root. Root must only be used when required.
These are the 7 things which I do after intsalling a Linux OS. What are yours?
Comments
Post a Comment