Category: Allgemein

Allgemein Loading...

Python String Replace

In this article, we will talk about how to replace a substring inside a string in Python, using the replace() method.

Weiterlesen
Allgemein Loading...

Install Odoo 13 on CentOS 8

Odoo 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...

Weiterlesen
Allgemein Loading...

Uname Command in Linux

uname is a command-line utility that prints basic information about the operating system name and system hardware.

Weiterlesen
Allgemein Loading...

How to Install MariaDB on CentOS 8

In 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,...

Weiterlesen
Allgemein Loading...

Kill Command in Linux

The 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...

Weiterlesen
Allgemein Loading...

Understanding the /etc/passwd File

The 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.

Weiterlesen
Allgemein Loading...

How to Disable SELinux on CentOS 8

Security 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...

Weiterlesen
Allgemein Loading...

Docker Run Command with Examples

The 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...

Weiterlesen
Allgemein Loading...

Diff Command in Linux

diff is a command-line utility that allows you to compare two files line by line. It can also compare the contents of directories.

Weiterlesen
Allgemein Loading...

How to Install Go on CentOS 8

This tutorial, explains how to download and install Go on a CentOS 8 system. Go is a modern open-source programming language created by Google.

Weiterlesen
Allgemein Loading...

How to Check the PostgreSQL Version

In 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...

Weiterlesen
Allgemein Loading...

W Command in Linux

w is a command-line utility that displays information about currently logged in users and what each user is doing.

Weiterlesen
Allgemein Loading...

How to Install Webmin on CentOS 8

Webmin 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...

Weiterlesen
Allgemein Loading...

Whoami Command in Linux

The whoami command prints the user name of the effective user ID. In other words, it displays the name of the currently logged-in user.

Weiterlesen
Allgemein Loading...

How to Install Anaconda on Debian 10

Anaconda 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...

Weiterlesen
Allgemein Loading...

How to Mount ISO File on Linux

An 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...

Weiterlesen
Allgemein Loading...

Self-Supervised Representation Learning

[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...

Weiterlesen
Allgemein Loading...

Stat Command in Linux

stat is a command-line utility that displays detailed information about given files or file systems.

Weiterlesen
Allgemein Loading...

How to Install Python on CentOS 8

Python 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...

Weiterlesen
Allgemein Loading...

How to Install Jenkins on CentOS 8

Jenkins 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.

Weiterlesen
Allgemein Loading...

How to Change a Git Remote’s URL

Git 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...

Weiterlesen
Allgemein Loading...

How to Install PostgreSQL on Debian 10

This 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...

Weiterlesen
Allgemein Loading...

Pstree Command in Linux

In 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...

Weiterlesen
Allgemein Loading...

Python Enumerate Function

enumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables.

Weiterlesen
Allgemein Loading...

How to Install PHP on CentOS 8

In 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...

Weiterlesen
Allgemein Loading...

How to Install MySQL on CentOS 8

The 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...

Weiterlesen
Allgemein Loading...

Dmesg Command in Linux

The dmesg command-line utility prints and control the kernel ring buffer. It is useful for examining kernel boot messages and debugging hardware related issues.

Weiterlesen
Allgemein Loading...

How to Install Git on CentOS 8

This 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.

Weiterlesen
Allgemein Loading...

RPM Command in Linux

In this tutorial, we will talk about how to use the rpm command to install, update, remove, verify, query, and otherwise manage RPM packages.

Weiterlesen
Allgemein Loading...

How to Install Nginx on CentOS 8

Nginx 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.

Weiterlesen
Allgemein Loading...

How to Setup a Git Server

Setting 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...

Weiterlesen
Allgemein Loading...

Redirect HTTP to HTTPS in Nginx

In 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...

Weiterlesen
Allgemein Loading...

Welcome, Prashanth!

Last 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...

Weiterlesen
Allgemein Loading...

Paste Command in Linux (Merge Lines)

paste 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...

Weiterlesen
Allgemein Loading...

Pushd and Popd Commands in Linux

pushd 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.

Weiterlesen
Allgemein Loading...

How to Install Go on Debian 10 Linux

Go 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...

Weiterlesen
Allgemein Loading...

Whereis Command in Linux

whereis is a command-line utility that allows you to find the location of the binary, source, and manual page files for a given command.

Weiterlesen
Allgemein Loading...

The Rise of the Electric Scooter

In 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...

Weiterlesen
Allgemein Loading...

Evolution Strategies

Stochastic 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...

Weiterlesen
Allgemein Loading...

Gzip Command in Linux

Gzip 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...

Weiterlesen
Allgemein Loading...

Rm Command in Linux

rm 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.

Weiterlesen
Allgemein Loading...

How to Check Python Version

This article explains how to use the command line to check what version of Python is installed on your Linux, macOS, or Windows machine.

Weiterlesen
Allgemein Loading...

How to Delete MySQL Users Accounts

This 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.

Weiterlesen
Allgemein Loading...

How to Install Pip on Debian 10

Pip 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...

Weiterlesen
Allgemein Loading...

apt Command in Linux

apt is a command-line utility for installing, updating, removing, and otherwise managing deb packages on Ubuntu, Debian, and related Linux distributions.

Weiterlesen
Allgemein Loading...

How to Find/Get your IP Address in Linux

Knowing 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...

Weiterlesen
Allgemein Loading...

Du Command in Linux

The 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...

Weiterlesen
Allgemein Loading...

How to Install Git on Debian 10 Linux

Git 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...

Weiterlesen
Allgemein Loading...

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,...

Weiterlesen
Allgemein Loading...

How to Install MySQL on Debian 10 Linux

MySQL, 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...

Weiterlesen
Allgemein Loading...

How to Check the MySQL Version

There 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...

Weiterlesen
Allgemein Loading...

Bash Shebang

The sequence of characters (#!) is called shebang and is used to tell the operating system which interpreter to use to parse the rest of the...

Weiterlesen
Allgemein Loading...

Files are fraught with peril

This 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...

Weiterlesen
Allgemein Loading...

How to Install MariaDB on Debian 10

MariaDB 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.

Weiterlesen
Allgemein Loading...

How to List Groups in Linux

In 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...

Weiterlesen
Allgemein Loading...

Umask Command in Linux

The 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.

Weiterlesen
Allgemein Loading...

Less Command in Linux

Less 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...

Weiterlesen
Allgemein Loading...

Tr Command in Linux with Examples

Tr 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...

Weiterlesen
Allgemein Loading...

Meta Reinforcement Learning

In 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...

Weiterlesen
Allgemein Loading...

How to Install GCC Compiler on CentOS 7

The 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...

Weiterlesen
Allgemein Loading...

Free Command in Linux

How 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...

Weiterlesen
Allgemein Loading...

Bash Source Command

The 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...

Weiterlesen
Allgemein Loading...

How to Install TeamViewer on Debian 9

TeamViewer 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...

Weiterlesen
Allgemein Loading...

Linux Nohup Command

The nohup command executes another program specified as its argument and ignores all SIGHUP (hangup) signals.

Weiterlesen
Allgemein Loading...

Linux Type Command

The 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...

Weiterlesen
Allgemein Loading...

How To Add a Git Remote

Git 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...

Weiterlesen
Allgemein Loading...

How to Install Memcached on Debian 9

Memcached 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