Category: Allgemein

Allgemein Loading...

Bash while Loop

Loops are one of the fundamental concepts of programming languages. This tutorial covers the basics of while loops in Bash.

Weiterlesen
Allgemein Loading...

How to Install Webmin on Ubuntu 18.04

Webmin is an open-source web control panel for system administration for Linux/UNIX. Webmin allows you to manage users, groups, disk quotas as well as configure most...

Weiterlesen
Allgemein Loading...

How to Install Flask on Ubuntu 18.04

Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable and maintainable web applications. Flask is based on...

Weiterlesen
Allgemein Loading...

How to Install Tomcat 9 on CentOS 7

This tutorial covers the steps required to install Tomcat 9 on CentOS 7. Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression...

Weiterlesen
Allgemein Loading...

Linux Tail Command

The tail command displays the last part of one or more files or piped data. It can be also used to monitor the file changes in...

Weiterlesen
Allgemein Loading...

Bash For Loop: Syntax and Examples

This guide focuses on the for loop in Bash, including its syntax variations, nesting, flow-control statements like break and continue, and practical examples.

Weiterlesen
Allgemein Loading...

Linux Touch Command

The touch command allows us to update the timestamps on existing files and directories as well as creating new, empty files. In this guide, we will...

Weiterlesen
Allgemein Loading...

How to Install Vagrant on CentOS 7

Vagrant is an open-source command line-tool for building and managing virtual machine environments. In this tutorial we will walk you through installing Vagrant on CentOS 7...

Weiterlesen
Allgemein Loading...

How to Install Django on CentOS 7

Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. In this tutorial, we will...

Weiterlesen
Allgemein Loading...

Install Odoo 12 on CentOS 7

Odoo is the most popular all-in-one business software in the world. In this tutorial, we’ll show you how to install Odoo 12 from source inside a...

Weiterlesen
Allgemein Loading...

How to Install VirtualBox on CentOS 7

VirtualBox is an open-source cross-platform virtualization software which allows you to run multiple guest operating systems (virtual machines) simultaneously. In this tutorial we will show you...

Weiterlesen
Allgemein Loading...

How to Install Yarn on Debian 9

Yarn is a JavaScript package manager compatible with npm. In this tutorial we will guide you on how to install Yarn on a Debian 9 system...

Weiterlesen
Allgemein Loading...

Grep Command in Linux

Grep is a command-line utility that searches for a specific text string in one or more files. It looks for the pattern in each line of...

Weiterlesen
Allgemein Loading...

How to Install Django on Ubuntu 18.04

Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. This tutorial provide a step...

Weiterlesen
Allgemein Loading...

Flow-based Deep Generative Models

So far, I’ve written about two types of generative models, GAN and VAE. Neither of them explicitly learns the probability density function of real data, $p(mathbf{x})$...

Weiterlesen
Allgemein Loading...

Dig Command in Linux (DNS Lookup)

Dig is a powerful command-line tool for querying DNS name servers. With dig you can query information about various DNS records including host addresses, mail exchanges,...

Weiterlesen
Allgemein Loading...

Cat Command in Linux

Cat is most commonly used to display the contents of one or multiple text files, combine files by appending one file’s contents to the end of...

Weiterlesen
Allgemein Loading...

How to deploy Odoo 12 on Ubuntu 18.04

This tutorial covers the steps required for installing and configuring Odoo 12 for production using Git source and Python virtual environment on an Ubuntu 18.04 system.

Weiterlesen
Allgemein Loading...

How to Install Jenkins on Debian 9

Jenkins is an open-source automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. In this tutorial, we...

Weiterlesen
Allgemein Loading...

How to Install Iptables on CentOS 7

Starting with CentOS 7, FirewallD replaces iptables as the default firewall management tool. This tutorial will show you how to disable the FirewallD service and install...

Weiterlesen
Allgemein Loading...

How to Install R on Debian 9

This tutorial will walk you through how to install R on an Debian 9 system. R is a fast growing open-source programming language and environment that...

Weiterlesen
Allgemein Loading...

How to Install Ruby on Debian 9

