Category Tutorials

How To Install Pycharm In Ubuntu Linux?

Install Jetbrains Pycharm In Ubuntu

Pycharm is an IDE that is used and recommended by experts for Python development. It comes in two editions, the Professional edition which is the paid version, and the Community edition which is based upon open-source code. For Python development,…

Watch ASCII Star Wars in the Linux Terminal

Watch Star Wars In The Linux Terminal

May the force be with you fellow Jedi Knights! What if I tell you there is a way through which you can watch Star Wars in the terminal? No, I’m not playing mind tricks on you, you can actually do…

How to install Eclipse IDE on Ubuntu Linux?

Install Eclipse on Ubuntu

Eclipse is a popular cross-platform Java IDE that can be used to create and manage your Java projects. It also has plugins through which you can work with PHP, C++, JavaScript, and more programming languages on this application. As this…

Top 10 Torrent Clients for Linux

Top 10 Torrent Clients for Linux

uTorrent is the most famous torrent application on Windows, but it does not have a Linux port. Torrents are an effective way to download ISOs of your favorite Linux distribution, as it takes the load off from the distribution’s company’s…

Install i3 Window Manager on Ubuntu

Install I3wm On Ubuntu

Ubuntu by default ships with a modified version of the GNOME desktop environment. However, there are several other Ubuntu flavors as well, like Ubuntu MATE, Ubuntu Cinnamon, and so on. And you are free to choose any, but the catch…

Steps To Restore Default Repositories in Ubuntu

Restore default repositories in Ubuntu

If for some reason, you are not able to run the apt command successfully from the terminal, it is quite possible that your sources.list file is corrupt. Don’t panic, we can easily restore the sources file. But first, we have…

[SOLVED] gzip: stdin: not in gzip format

Fix gzip: stdin: not in gzip format error

Hey folks! In this article, we will discuss how to solve gzip: stdin: not in gzip format error while extracting a zipped file using the tar command. Let’s say you’re trying to extract an archive named archive.tar.gz using the tar…