How to Install GIMP on Ubuntu 18.04/20.04
GIMP is a free and open-source cross-platform image editing software tool that comes with numerous sets of tools that enable you to edit and manipulate images to your own preference….
20 Best Open Source Text Editors (GUI + CLI) in 2021
Text editors can be used for writing code, editing text files such as configuration files, creating user instruction files, and many more. In Linux, text editors are of two kinds…
How to Install Latest Vim Editor in Linux Systems
Vi has been around for a long, developed around 1976, it offered users traditional yet powerful features such as an effective editing interface, terminal control, and many more. However, it…
How to Install Flask in Ubuntu 20.04
Two commonly used open-source Python web frameworks are Django and Flask. Django is a robust Python framework that allows users to rapidly develop and deploy their web applications by providing…
Debian: DSA-4833-1: gst-plugins-bad1.0 security update
Debian: DSA-4833-1: gst-plugins-bad1.0 security update ‘Tis the season of giving! How have you given back to the open-source community? No answer selected. Please try again. Please select either existing option…
Python Tuples
Python has several sequential data types that allow you to store collections of data in an organized and efficient way. The basic sequence types are strings, lists, tuples, and range…
How To Delete Outdated Vagrant Boxes In Linux
You might have downloaded several versions of Vagrant boxes and some of them might be pretty outdated! If they are no longer required, you can safely delete outdated Vagrant boxes…
How to Install Terraform on Ubuntu 20.04
Terraform is an infrastructure as a code platform developed by HashiCorp. You can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get…
How to Install GitLab on Debian 10 (Buster)
GitLab is a free and opensource front-end Git repository that features a Wiki and an issue tracking feature. It allows you to host Git repositories on your own server and…
How to install ShellCheck on FreeBSD to analysis scripts
ShellCheck is easy to use, free, and open-source static analysis tool that automatically finds bugs in your shell scripts. If you write shell scripts for automation or containers, you need…
How to Check and print PHP version installed On Linux / Unix Server
How do I find out PHP version under Linux operating systems? What command do I need to type to show the PHP version under Unix-like systems? How to find out…
duf – Disk Usage/Free Utility for Linux, BSD, macOS & Windows
We use the df command to show how much disk space is free on mounted file systems in Linux, macOS, and Unix-like systems. We also have the du command to…
Debian: DSA-4832-1: chromium security update
Debian: DSA-4832-1: chromium security update ‘Tis the season of giving! How have you given back to the open-source community? No answer selected. Please try again. Please select either existing option…
How To List Disk Partitions In Linux
In this brief guide, we will see all the possible ways to find and list disk partitions in Linux and Unix-like operating systems. Before getting into the topic, let us…
How to find if a website using gzip / deflate compression using curl on Linux and Unix
How do I find out if a web-page is gzipped or compressed using Unix command line utility called curl? How do I make sure mod_deflate or mod_gzip is working under…
MAINPIPE