How to Install Updates on CentOS 7
Keeping your CentOS system up to date with the latest security updates is one of the most important parts of overall system security. In this tutorial,...
WeiterlesenKeeping your CentOS system up to date with the latest security updates is one of the most important parts of overall system security. In this tutorial,...
WeiterlesenDocker is a containerization platform that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this...
WeiterlesenThis article explains how to add directories to the PATH variable in Linux systems.
WeiterlesenXrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to graphically control a remote system. This tutorial explains how to...
WeiterlesenApache HTTP server is one of the most popular web servers in the world. In this tutorial, we’ll explain how to install Apache on Debian 10...
WeiterlesenMySQL, the world’s most popular open-source relational database management system is not available in the default Debian’s repositories. This tutorial, explains how to install and secure...
WeiterlesenThe locate command is the quickest and simplest way to search for files and directories by their names.
WeiterlesenThere are some important differences between MySQL versions, so knowing which version is running on your server might be important. In this article, we’ll show you...
WeiterlesenThe sequence of characters (#!) is called shebang and is used to tell the operating system which interpreter to use to parse the rest of the...
WeiterlesenBranches are part of the software development process and one of the most powerful features in Git. This guide covers how to create and list local...
WeiterlesenWhen working with strings, one of the everyday operations is to split a string into an array of substrings using a given delimiter.
WeiterlesenIn this tutorial, we will show you how to install VirtualBox Guest Additions on Ubuntu 18.04 guests. The Guest Additions offer several useful functionalities for guest...
WeiterlesenOne of the most common operations when working with strings in Bash is to determine whether or not a string contains another string. In this article,...
WeiterlesenSwap is a space on a disk that is used when the amount of physical memory is full. This tutorial will guide you through the steps...
WeiterlesenNginx is an open-source, high-performance HTTP and reverse proxy server that powers some of the largest sites on the Internet. In this tutorial we’ll explain how...
WeiterlesenIn this tutorial, we will explain how to install Java (OpenJDK) on Debian 10 Linux.
WeiterlesenThis tutorial explains how to change the hostname on Debian 10 Buster without restarting the system.
WeiterlesenSquid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. This tutorial explains how to set up Squid on CentOS...
WeiterlesenThis tutorial, explains how to create a bootable Debian 10 (Buster) USB stick from the Linux terminal using the `dd` command.
WeiterlesenThis is a psuedo-transcript for a talk given at Deconstruct 2019. To make this accessible for people on slow connections as well as people using screen...
WeiterlesenMariaDB is an open-source, multi-threaded relational database management system, backward compatible replacement for MySQL. This tutorial explains how to install MariaDB on Debian 10.
WeiterlesenexFAT (Extended File Allocation Table) is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. This tutorial...
WeiterlesenThis article describes several approaches to find out what ports are opened to the outside on your Linux system. An open port is a network port...
WeiterlesenThe kernel is the core component of an operating system. In this tutorial, we’ll show you several different ways to find out what version of Linux...
WeiterlesenAfter more than two years of development, the new Debian stable version, Debian 10 codenamed Buster, was released on July 6, 2019. In this tutorial, we...
WeiterlesenIn Linux, a group is a collection of users. This tutorial explains how to show all groups a user is a member of. We will also...
WeiterlesenOpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python and Java. In this tutorial, we will explain...
WeiterlesenThe umask utility allows you to view or to set the file mode creation mask, which determines the permissions bits for newly created files or directories.
WeiterlesenLess is a command line utility that displays the contents of a file or a command output, one page at a time. It is similar to...
WeiterlesenVLC is a free and open-source multimedia player. It is cross-platform and can play almost all multimedia files as well as DVDs, Audio CDs, and different...
WeiterlesenThis tutorial explains how to show databases and tables in a PostgreSQL server using psql.
Weiterlesen