Ruby is one of the most popular languages today. It has an elegant syntax and it is the language behind the powerful Ruby on Rails framework....

Weiterlesen
Allgemein Loading...

How to Install Jenkins on CentOS 7

This tutorial, will walk you through the steps of installing Jenkins on a CentOS 7 system using the official Jenkins repository. Jenkins is an open-source, Java-based...

Weiterlesen
Allgemein Loading...

How to Install Asterisk on Debian 9

Asterisk is the most popular and widely adopted open-source framework for building communications applications. In this tutorial we will show you how to install Asterisk 15...

Weiterlesen
Allgemein Loading...

Getting started with Tmux

Tmux is a terminal multiplexer an alternative to GNU Screen. In other words, it means that you can start a Tmux session and then open multiple...

Weiterlesen
Allgemein Loading...

How to Install R on CentOS 7

R is a fast growing open-source programming language and free environment that specializes in statistical computing and graphics representation. This tutorial will teach you how to...

Weiterlesen
Allgemein Loading...

How to Install MariaDB on Debian 9

With the release of Debian 9, MySQL was replaced with MariaDB as the default database system. In this tutorial we will show you two different methods...

Weiterlesen
Allgemein Loading...

How to Enable SSH on Ubuntu 18.04

In this tutorial, we’ll show you how to enable SSH on an Ubuntu Desktop machine. Enabling SSH will allow you to remotely connect to your Ubuntu...

Weiterlesen
Allgemein Loading...

How to Install PostgreSQL on Debian 9

PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system. In this tutorial we will show you how to install PostgreSQL on...

Weiterlesen
Allgemein Loading...

How to Unzip Files in Linux

Unzip is a command line tool that allows you to list, test, and extract compressed zip archives. In this article, we will explain how to use...

Weiterlesen
Allgemein Loading...

How to Kill a Process in Linux

Killing unresponsive apps in Linux with the kill, killall, and pkill commands is easy. You only need to know the process name or PID.

Weiterlesen
Allgemein Loading...

How to Install Nginx on Debian 9

Nginx is an open-source, high-performance HTTP and reverse proxy server that powers some of the largest sites on the Internet. This tutorial will outline the steps...

Weiterlesen
Allgemein Loading...

How to Add User to Group in Linux

Linux groups are organization units which are used to organize and administer user accounts in Linux. The main purpose of groups is to define a set...

Weiterlesen
Allgemein Loading...

How to Install R on Ubuntu 18.04

R is a fast growing open-source programming language and free environment that specializes in statistical computing and graphics representation. This tutorial will guide you through the...

Weiterlesen
Allgemein Loading...

How to Disable SELinux on CentOS 7

SELinux is a Linux kernel security module that allows administrators and users more control over access controls. In this tutorial we will show you how to...

Weiterlesen
Allgemein Loading...

How to Install Asterisk on CentOS 7

This tutorial will guide you through the steps required to install Asterisk 15 on CentOS 7. Asterisk is the most popular and widely adopted open-source PBX...

Weiterlesen
Allgemein Loading...

How to Install MongoDB on Ubuntu 18.04

MongoDB is a free and open-source document database. In this tutorial, we will cover the process of installing and configuring the latest version of MongoDB Community...

Weiterlesen
Allgemein Loading...

From Autoencoder to Beta-VAE

[Updated on 2019-07-18: add a section on VQ-VAE & VQ-VAE-2.] [Updated on 2019-07-26: add a section on TD-VAE.] Autocoder is invented to reconstruct high-dimensional data using...

Weiterlesen
Allgemein Loading...

How to Install Anaconda on Ubuntu 18.04

Anaconda is the most popular python data science and machine learning platform, used for large-scale data processing, predictive analytics, and scientific computing. This tutorial will guide...

Weiterlesen
Allgemein Loading...

How to Install Git on Debian 9

This tutorial will show you how to install and configure Git on Debian 9. Git is the world’s most popular distributed version control system used by...

Weiterlesen
Allgemein Loading...

How to Install Ruby on CentOS 7

In this tutorial we will show you three different ways to install Ruby on CentOS. Each has their own benefits, you can choose one of the...

Weiterlesen
Allgemein Loading...

