How to Improve Your English from the Linux Terminal

Spread the love

While English may not be the most spoken language in the world, it’s definitely one of the most important ones, especially in the world o business. It is often the language of choice between two parties when both speak and understand only their native languages. Good English skills open new avenues for those aspiring to study abroad or get involved in research activities.

There are many ways you can learn English, but the geekiest way has to be from the Linux terminal. If your job involves working on computers (specifically, the Linux command line), and you don’t have much time to devote to any other activity, here’s a nice little way to improve your English. In this article we will discuss how you can do that.

Note: all commands and instructions mentioned in this article have been tested on Ubuntu 16.04.

Sudocabulary

Sudocabulary is the tool that we will be discussing in this article. It’s basically a script that when executed makes every terminal window that you launch thereafter greet you with a new English word along with its meaning. Basically, you get to learn (or relearn) a new English language word each time you open a command line terminal.

Sudocabulary is developed by a guy named B Adarsh, and its GitHub page reveals that the developer is advertising the tool as “a smart way to memorize flash card words for exams like GRE.” Moving forward, there are even plans to add mnemonics for each word to more easily remember.

Installation and Usage

Installing Sudocabulary is a fairly easy process. All you have to do is execute the following command:

curl https://raw.githubusercontent.com/badarsh2/Sudocabulary/master/script.sh | bash

If the above command is successful (which it most likely should), the tool will be active. You can test it by opening a new terminal window or tab. For example, the following is how the terminal window looked in my case.

Here are a couple more examples.

To remove the tool, just open the “.bashrc” file in your Home folder and delete all references to “.vocab” as well as remove the “.vocab” file from your home directory.

Conclusion

Sudocabulary may represent a very simple idea, but it could be of great help to those who have a very busy daily schedule – learning one word at a time is neither difficult nor time-consuming. Of course, there is a vast scope for improvement – for example, the output could also have a sentence or two explaining how the word can be used – but it’s an effective first step, I’d say.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time. Subscribe


Himanshu Arora

Himanshu Arora is a freelance technical writer by profession but a software programmer and Linux researcher at heart. He covers software tutorials, reviews, tips/tricks, and more. Some of his articles have been featured on IBM developerworks, ComputerWorld, and in Linux Journal.

Comments (3)