In this tutorial, we will install Python pip on CentOS 8 using the yum package manager and cover the basics of how to install and manage Python packages with pip. In the CentOS 8 repository AppStream, there are both pip [...]
Linux Tools
Best Essential Apps for Linux (2019)
You might be a beginner looking to explore Linux and you are at a loss of what Apps you should essentially be using. So what are the best essential Apps for Linux? In this guide, we have put together a [...]
How to Use Curl Command with Examples [Download Files]
Curl is a wonderful tool available by default in UNIX based systems. It is a command line utility and a library. It is very useful while troubleshooting URL accesses and for downloading files. Curl supports a wide variety of protocols [...]
How to Extract tar xz File in Linux
In this brief guide, we will look at how you can compress and extract tar xz tarball files/directories with a .tar.xz file extension in Linux. The xz format is a single-file compression format that is based on the LZMA2 algorithm. It [...]
How to Configure and Install Webmin on Ubuntu
Webmin is a web-based control panel that is used for administration of Linux systems. It is written in Perl and helps systems administrators to have an overview of their server performance at a glance. Webmin eliminates the hassle of manually [...]
How to Use Google Drive on Ubuntu Linux
Have you ever wondered how you can install and access Google Drive folder on your Ubuntu system? Its now 2019 and we are still waiting for official google drive client from google, but we have few clients that work flawlessly. In [...]
Dcp - Tool to Securely Transfer Files Between Linux Computers
Transfer files remotely has for a long time been a reserve of rsync and SCP protocols. In this article, we will take a look at how you can transfer files between Linux computers using dcp tool. dcp tool is a handy tool that [...]
What are the Best Youtube Video Downloader for Ubuntu
Downloading videos from Youtube to your PC comes in handy especially when you know you are going to be offline for long periods of time, for instance when you are catching a flight or a train. What's more is that [...]
Xrdp - Connect Ubuntu Linux Remote Desktop via RDP from Windows
How often do you access Linux Desktop? What tools do you use to access remote desktop? Xrdp is an open source tool which allows users to access the Linux remote desktop via Windows RDP. Apart from Windows RDP, xrdp tool also accepts [...]
How to Install Streamlink Twitch Gui on Arch Linux
Streamlink enables you to watch videos from various online video streams in popular video players like mpv, MPlayer, and VLC. Streamlink is a command-line tool written in Python, it was forked from Livestreamer but "Streamlink Twitch GUI' is a graphical version of [...]
How to Synchronize Directories Using Lsyncd in Linux
In this article, I'll explain how to install Lsyncd(Live Syncing Mirror Daemon) on Linux systems and how to synchronize remote and local directories in Linux. Lsyncd is a light-weight live mirror solution that is comparatively easy to install without hampering existing [...]
How to Install Dropbox on Ubuntu 18.04 (Terminal/GUI)
Dropbox online storage provides us supporting for Linux or Ubuntu. Now, we will install Dropbox on Ubuntu 18.04 LTS server terminal and as well as from GUI. Dropbox provides us online storage to store or backup our data automatically. We use [...]
How to Install XWiki on Ubuntu 18.04
XWiki is a free and opensource advanced Wiki Software which is written in Java. It runs on servlet containers like JBoss, Tomcat etc. It uses a database such as MySQL or PostgreSQL to store its information. In this tutorial, I'll explain [...]
Terminalizer - Tool to Record Terminal Sessions on Linux
Have you ever thought about how you can record your Linux terminal? Terminalizer is a fancy and highly customizable CLI tool that records and renders terminal activity and can make an animated GIF image from it. It can work well [...]