Minecraft is one of the most popular games of all time. It is a sandbox video game where players explore infinite worlds and build different structures from simple houses to towering skyscrapers. This tutorial explains how to make a Minecraft Server on Ubuntu 20.04. We’ll use Systemd to run the Minecraft server and the mcrcon
Tutorial - Page 29 of 36 - DesignLinux
How to Install Mono on Debian 10 Buster
Mono platform is used to develop and run cross-platform applications. It is open-source and free implementation by the Microsoft. This tutorial explains how to install Mono on Debian 10. Prerequisites# Before you start installation, make sure you have logged in as root or user with sudo privileges. Installing Mono on Debian# Standard Debian repositories does
Ps Command in Linux (List Processes)
A process is an executing instance of a program. Process is one of the important concept of the Linux OS. Linux provides ps utiliy to view information about running processes. In this article, we will show you how to use the ps command to list the currently running processes and their PIDs along with other
Parsing JSON Data in Python
JSON is a human-readable text-based data format. It is language independent and used for data interchange between applications. In this article, we’ll explain how to parse JSON data in Python. Python JSON # The json module that allows you to encode and decode JSON data is a part of the Python standard library. JSON is
Find Large Files in Linux
In Linux, it is very necessary to find the unnecessary files and free up them from your hard disk. Usually, Linux systems run out of disk space due to large log or backup files. This tutorial explains how to find the large files and directories in Linux systems using the find and du command. Find
Type Command in Linux with Examples
The type command is used to show information about the command type and how its argument would be interpreted if typed on the command line. It is also used to find out whether it is built-in or external binary file. In this article, we will explain how to use the Linux type command. How to
How to Install TeamViewer on Debian 10
TeamViewer is a popular cross-platform application and widely used for remote control, desktop sharing, remote meetings and file sharing between computers. In this tutorial we will explain how to install TeamViewer on Debian 10. Prerequisites# Make sure you have logged in as root or user with sudo privileges. Installing TeamViewer on Debian# TeamViewer is not
How to Install Apache Maven on Ubuntu 20.04
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containing information about the project, configuration details, the project’s dependencies, and more. In this tutorial, we will show you two different ways to install Apache Maven on
How to Install Apache Maven on Ubuntu 20.04
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containing information about the project, configuration details, the project’s dependencies, and more. In this tutorial, we will show you two different ways to install Apache Maven on
Ls Command in Linux (List Files and Directories)
The ls is a Linux shell command, used to list information about files and directories within the file system. By default ls utility is installed on all Linux distributions. This tutorial explains how to use the ls command with examples. How to Use the ls Command# Following is the basic syntax for the ls command: