How to Install RPM Files (Packages) on CentOS Linux
Rpm is an installation package format for RHEL-based distributions such as CentOS and Fedora. In this tutorial, we will explain how to install rpm files on...
WeiterlesenRpm is an installation package format for RHEL-based distributions such as CentOS and Fedora. In this tutorial, we will explain how to install rpm files on...
WeiterlesenIn this tutorial, we’ll provide a step by step instructions about how to install a free Let’s Encrypt SSL certificate on CentOS 8 running Nginx as...
WeiterlesenIn this article, we will talk about how to replace a substring inside a string in Python, using the replace() method.
WeiterlesenOdoo is the most popular all-in-one business software in the world. In this tutorial, we’ll show you how to install Odoo 13 from source inside a...
Weiterlesenuname is a command-line utility that prints basic information about the operating system name and system hardware.
WeiterlesenIn this tutorial, we will explain how to install and secure MariaDB 10.3 on CentOS 8. MariaDB is an open-source relational database management system, backward compatible,...
WeiterlesenIn this tutorial, we will explain how to install and configure the latest version of MongoDB Community Edition on Debian 10 Buster. MongoDB is a free...
WeiterlesenSwap is a space on a disk that is used when the amount of physical RAM memory is full. This article covers the steps for adding...
WeiterlesenFor the last couple of months, Prashanth Chandrasekar has been getting settled in as the new CEO of Stack Overflow. I’m still going on some customer...
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...
WeiterlesenStarting, stopping, and restarting/reloading are the most common tasks when working with an Nginx webserver.
WeiterlesenA time zone is a geographic region that has the same standard time. This tutorial covers the steps necessary to set or change the time zone...
WeiterlesenThe kill command sends a signal to specified processes or process groups causing them to act according to the signal. kill is a shell builtin in...
WeiterlesenThe etc/passwd file is a text file with one entry per line, representing a user account. Each line of the file contains seven comma-separated fields.
WeiterlesenIn this tutorial, we will explain how to install VirtualBox on CentOS 8. VirtualBox is an open-source, cross-platform virtualization platform.
WeiterlesenIn this tutorial, we will cover how to install and configure Redis on a Debian 10, Buster. Redis is an open-source in-memory key-value data store.
WeiterlesenSecurity Enhanced Linux or SELinux is a security mechanism built into the Linux kernel used by RHEL-based distributions. In this tutorial, we will explain to disable...
WeiterlesenThe docker run command creates a container from a given image and starts the container using a given command. It is one of the first commands...
Weiterlesendiff is a command-line utility that allows you to compare two files line by line. It can also compare the contents of directories.
WeiterlesenThis tutorial shows how to install a free Let’s Encrypt SSL certificate on Debian 10, Buster running Nginx as a web server. We’ll also show how...
WeiterlesenOn Linux and UNIX operating systems, a Windows share can be mounted on a particular mount point in the local directory tree using the cifs option...
WeiterlesenThis tutorial explains how to install the Chrome Browser web browser on CentOS 8. Chrome is the most widely used web browser in the world.
WeiterlesenThis tutorial, explains how to download and install Go on a CentOS 8 system. Go is a modern open-source programming language created by Google.
WeiterlesenTo list Docker containers, use the docker container ls command or its alias docker ps.
WeiterlesenIn this article, we’ll explain how to find what version of the PostgreSQL server is running on your system. Knowing what version of the PostgreSQL server...
WeiterlesenIn this guide, we will discuss how to install the PostgreSQL database server on CentOS 8. We will also explore the basics of PostgreSQL database administration.
WeiterlesenIn this guide, we will discuss how to install PHP on Debian 10, Buster. We’ll also show you how to integrate PHP with Nginx and Apache.
Weiterlesenw is a command-line utility that displays information about currently logged in users and what each user is doing.
WeiterlesenWebmin is an open-source control panel that allows you to manage your Linux server through an easy-to-use web interface. This tutorial explains how to install Webmin...
WeiterlesenThe whoami command prints the user name of the effective user ID. In other words, it displays the name of the currently logged-in user.
WeiterlesenAnaconda is the most popular Python/R data science and machine learning platform. In this tutorial we will walk you through downloading and installing Anaconda Python Distribution...
Weiterlesenfsck (file system check) is a command-line utility that allows you to perform consistency checks and interactive repairs on one or more Linux file systems.
WeiterlesenAn ISO file is an archive file that typically contains the complete image of a CD or DVD disc. In this tutorial, we will explain how...
WeiterlesenIn this tutorial, we will talk about how to configure and manage the firewall on CentOS 8. We’ll also explain the basic FirewallD concepts.
Weiterlesen[Updated on 2020-01-09: add a new section on Contrastive Predictive Coding]. [Updated on 2020-04-13: add a “Momentum Contrast” section on MoCo, SimCLR and CURL.] [Updated on...
WeiterlesenThis tutorial explains how to install Apache Tomcat 9.0 on Debian 10 Buster and configure the Tomcat web management interface.
WeiterlesenThis guide explains how to set or change the hostname on CentOS 8 without needing to restart the system.
WeiterlesenThis article explains how to start, stop, and restart Apache on the most popular Linux distributions.
Weiterlesenstat is a command-line utility that displays detailed information about given files or file systems.
WeiterlesenIn this tutorial we’ll cover two different ways to install Python 3.8 on Ubuntu 18.04. The first option is to install the deb package from the...
WeiterlesenThe sudoers file contains a set of rules that determines which users or groups are granted with sudo privileges as well as the level of the...
WeiterlesenDetailed derivations and open-source code to analyze the receptive fields of convnets.
WeiterlesenPython is one of the most popular programming languages in the world. This guide will walk you through installing Python 3 and Python 2 on CentOS...
WeiterlesenIn this article we will talk about background process is Linux. We will show you how to start a command in the background and how to...
WeiterlesenJenkins is the most popular open-source, Java-based automation server. This tutorial covers the steps to install Jenkins on CentOS 8 from the official Jenkins repository.
WeiterlesenWhen working with text files, copying, cutting, and pasting text is one of the most commonly performed tasks. This article shows how to copy, cut, and...
WeiterlesenGit remotes are pointers to the versions of the repository that are typically stored on other servers. This guide explains how to change the URL of...
WeiterlesenThis tutorial explains how to install a free Let’s Encrypt SSL certificate on CentOS 8 running Apache as a web server. We’ll use the certbot tool...
WeiterlesenIn this article, we will talk about the history command, which allows you to view a list of previously executed commands, search through the list, and...
WeiterlesenThis tutorial walks you through the steps of installing the PostgreSQL database server on Debian 10. PostgreSQL, often known simply as Postgres, is an open-source general-purpose...
WeiterlesenIn this article we’re going to walk you through two different ways to install Node.js and npm on CentOS 8. Choose the installation option that might...
WeiterlesenIn this article, we will talk about the pstree command. It is similar to ps but instead of listing the running processes, it shows them in...
Weiterlesenenumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables.
WeiterlesenThe .gitignore file allows you to exclude files from being checked into the repository. It contains globbing patterns that describe which files and directories should be...
WeiterlesenIn this guide, we will walk you through installing and deploying Odoo 13 inside a Python virtual environment on Ubuntu 18.04. We’ll download Odoo from their...
WeiterlesenIn this guide, we will discuss how to install PHP 7.2, 7.3 and 7.4 on CentOS 8. Before choosing which version of PHP to install, make...
WeiterlesenThe latest version of the MySQL database server, version 8.0, is available for installation from the default CentOS 8 repositories. MySQL is the most popular open-source...
WeiterlesenThis tutorial explains how to temporally change to the root user account and how to set the root password on Ubuntu systems. The root user (or...
WeiterlesenNginx writes records of its events in two types of logs: access logs and error logs. Access logs write information about client requests, and error logs...
WeiterlesenThe dmesg command-line utility prints and control the kernel ring buffer. It is useful for examining kernel boot messages and debugging hardware related issues.
WeiterlesenIn this tutorial, you’ll go through the steps necessary to set up an NFSv4 Server on CentOS 8. We’ll also show you how to mount an...
WeiterlesenIn this article, we’ll explain how to install and manage the Apache web server on CentOS 8. Apache HTTP server is the most widely used web...
WeiterlesenThis article shows how to list tables in a MySQL or MariaDB database via the command-line using the SHOW TABLES command.
WeiterlesenThis tutorial explains how to install Git on CentOS 8. Git is a distributed version-control system that’s being used by most software teams today.
WeiterlesenIn this tutorial, we will talk about how to use the rpm command to install, update, remove, verify, query, and otherwise manage RPM packages.
WeiterlesenIn this article, we will talk about how to create new groups in Linux, using the groupadd command. Groups are used to organize and administer user...
WeiterlesenNginx pronounced engine x is an open-source, high-performance HTTP and reverse proxy server. This tutorial explains how to install and manage Nginx on CentOS 8.
WeiterlesenIn Python you can convert a string to integer using the build-in int() function.
WeiterlesenConnecting to a running Docker container is helpful when you want to see what is happening inside the container. In this tutorial, we will explain how...
WeiterlesenThis guide explains how to change the message of the most recent or older Git commits.
WeiterlesenIn Bash everything after the hash mark (#) and until the end of the line is considered to be a comment. Adding comments to your Bash...
WeiterlesenIn this tutorial, we will explain how to install one or more Java (OpenJDK) versions on CentOS 8 and how to set the default Java via...
WeiterlesenSetting up a Git Server allows you to create private repositories without the restrictions of the providers free plans. In this guide, we will explain how...
WeiterlesenA closer look at how Temporal Difference Learning merges paths of experience for greater statistical efficiency
WeiterlesenexFAT is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives.In this tutorial, we’ll show you how...
WeiterlesenIn this guide, we will show you how to set up MariaDB Master/Slave replication with one master and one slave server on Debian 10. MariaDB is...
WeiterlesenIn this guide, we will explain how to redirect the HTTP traffic to HTTPS in Nginx. The preferred method to redirect HTTP to HTTPS in Nginx...
WeiterlesenThis article explains how to format a USB Drive or SD Card on Linux using the parted utility.
WeiterlesenBzip2 is one of the most popular algorithm for compressing tar files. In this tutorial, we will explain how to extract or unzip tar.bz2 and tbz2...
WeiterlesenLast March, I shared that we were starting to look for a new CEO for Stack Overflow. We were looking for that rare combination of someone...
WeiterlesenIn this guide, we will explain how to create an SSH tunnel and connect to the MySQL server from remote clients.
Weiterlesenpaste is a command that allows you to merge lines of files horizontally. It outputs lines consisting of the sequentially corresponding lines of each file specified...
Weiterlesenpushd and popd are commands that allow you to work with directory stack and change the current working directory in Linux and other Unix-like operating systems.
WeiterlesenGo is a modern open-source programming language created by Google, used to build reliable, simple, fast and efficient software. In this tutorial, we’ll explain how to...
WeiterlesenIn this tutorial we will walk you through the process of installing and configuring Minecraft Server on Raspberry Pi 3 or 4. Minecraft is one of...
Weiterlesenwhereis is a command-line utility that allows you to find the location of the binary, source, and manual page files for a given command.
WeiterlesenThe su (short for substitute or switch user) command allows you to run commands with another user’s privileges, by default the root user.
WeiterlesenIn Linux, you can control file access through permissions, attributes, and ownership. This tutorial explains how to use the chmod command to change permissions on files...
WeiterlesenWebmin is an open-source web control panel for administering Linux servers. In this tutorial we’ll show you how to install Webmin on Debian 10, Buster.
WeiterlesenGunzip is a command-line tool for decompressing Gzip files. In this article, we will explain how to use the `gunzip` command.
WeiterlesenThis tutorial explains how to truncate files to zero size in Linux systems. In simple words, truncating a file means removing the file contents without deleting...
WeiterlesenIn an electric car, the (enormous) battery is a major part of the price. If electric car prices are decreasing, battery costs must be decreasing, because it’s not like...
WeiterlesenThis article goes through the steps necessary to allow remote connections to a MySQL server. The same instructions apply for MariaDB.
WeiterlesenVim supports three modes of line numbering that helps you navigate through the files. In this guide, we will show you how to display or hide...
WeiterlesenCurl is a command-line utility for transferring data from or to a remote server. This guide explains how to install and use the curl command on...
WeiterlesenIn this tutorial, we will show you how to set up Arch Linux ARM on Raspberry Pi. Installing Arch Linux is as simple as creating two...
WeiterlesenSlack is one of the most popular collaboration platform in the world that brings all your communication together. In this tutorial we will show you how...
WeiterlesenA symbolic link, also known as a symlink, is a special type of file that points to another file or directory. This guide will show you...
WeiterlesenStochastic gradient descent is a universal choice for optimizing deep learning models. However, it is not the only option. With black-box optimization algorithms, you can evaluate...
WeiterlesenIn Linux, each file is associated with an owner and a group and has permissions that determine which users may read, write, or execute the file....
WeiterlesenGzip is one of the most popular compression algorithms that allows you to reduce the size of a file. This article will teach you how to...
WeiterlesenThe GNU Compiler Collection (GCC) is an open-source collection of compilers and libraries supporting C, C++, and other programming languages. This tutorial explains how to install...
Weiterlesenrm is a command-line utility for removing files and directories. It is one of the essential commands that every Linux user should be familiar with.
WeiterlesenIn this article we will show you how to uninstall software packages using the graphical Ubuntu Software Center and through the command-line, using the apt or...
WeiterlesenSwappiness is a Linux kernel property that sets the balance between swapping out pages from the physical memory to the swap space and removing pages from...
WeiterlesenIn this article, we will show you how to remove a file in GNU/Linux systems using the unlink command.
WeiterlesenVirtualBox is an open-source cross-platform virtualization software which allows you to run multiple guest operating systems simultaneously. This tutorial explains how to install the latest VirtualBox...
WeiterlesenGoogle Chrome is the most popular web browser in the world. In this tutorial, we will go through the steps of installing Google Chrome web browser...
WeiterlesenIn this tutorial, we will show you two ways to add apt repository on Ubuntu and Debian systems. The first method is by using the add-apt-repository...
WeiterlesenThis article explains how to use the command line to check what version of Python is installed on your Linux, macOS, or Windows machine.
WeiterlesenOn Ubuntu, the easiest way to grant sudo privileges to a user is by adding the user to the sudo group. Members of this group will...
WeiterlesenNFS is a distributed file system protocol that allows you to share remote directories over a network. In this tutorial, we will show you how to...
WeiterlesenThis tutorial explains how to delete MySQL/MariaDB user accounts. In MySQL you can remove one or more users and assigned privileges with the DROP USER statement.
WeiterlesenThe DNS nameservers (resolvers) are servers which are used by other devices to perform DNS lookup for a requested domain. In this guide, we’ll explain how...
WeiterlesenThe rename command renames the given files by replacing the search expression in their name with the specified replacement.
WeiterlesenI’ve never thought of myself as a “car person.” The last new car I bought (and in fact, now that I think about it, the first new car...
WeiterlesenWith rsync you can transfer files and directories over SSH from and to remote servers. In this tutorial, we will explain how to copy files with...
WeiterlesenThis article explains how to remove untracked files in Git. Tracked files are the ones that have been added and committed and git knows about.
WeiterlesenPip is a package management system that allows you to install Python packages. In this guide we will explain how to install pip on Debian 10...
Weiterlesenapt is a command-line utility for installing, updating, removing, and otherwise managing deb packages on Ubuntu, Debian, and related Linux distributions.
WeiterlesenNode.js is a cross-platform JavaScript run-time environment built on Chrome’s JavaScript designed to execute JavaScript code on the server-side. In this tutorial, we will show you...
WeiterlesenThis article explains how to find out the ports in use and which services are listening on which ports using the netstat, ss and lsof commands....
WeiterlesenIn CentOS you have two options to grant sudo access to a user. The first one is to add the user to the sudoers file. The...
WeiterlesenIn this article, we’ll talk about how to find and replace strings with sed.
WeiterlesenOne of the most common arithmetic operations when writing Bash scripts is incrementing and decrementing variables. This is most often used in loops as a counter,...
WeiterlesenA hostname is a label assigned to a machine that identifies the machine on the network. This tutorial will walk you through the process of changing...
WeiterlesenKnowing the IP address of your device is important when troubleshooting network issues, setting up a new connection or configuring a firewall. This article explains several...
WeiterlesenSSH tunneling or SSH port forwarding is a method of creating an encrypted SSH connection between a client and a server machine through which services ports...
WeiterlesenThe du command, short for disk usage reports the estimated amount of disk space used by given files or directories. It is practically useful for finding...
WeiterlesenSix comments from the community and responses from the original authors
WeiterlesenThe main hypothesis in Ilyas et al. (2019) happens to be a special case of a more general principle that is commonly accepted in the robustness...
WeiterlesenAn example project using webpack and svelte-loader and ejs to inline SVGs
WeiterlesenAn example project using webpack and svelte-loader and ejs to inline SVGs
WeiterlesenAn experiment showing adversarial robustness makes neural style transfer work on a non-VGG architecture
WeiterlesenRefining the source of adversarial examples
WeiterlesenSection 3.2 of Ilyas et al. (2019) shows that training a model on only adversarial errors leads to non-trivial generalization on the original test set. We...
WeiterlesenLinux offers several different methods for removing directories. In this article, we will explain how to delete directories in Linux using the rmdir, rm, and find...
Weiterlesencp is a command-line utility for copying files and directories on Unix and Linux systems.
WeiterlesenIn this article we will talk about how to use the ps command to list the currently running processes and display information about the about those...
WeiterlesenSquid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. In this tutorial we will explain how to set up...
WeiterlesenGit is the world’s most popular distributed version control system used by many open-source and commercial projects. This tutorial explains how to install and configure Git...
WeiterlesenThis tutorial will take you through the steps necessary to create a bootable Linux USB stick on Windows, macOS and Linux machines.
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.
WeiterlesenThis guide explains the basic usage of the nano editor, including how to create and open a file, edit a file, save a file, search and...
WeiterlesenUFW stands for Uncomplicated Firewall, and is a user-friendly frontend for managing iptables (netfilter) firewall rules. In this tutorial, we will cover how to list and...
WeiterlesenThe sudo command allows trusted users to run programs as another user, by default the root user. This tutorial explains how to configure the sudoers file...
WeiterlesenSquid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. This tutorial will walk you through the process of setting...
WeiterlesenIn this tutorial, we will explain how to install Docker on Raspberry Pi and explore the basic Docker concepts and commands.
WeiterlesenTr is a command line-utility in Linux and Unix systems that translates, deletes and squeezes characters from the standard input and writes the result to the...
WeiterlesenNetwork File System (NFS) is a distributed file system protocol that allows you to share remote directories over a network. In this tutorial, we’ll go over...
WeiterlesenIn my earlier post on meta-learning, the problem is mainly defined in the context of few-shot classification. Here I would like to explore more into cases...
WeiterlesenThe GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. This tutorial covers...
WeiterlesenWhen administering MySQL database servers, one of the most common tasks you’ll have to do is to get familiar with the environment. This tutorial explains how...
WeiterlesenMySQL Workbench is a cross-platform graphical application for MySQL database administrators and architects. In this tutorial we will show you how to install and MySQL Workbench...
WeiterlesenHow much free RAM memory do I have available on my Linux system? The free command provides information about the total amount of the physical and...
WeiterlesenRedmine is a free and open-source project management and issue tracking application. In this tutorial, we’ll show you how to install and configure the latest version...
WeiterlesenThe source command reads and executes commands from the file specified as its argument in the current shell environment. Source is a shell built-in in Bash...
WeiterlesenTeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings and file transfer between computers. This tutorial describes how to...
WeiterlesenThe sudo command allows you to run programs as another user, by default the root user.
WeiterlesenChromium is fast, stable and secure browser built for the modern web. In this tutorial, we’ll explain how to install Chromium web browser on Ubuntu 18.04.
WeiterlesenKnowing the basics of Vim will help you if you encounter a situation where your favorite editor is not available. In this guide we will explain...
WeiterlesenThe nohup command executes another program specified as its argument and ignores all SIGHUP (hangup) signals.
WeiterlesenMySQL replication is a process that allows you to automatically copy data from one database server to one or more servers. In this tutorial we will...
WeiterlesenThe GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. This tutorial covers...
WeiterlesenApache HTTP server is one of the most popular web servers in the world. In this tutorial, we will explain how to install Apache Web server...
WeiterlesenThe type command is used to display information about the command type. It will show you how a given command would be interpreted if typed on...
WeiterlesenMoving files and directories is one of the most basic tasks you often need to perform on a Linux system. In this tutorial, we will explain...
WeiterlesenGit remotes are pointers to the versions of the repository that are typically stored on other servers. This guide explains how to add a new Git...
WeiterlesenMemcached is a free and open-source high-performance in-memory key-value data store. In this tutorial, we will walk you through installing and configuring Memcached on Debian 9.
Weiterlesen