Linux
Linux is the Operating system. It has many OS distributions available for free to download. It is an open and free source OS to use. Mostly, it is used for development purpose. You can use this space to find out more about Linux OS distribution, Linux file system, terminal and shell script commands…
If you are new to Linux, you can use Ubuntu Linux OS. It is available for FREE.
If you are into the programming, I would recommend to start using Linux OS. It will help you to blend yourself with Industry standard.
[Solved] MacBook (M1 chip) OSError: no library called cairo/pango was found
Are you getting the below error while running Python/Django application on your MacBook Air (with M1 chip)? OSError: no library called "cairo-2" was found no library called...
Open PyCharm through Terminal as Root | Solve “Clear Read-Only
Are you getting an error saying Clear Read-Only Status ... while writing/updating a file in your PyCharm? This is more likely because your PyCharm doesn't have the...
How to use Git and GitHub in Ubuntu [Installation, Configuration]
Update: If you are trying to access Git with the password (as you were accessing it earlier), you will see the authentication error "fatal: Authentication failed". Support for...
Linux “ls” Command with Different Options
You don't need to remember different 'ls' command options. Use this below tool to generate Linux "ls" command. How do you find this tool to generate Linux ls...
Chmod Calculator for Linux File Permission
Use this online tool to convert the file permission for the owner, group and public to the numeric value and symbolic notation. You can use these converted notations to know or...
5 Free Linux screenshot tools | How to take a screenshot in Linux?
Taking screenshots on Linux is not as simple as taking a screenshot on other operating systems such as Windows or macOS. This is because there is no specific utility that is...
How to Check Free Memory in Ubuntu?
You are reading this tutorial as you may be facing one of the below issue. Do you want to know- How much RAM memory is available to run your new application? Your application...
[Shortcut] How to Search Text in Terminal Output on Ubuntu (Linux)?
Do you want to know how you can search any text in Ubuntu (Linux) terminal? When you run any command, you get the output on the terminal. Especially if you are running any...
How to Auto Remove All Unused Packages in Ubuntu (Linux)?
In this tutorial, you will learn to auto remove all unused packages in Ubuntu. I will also show you how this simple technique increases your system performance. Note: This...