How to Install MongoDB on CentOS 7

In this tutorial we will show you how to install and configure MongoDB Community Edition on a CentOS 7 server from the official MongoDB repositories.

Weiterlesen
Allgemein Loading...

How to Install MariaDB on Ubuntu 18.04

MariaDB is an open-source, multi-threaded relational database management system, backward compatible replacement for MySQL. In this tutorial we will show you two different methods on how...

Weiterlesen
Allgemein Loading...

How to Install PostgreSQL on CentOS 7

PostgreSQL or Postgres is an open-source general-purpose object-relational database management system. In this tutorial we will show you two different methods on how to install PostgreSQL...

Weiterlesen
Allgemein Loading...

How to deploy Mattermost on Ubuntu 18.04

Mattermost brings all your team communication into one place and provides various features including file sharing, one-on-one and group messaging, custom emojis, video calls and more.

Weiterlesen
Allgemein Loading...

How to Install Asterisk on Ubuntu 18.04

Asterisk is the most popular and widely adopted open-source PBX platform that powers IP PBX systems, conference servers and VoIP gateways. This tutorial will guide you...

Weiterlesen
Allgemein Loading...

Curl Command in Linux with Examples

Curl is a command-line utility for transferring data from or to a server designed to work without user interaction. In this tutorial, we will show you...

Weiterlesen
Allgemein Loading...

How to Install Git on CentOS 7

Git is the most popular version control system that’s being used by hundreds of thousands of projects. This tutorial will walk you through the installation and...

Weiterlesen
Allgemein Loading...

How to Install PostgreSQL on Ubuntu 18.04

PostgreSQL or Postgres is an open-source general-purpose object-relational database management system. In this tutorial we will show you how to install PostgreSQL on Ubuntu 18.04 and...

Weiterlesen
Allgemein Loading...

How to Install OpenCV on Ubuntu 18.04

This tutorial explains how to install OpenCV on Ubuntu 18.04. OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for...

Weiterlesen
Allgemein Loading...

How to List Users in Linux

Have you ever wanted to list all users in your Linux system or to count the number of users in the system? There are commands to...

Weiterlesen
Allgemein Loading...

How to Install Go on CentOS 7

In this tutorial we will show you how to download and install Go on CentOS 7. Go is a modern open-source programming language created by Google.

Weiterlesen
Allgemein Loading...

How to Install Git on Ubuntu 18.04

This tutorial will guide you through the steps required to install Git on Ubuntu 18.04. Git is a de-facto standard for a distributed version control system...

Weiterlesen
Allgemein Loading...

Rsync Command in Linux with Examples

rsync is a fast and versatile command-line utility for synchronizing files and directories between two locations over a remote shell, or from/to a remote Rsync daemon.

Weiterlesen
Allgemein Loading...

Linux Shutdown Command

In this tutorial, we will show you how to use the shutdown command through practical examples and detailed explanations of the most common shutdown options. The...

Weiterlesen
Allgemein Loading...

How to Install PHP on Ubuntu 18.04

In this tutorial we will cover the steps necessary to install the distro’s default PHP 7.2 on Ubuntu 18.04. We’ll also show you how to install...

Weiterlesen
Allgemein Loading...

How to Install VirtualBox on Ubuntu 18.04

In this tutorial we’ll show you how to install VirtualBox on an Ubuntu 18.04 machine. VirtualBox is an open-source cross-platform virtualization software which allows you to...

Weiterlesen
Allgemein Loading...

How to Change User Password in Linux

In this guide we’ll explain how to change a user password in Linux. The instructions should work on any Linux distribution, including Ubuntu, Debian, and CentOS.

Weiterlesen
Allgemein Loading...

Attention? Attention!

[Updated on 2018-10-28: Add Pointer Network and the link to my implementation of Transformer.] [Updated on 2018-11-06: Add a link to the implementation of Transformer model.]...

Weiterlesen
Allgemein Loading...

How To Create a Sudo User on Debian

The sudo command (short for Super-user do) is a program designed to allow users to execute commands with the security privileges of another user, by default...

Weiterlesen
Allgemein Loading...

