How to Use Nano, the Linux Command Line Text Editor
This 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...
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.
WeiterlesenLinux which command is used to identify the location of given executable that is executed when you type the executable name (command) in the terminal prompt.
WeiterlesenNetcat (or nc) is a command-line utility which reads and writes data across network connections, using the TCP or UDP protocols. Netcat is cross platform and...
WeiterlesenNode.js is an open-source cross-platform JavaScript run-time environment built on Chrome’s JavaScript engine that allows server-side execution of JavaScript code. In this tutorial, we will explain...
WeiterlesenThe date command displays or sets the system date. It is most commonly used to print the date and time in different formats and calculate future...
Weiterlesen