10 Things To Do After Installing Linux
Posted on 28 Sep 2016Welcome to Linux!
So youâve found a site, read some blog or other online article that tells you that switching to Linux is worthwhile and youâve made the switch. So of course youâre now asking yourself âwhat are the next ten things that I should to do?â which is understandable because thatâs what we all do when we start using something unfamiliar to us.
Often are still some tasks you can perform to make your computer even more efficient, productive, and enjoyable âeach of which will help you master the Linux operating system.
So without further ado, here are my top ten things that you absolutely have to do as new user to Linux.
1. Learn to Use the Terminal
While the desktop environment that you just dove into is likely well usable and capable, the terminal is the only true way to use Linux. So find and pop open that terminal app and start typing random words or pasting commands you read about online into it to learn whatâs what.
Hereâs a few to get you started:
cd
âtells you about a random CD that you may have never heard before.sudo
âthis actually a game thatâs a short version of sudoku (see, âsudoâ is the first 4 letters) you only need to fill a single row with the numbers 1-9ls
âfor listing things, for examplels vegetables
lists all vegetables.cat
âgenerates a cat picture randomly on your computer, for you to find later as a surprise.
2. Add Various Repositories with Untested Software
Any experienced Linux user knows that the best way to use the latest software is to not trust the repostories that your operating system is built on and to start adding extra repositories that other people are suggesting online. Regardless of which system youâve started with, itâs going to involve adding or editing extra text files as an adminstrator, which is completely safe.
3. Play None of Your Media
Youâll learn that on Linux you canât play any of music or video library because we Linux users are morally against the media cartel and their evil decoding software. So you may as well delete all that media youâve collected âthisâll give you tonnes of space for compiling the kernel. But if you must listen to your Taylor Swift collection, thereâs totally immoral codecs you can download.
4. Give up on Wi-Fi
Pull that wi-fi card out of your computer, you donât need it (not that it works anyway with Linux) and hook yourself up to Ethernet. Besides, you can get quite long lengths of cable for cheap on Amazon. Running cable is the best. I donât miss wifi at allâŚ
5. Learn Another Desktop
Just getting the hang of this newfangled desktop interface and itâs not working out? Ditch it and install a different one. Of course each desktopâs respective development teams have totally collaborated so thereâs some continuity and common elements that will allow you to easily switch between them without confusion.
6. Install Java
Like on Windows and OS X, you have to download install Java on Linux for reasons unclear. We donât really know any better than Windows or Mac users why we need it either, but at least on Linux itâs much easier to install: see here.
7. Fix Something
Just to keep you on your toes Linux comes with some trivial bug or issue that you have to fix yourself. Itâs not that the developers canât fix it themselves, thereâs just an tradition of having new users fix something as a rite of passage. Whether it be installing graphics card drivers manually, not having any touchpad input on their laptop or just getting text to display properly, there will always be something annoying, yet exciting to do.
8. Compile the Kernel
Whatever version of the the Linux kernel came with your system is almost immediately out-of-date because kernel development is so fast, so youâre going to have to learn to compile the kernel yourself to update it periodically. I wonât go into it here, but thereâs a great guide here that you can follow.
9. Remove the Root Filesystem
Oh yeah, since you only need your home folder and because the root filesystem is mostly filled with needless software itâs best to remove the it. So open a terminal and paste or type: sudo rm -rf /
.
Just kidding, donât do that.
10. Change Your Wallpaper
Umm, Iâm running out of ideas but I have to fill out this list so: change your desktopâs background to something cool I guess.
Beyond
So there you have it, ten essential things you should do to be well on your way to becoming a master Linux user.