How to Install Pip on Debian 9

This tutorial will walk you through installing Python Pip on Debian 9 and teach you how to install and manage Python packages with pip. Pip is...

Weiterlesen
Allgemein Loading...

How to Install MySQL on Ubuntu 18.04

MySQL is the most popular open-source relational database management system. In this tutorial we will show you how to install and secure MySQL on an Ubuntu...

Weiterlesen
Allgemein Loading...

How to Deploy Rocket.Chat on Ubuntu 18.04

Rocket.Chat is an open-source team communication platform, a self-hosted Slack alternative. Rocket.Chat is a perfect solution for companies and communities that want to host their own...

Weiterlesen
Allgemein Loading...

How To Use Linux Screen

Screen or GNU Screen, is a terminal multiplexer. In other words, it means that you can a start a screen session and then open any number...

Weiterlesen
Allgemein Loading...

How to Install Go on Ubuntu 18.04

Go is a modern open-source programming language created by Google. This tutorial will guide you through the steps of downloading and installing Go on an Ubuntu...

Weiterlesen
Allgemein Loading...

How to Install Python 3 on CentOS 7

This tutorial will guide you through installing Python 3 on a CentOS 7 system using the Software Collections (SCL) along side the distribution default Python version...

Weiterlesen
Allgemein Loading...

How to Install Pip on CentOS 7

In this tutorial we will walk through how to install Python Pip on CentOS 7 and cover the basics of how to install and manage Python...

Weiterlesen
Allgemein Loading...

Install MySQL on CentOS 7

With the release of CentOS 7 MySQL, the world’s most popular open-source relational database management system is no longer available in the CentOS’s repositories and MariaDB...

Weiterlesen
Allgemein Loading...

How to deploy Odoo 11 on Ubuntu 18.04

This guide covers the steps necessary for installing and configuring Odoo for production using Git source and Python virtual environment on an Ubuntu 18.04 system.

Weiterlesen
Allgemein Loading...

How to Install Nginx on Ubuntu 18.04

This tutorial will outline the steps to install and manage Nginx on your Ubuntu 18.04 machine. Nginx is a free, open-source, high-performance HTTP and reverse proxy...

Weiterlesen
Allgemein Loading...

How to Install Apache on CentOS 7

Apache HTTP server is the most popular web server in the world. The following instructions describe how to install and manage the Apache web server on...

Weiterlesen
Allgemein Loading...

Strange and maddening rules

There’s this popular idea among developers that when you face a problem with code, you should get out a rubber duck and explain, to the duck,...

Weiterlesen
Allgemein Loading...

How to deploy Mattermost on CentOS 7

Mattermost brings all your team communication into one place and provides various features including file sharing, one-on-one and group messaging, custom emojis, video calls and more.

Weiterlesen
Allgemein Loading...

How to Install Java on Debian 9

In this tutorial, we will walk through installing Java on Debian 9. Java is one of the most popular programming languages used to build different kinds...

Weiterlesen
Allgemein Loading...

How to Setup Automatic Odoo Backup

In this tutorial we will walk you through the process of creating automatic daily backups of your Odoo databases. Odoo is the most popular open-source ERP...

Weiterlesen
Allgemein Loading...

A Dusting of Gamification

[This is the second in a series of posts about Stack Overflow. The first one is The Stack Overflow Age.] Around 2010 the success of Stack...

Weiterlesen
Allgemein Loading...

Policy Gradient Algorithms

[Updated on 2018-06-30: add two new policy gradient methods, SAC and D4PG.] [Updated on 2018-09-30: add a new policy gradient method, TD3.] [Updated on 2019-02-09: add...

Weiterlesen
Allgemein Loading...

Create a Linux Swap File

Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of...

Weiterlesen
Allgemein Loading...

How to Install Tomcat 8.5 on CentOS 7

This tutorial shows you how to install Tomcat 8.5 on CentOS 7. Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language...

Weiterlesen
Allgemein Loading...

Install Odoo 11 on CentOS 7

Odoo is one of the most popular Open Source ERP Business softwares in the world. This guide covers the steps necessary for installing and configuring Odoo...

Weiterlesen