Recently, I came across a wonderful article by Peter Norvig — “Teach yourself programming in 10 years”.
This is a witty and a tad bit satirical headline, taking a dig at all those coffee table programming books that aim to teach you programming in 24 hours, 7 days, 10, days, *insert a ridiculously short time line*.
Dr. Norvig makes quite a strong case. Yes, you may come to grips with the syntax, nature, and style of a programming language in 24 hours, but that doesn’t mean you’ve become adept at the art of programming. Because programming isn’t about a language at all. Programming is about intelligent design, a rigorous analysis of time and space complexity, understanding when a certain language works over another, and so much more.
Of course you could write a Hello World program in C++ in 24 hours, or a program to find the area of a circle in 24 hours, but that’s not the point. Do you grasp object oriented programming as a paradigm? Do you understand the use cases of namespaces and templates? Do you know your way around the famed STL? If you do, you certainly didn’t learn all this in a week, or even a month. It took you a considerable amount of time. And the more you learned, the more you realised that the abyss is deeper than it looks from the cliff.
I’ve found a similar situation in the current atmosphere surrounding Machine Learning, Deep Learning, and Artificial Intelligence as a whole. Feeding the hype, thousands of blogs, articles, and courses have popped up everywhere. Thousands of them have the same kind of headlines — “Machine Learning in 7 lines of code”, “Machine Learning in 10 days”, etc. This has, in turn led people on Quora to ask questions like “How do I learn Machine Learning in 30 days?”. The short answer is, “You can’t. No one can. And no expert (or even one comfortable with its ins and outs) did.”
Even if we were to forget the 10,000 hours rule for a second, you can’t do machine learning in 7 lines of code.
And since you couldn’t interpret your model, you tweak the parameters in sklearn, get a minimal improvement in accuracy, and go home happy. But did you really learn?
In short, don’t do it in 7 lines of code. Do it over 6 months, a year. You’ll know in the middle of that period whether it interests you. Forget the glamour for now, and really get into the depths of this amazing field of research. You should definitely read this. I found it to be the best introduction for a newbie in this field. You don’t need to know math or code to read it. But after reading this, you will realise the entire gamut of concepts you need to understand in order to be fluent with this field, to think in ML, so to speak.
There are indeed fascinating blogs to follow on this subject. Here are some of my personal favourites:
Medium is also a wonderful place to learn. I follow this publication almost exclusively.
If you’re old school, take Andrew Ng’s CS229 at Stanford. This is more involved than his course on Coursera, which is also a good introduction.
An unfortunate result of hype is that we “drown in information and starve for knowledge”. So many people do it, that we frequently lose sight of the bigger picture. Machine Learning is wonderful. It is a serious field of research and development, and is driving so many 21st century use cases.
If you opted to install Ubuntu 18.04, I have listed out a few recommended steps that you can follow to get started with it.
I should mention that the list of things to do after installing Ubuntu 18.04 depends a lot on you and your interests and needs. If you are a programmer, you’ll focus on installing programming tools. If you are a graphic designer, you’ll focus on installing graphics tools.
Still, there are a few things that should be applicable to most Ubuntu users. This list is composed of those things plus a few of my of my favorites.
Also, this list is for the default GNOME desktop. If you are using some other flavor like Kubuntu, Lubuntu etc then the GNOME-specific stuff won’t be applicable to your system.
You don’t have to follow each and every point on the list blindly. You should see if the recommended action suits your requirements or not.
With that said, let’s get started with this list of things to do after installing Ubuntu 18.04.
1. Update the system
This is the first thing you should do after installing Ubuntu. Update the system without fail. It may sound strange because you just installed a fresh OS but still, you must check for the updates.
In my experience, if you don’t update the system right after installing Ubuntu, you might face issues while trying to install a new program.
To update Ubuntu 18.04, press Super Key (Windows Key) to launch the Activity Overview and look for Software Updater. Run it to check for updates.
You’ll have to enter your password in order to update the software sources. Once it completes, you’ll find more applications to install in the Software Center.
3. Install media codecs
In order to play media files like MP#, MPEG4, AVI etc, you’ll need to install media codecs. Ubuntu has them in their repository but doesn’t install it by default because of copyright issues in various countries.
As an individual, you can install these media codecs easily using the Ubuntu Restricted Extra package. Click on the link below to install it from the Software Center.
Or alternatively, use the command below to install it:
sudo apt install ubuntu-restricted-extras
4. Install software from the Software Center
Now that you have setup the repositories and installed the codecs, it is time to get software. If you are absolutely new to Ubuntu, please follow this guide to installing software in Ubuntu.
There are several ways to install software. The most convenient way is to use the Software Center that has thousands of software available in various categories. You can install them in a few clicks from the software center.
Though Ubuntu has thousands of applications in the software center, you may not find some of your favorite applications despite the fact that they support Linux.
Many software vendors provide ready to install .deb packages. You can download these .deb files from their website and install it by double-clicking on it.
Google Chrome is one such software that you can download from the web and install it.
6. Opt out of data collection in Ubuntu 18.04 (optional)
Ubuntu 18.04 collects some harmless statistics about your system hardware and your system installation preference. It also collects crash reports.
You’ll be given the option to not send this data to Ubuntu servers when you log in to Ubuntu 18.04 for the first time.
7. Customize the GNOME desktop (Dock, themes, extensions and more)
The GNOME desktop looks good in Ubuntu 18.04 but doesn’t mean you cannot change it.
You can do a few visual changes from the System Settings. You can change the wallpaper of the desktop and the lock screen, you can change the position of the dock (launcher on the left side), change power settings, Bluetooth etc. In short, you can find many settings that you can change as per your need.
Changing themes and icons are the major way to change the looks of your system. I advise going through the list of best GNOME themes and icons for Ubuntu. Once you have found the theme and icon of your choice, you can use them with GNOME Tweaks tool.
You can install GNOME Tweaks via the Software Center or you can use the command below to install it:
You should also have a look at use GNOME extensions to further enhance the looks and capabilities of your system. I made this video about using GNOME extensions in 17.10 and you can follow the same for Ubuntu 18.04.
If you are wondering which extension to use, do take a look at this list of best GNOME extensions.
I also recommend reading this article on GNOME customization in Ubuntu so that you can know the GNOME desktop in detail.
8. Prolong your battery and prevent overheating
Let’s move on to prevent overheating in Linux laptops. TLP is a wonderful tool that controls CPU temperature and extends your laptops’ battery life in the long run.
Make sure that you haven’t installed any other power saving application such as Laptop Mode Tools. You can install it using the command below in a terminal:
sudo apt install tlp tlp-rdw
Once installed, run the command below to start it:
sudo tlp start
9. Save your eyes with Nightlight
Nightlight is my favorite feature in GNOME desktop. Keeping your eyes safe at night from the computer screen is very important. Reducing blue light helps reducing eye strain at night.
Ubuntu 18.04 comes with a new automatic suspend feature for laptops. If the system is running on battery and is inactive for 20 minutes, it will go in suspend mode.
I understand that the intention is to save battery life but it is an inconvenience as well. You can’t keep the power plugged in all the time because it’s not good for the battery life. And you may need the system to be running even when you are not using it.
Thankfully, you can change this behavior. Go to System Settings -> Power. Under Suspend & Power Button section, either turn off the Automatic Suspend option or extend its time period.
You can also change the screen dimming behavior in here.
10. System cleaning
I have written in detail about how to clean up your Ubuntu system. I recommend reading that article to know various ways to keep your system free of junk.
Normally, you can use this little command to free up space from your system:
sudo apt autoremove
It’s a good idea to run this command every once a while. If you don’t like the command line, you can use a GUI tool like Stacer or Bleach Bit.
11. Going back to Unity or Vanilla GNOME (not recommended)
If you have been using Unity or GNOME in the past, you may not like the new customized GNOME desktop in Ubuntu 18.04. Ubuntu has customized GNOME so that it resembles Unity but at the end of the day, it is neither completely Unity nor completely GNOME.
So if you are a hardcore Unity or GNOMEfan, you may want to use your favorite desktop in its ‘real’ form. I wouldn’t recommend but if you insist here are some tutorials for you:
12. Can’t log in to Ubuntu 18.04 after incorrect password? Here’s a workaround
I noticed a little bug in Ubuntu 18.04 while trying to change the desktop session to Ubuntu Community theme. It seems if you try to change the sessions at the login screen, it rejects your password first and at the second attempt, the login gets stuck. You can wait for 5-10 minutes to get it back or force power it off.
The workaround here is that after it displays the incorrect password message, click Cancel, then click your name, then enter your password again.
13. Experience the Community theme (optional)
Ubuntu 18.04 was supposed to have a dashing new theme developed by the community. The theme could not be completed so it could not become the default look of Bionic Beaver release. I am guessing that it will be the default theme in Ubuntu 18.10.
You can try out the aesthetic theme even today. Installing Ubuntu Community Theme is very easy. Just look for it in the software center, install it, restart your system and then at the login choose the Communitheme session.
14. Get Windows 10 in Virtual Box (if you need it)
It’s not the best way but it still gives you an option. You can also use WINE to run Windows software on Linux. In both cases, I suggest trying the alternative native Linux application first before jumping to virtual machine or WINE.
What do you do after installing Ubuntu?
Those were my suggestions for getting started with Ubuntu. There are many more tutorials that you can find under Ubuntu 18.04 tag. You may go through them as well to see if there is something useful for you.
Enough from myside. Your turn now. What are the items on your list of things to do after installing Ubuntu 18.04? The comment section is all yours.