Category: Linux

Linux FAQ resource and tutorials.Basic Linux tutorials. Contains usual commands,scripts, installations instructions and configuration examples.

How to Install Curl on Ubuntu [Quick Tip]

  To install curl on Ubuntu or Ubuntu-based Linux distributions, you can use the apt command in the terminal like this: sudo apt install curl Curl is one of the underrated and yet crucial command line tool for transferring data using various network protocol. As a …

How to Go Full Dark Mode in Ubuntu 20.04

One of the most talked about new features in Ubuntu 20.04 is the dark mode. You can install dark theme in any Ubuntu version to give it a dark look but the new Ubuntu 20.04 makes it a lot easier. You don’t need to install themes …

Install Transmission 3.0 Bit Torrent Software For Ubuntu Linux

Install Transmission 3.0 on Ubuntu Linux. Transmission is an open-source torrent client for Linux Ubuntu Systems. Here are the terminal commands to install Transmission – bit torrent software for Ubuntu Linux Systems. Transmission has the features you want from a BitTorrent client: encryption, a web interface, …

How To Check Memory Usage In Linux Command Line

How to check which process is using more memory in Linux. Learn how to check memory usage in Linux command line. Using these commands you can check memory usage by application in Linux Ubuntu. See which are these commands: free free – Display amount of free …