How to Install JDownloader on Debian

Debian JDownloader

JDownloader is a great tool that can be used to download files from multiple servers simultaniously. It is open source and is supported on all major platforms, the tool is written in Java. It comes in handy when you have to download multiple files at once located at different file hosting services. This tool provides … Read more

How to Install Ansible on Ubuntu 20.04

Ansible on Ubuntu

Ansible is an Infrastructure as Code tool that allows its users to control many servers from a centralized location. The benefit of using Ansible is that it uses SSH along with YAML files for configuration without any need to require other configurations. In this tutorial, I will describe how to install and configure Ansible on … Read more

How to Install Minecraft Game on Ubuntu 20.04

Minecraft Ubuntu 20.04

Minecraft is a very popular video game that was released in 2011. It can be used with all major platforms like Linux, macOS, and Windows. Today’s article will show you the installation of Minecraft on Ubuntu 20.04. Installing Minecraft on Ubuntu 20.04 For installing Minecraft game on Ubuntu 20.04 system, you can follow any of … Read more

How to browse the internet using Debian Terminal

Debian Terminal Browser

Today, we are going to talk about text-based web browsers. But you might be wondering that what’s the need for a text-based browser in today’s graphical age. There might be several reasons for it. one reason might be because some people are more Terminal savvy and they want to perform everything from their command line. … Read more

How to Install Arduino IDE on Linux Mint 20

Arduino IDE

The Arduino IDE software is an integrated development environment for Arduino that includes a text editor for writing code and a compiler for compiling the code for uploading to your Arduino. The Arduino IDE is supported on many operating systems, and the Linux system is no exception. Many Linux users worldwide can use this tutorial … Read more

How to install VLC Media Player on Linux Mint 20

VLC Media Player

VLC Media Player is a well-known open-source software used for streaming videos all over the world. The software is supported on many operating systems including Linux platforms, Windows, Mac OS, etc. VLC helps users to run many types of video formats such as mp4, MOV, MPEG, and WMV. Users can add multiple video effects with … Read more

How to Start, Stop and Restart Services in Debian 10

Debian start, stop and restart service

You have a services window in the Windows operating system through which you can manage your entire services including viewing, starting, and stopping them. Similarly, you have a terminal in Linux (Debian) operating systems for doing the same. In this article, I am going to focus on different ways of starting, stopping and restarting the … Read more

How to install Nginx on CentOS 8

CentOS Nginx

Nginx is an open-source high-performance web server that is often used as a reserve proxy with HTTP server capabilities, web server, load balancer, caching- and media streaming software. The structure of Nginx is event-driven which enables it to process multiple requests at the same time. It is more scalable than Apache. Nginx is able to … Read more