Category: Allgemein

Allgemein Loading...

Linux Which Command

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

Weiterlesen
Allgemein Loading...

Netcat (nc) Command with Examples

Netcat (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...

Weiterlesen
Allgemein Loading...

How to Install Node.js and npm on Raspberry Pi

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

Weiterlesen
Allgemein Loading...

Date Command in Linux

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

How to Install CouchDB on Debian 9

CouchDB is an open-source fault-tolerant and schema-free NoSQL database maintained by the Apache Software Foundation. In this tutorial, we will explain how to install the latest...

Weiterlesen
Allgemein Loading...

Collaboration and Credit Principles

A lot of the best research in machine learning comes from collaborations. In fact, many of the most significant papers in the last few years (TensorFlow,...

Weiterlesen
Allgemein Loading...

Apache Commands You Should Know

Apache HTTP server is the most popular web server in the world. In this guide, we will go over the most important and frequently used Apache...

Weiterlesen
Allgemein Loading...

Bash if…else Statement

This article will walk you through the basics of the bash if, if…else, if…elif…else and nested if statements and explain you how to use them in...

Weiterlesen
Allgemein Loading...

Bash Arrays

Arrays are one of the most used and fundamental data structures. In this article, we’ll cover the Bash arrays, and explain how to use them in...

Weiterlesen
Allgemein Loading...

How to Install Skype on Debian 9

In this tutorial, we will explain how to install Skype on Debian 9. Skype is one of the most popular communication applications in the world.

Weiterlesen
Allgemein Loading...

How to Install Memcached on CentOS 7

Memcached is a free and open-source high-performance in-memory key-value data store. In this tutorial, we will explain how to install and configure Memcached on CentOS 7.

Weiterlesen
Allgemein Loading...

Uptime Command in Linux

The uptime command gives you information about the current time, online users, how long your system has been up and running, and the system load average.

Weiterlesen
Allgemein Loading...

Bash Heredoc

When writing shell scripts you may be in a situation where you need to pass multiline block of text or code to an interactive command. In...

Weiterlesen
Allgemein Loading...

How to Install Slack on CentOS 7

Slack is one of the most popular collaboration platform in the world that brings all your communication together. This tutorial explains how to install Slack on...

Weiterlesen
Allgemein Loading...

Xargs Command in Linux

The xargs utility allows you to build and execute commands from standard input. In this tutorial, we’ll cover the basics of using the xargs command.

Weiterlesen
Allgemein Loading...

How to Compare Strings in Bash

When writing Bash scripts you will often need to compare two strings to check if they are equal or not. Two strings are equal when they...

Weiterlesen
Allgemein Loading...

How to Install Memcached on Ubuntu 18.04

Memcached is a free and open-source high-performance in-memory key-value data store. In this tutorial, we will cover the process of installing and configuring the latest version...

Weiterlesen
Allgemein Loading...

How to Install Flask on CentOS 7

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 TensorFlow on Debian 9

TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial will guide you through the process of installing TensorFlow on Debian...

Weiterlesen
Allgemein Loading...

How to Install Elasticsearch on Debian 9

Elasticsearch is one of the most popular search engines powering applications that have complex search requirements such as big e-commerce stores and analytic applications. This tutorial...

Weiterlesen
Allgemein Loading...

Linux Head Command

The head command prints the first lines (10 lines by default) of one or more files or piped data to standard output.

Weiterlesen
Allgemein Loading...

Nginx Commands You Should Know

Nginx is a free, open-source, high-performance HTTP and reverse proxy server. In this guide, we will go over the most important Nginx commands, including starting, stopping,...

Weiterlesen
Allgemein Loading...

Linux ip Command with Examples

The ip command is a powerful tool for configuring network interfaces. It can be used to bring interfaces up or down, assign and remove addresses and...

Weiterlesen
Allgemein Loading...

How to Install CouchDB on CentOS 7

Apache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation. In this tutorial, we will explain how to install the latest...

Weiterlesen
Allgemein Loading...

How to Set Up SFTP Chroot Jail

If you are a system administrator managing Linux server chances are that you may need to grant SFTP access to some users to upload files to...

Weiterlesen
Allgemein Loading...

Cut Command in Linux

Cut is a command-line utility that allows you to cut line parts from specified files or piped data and print the result to standard output.

Weiterlesen
Allgemein Loading...

How to Install Postman on Ubuntu 18.04

Postman is a complete API development environment that helps you managing your APIs in every stage of development from designing and testing, to and publishing documentation...

Weiterlesen
Allgemein Loading...

How to Check Linux Version

This article shows how to check what Linux distribution and version is installed on your system using the command line.

Weiterlesen
Allgemein Loading...

How to Install Elasticsearch on CentOS 7

Elasticsearch is one of the most popular search engines powering applications that have complex search requirements such as big e-commerce stores and analytic applications. This tutorial...

Weiterlesen
Allgemein Loading...

The next CEO of Stack Overflow

Big news! We’re looking for a new CEO for Stack Overflow. I’m stepping out of the day-to-day and up to the role of Chairman of the...

Weiterlesen
Allgemein Loading...

Get CPU Information on Linux

Have you ever wondered what type of CPU you have in your system and what is the CPU speed? On Linux, it’s quite easy to determine...

Weiterlesen
Allgemein Loading...

Visualizing memorization in RNNs

Inspecting gradient magnitudes in context can be a powerful tool to see when recurrent units use short-term or long-term contextual understanding.

Weiterlesen
Allgemein Loading...

How to Install Apache Cassandra on CentOS 7

Apache Cassandra is an open-source NoSQL database with no single point of failure, providing linear scalability and high availability without compromising performance. This tutorial describes how...

Weiterlesen
Allgemein Loading...

Bash Concatenate String Variables

String concatenation is just a fancy programming word for joining strings together by appending one string to the end of another string. In this tutorial we...

Weiterlesen
Allgemein Loading...

How to Install Slack on Ubuntu 18.04

Slack is one of the most popular collaboration platform in the world that brings all your communication together. This tutorial explains how to install Slack on...

Weiterlesen
Allgemein Loading...

How to Install Drupal on CentOS 7

Drupal is one of the leading open-source CMS platforms worldwide. It is flexible, scalable and can be used to build different types of websites ranging from...

Weiterlesen
Allgemein Loading...

How to Install CouchDB on Ubuntu 18.04

CouchDB is a free and open-source fault-tolerant NoSQL database maintained by the Apache Software Foundation. In this tutorial, we will cover the process of installing the...

Weiterlesen
Allgemein Loading...

Activation Atlas

By using feature inversion to visualize millions of activations from an image classification network, we create an explorable activation atlas of features the network has learned...

Weiterlesen
Allgemein Loading...

How to Install Skype on CentOS 7

In this tutorial we will show you how to install Skype on CentOS 7. Skype is one of the most popular communication applications in the world.

Weiterlesen
Allgemein Loading...

How to Install Gradle on Debian 9

Gradle is a general-purpose build tool used primarily for Java projects, combining the best features of Ant and Maven. In this tutorial we will show you...

Weiterlesen
Allgemein Loading...

Bash until Loop

This tutorial explains the basics of the until loop in Bash. The until loop is used to execute a given set of commands as long as...

Weiterlesen
Allgemein Loading...

How to Install WildFly (JBoss) on CentOS 7

WildFly, formerly known as JBoss is a cross-platform open-source application runtime written in Java that helps you build amazing applications. This tutorial explains how to install...

Weiterlesen
Allgemein Loading...

Bash Case Statement

This tutorial will cover the basics of the Bash case statement and show you how to use it in your shell scripts.

Weiterlesen
Allgemein Loading...

How to Install Vagrant on Debian 9

Vagrant is an open-source command-line tool for building and managing virtual machine environments. This tutorial explains how to install Vagrant on a Debian 9 machine.

Weiterlesen
Allgemein Loading...

How to Install Netbeans on Ubuntu 18.04

Netbeans is a full-featured cross-platform IDE that help you build applications in Java, PHP and many other languages. This tutorial explains how to install Netbeans IDE...

Weiterlesen
Allgemein Loading...

Ping Command in Linux

The ping command is one of the most used tools for troubleshooting, testing, and diagnosing network connectivity issues.

Weiterlesen
Allgemein Loading...

Linux Watch Command

In this tutorial, we will introduce you to the watch command. Watch is used to run any arbitrary command at regular intervals and displays the output...

Weiterlesen
Allgemein Loading...

How to Install TeamViewer on CentOS 7

TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing and file transfer between computers. In this tutorial we will walk through...

Weiterlesen
Allgemein Loading...

How to Install Steam on Ubuntu 18.04

Steam is a cross-platform entertainment platform developed by Valve Corporation for purchasing and playing video games. In this tutorial, we will show you how to install...

Weiterlesen
Allgemein Loading...

Setting up an Nginx Reverse Proxy

This article outlines the steps required for configuring Nginx as a reverse proxy. A reverse proxy is a service that takes a client request, sends the...

Weiterlesen
Allgemein Loading...

How to Install OpenCV on CentOS 7

OpenCV is an open-source computer vision library with bindings for C++, Python and Java. In this tutorial we will show how to install OpenCV on CentOS...

Weiterlesen
Allgemein Loading...

Generalized Language Models

[Updated on 2019-02-14: add ULMFiT and GPT-2.] [Updated on 2020-02-29: add ALBERT.] [Updated on 2020-10-25: add RoBERTa.] [Updated on 2020-12-13: add T5.] [Updated on 2020-12-30: add...

Weiterlesen
Allgemein Loading...

How to Change MySQL User Password

In this tutorial we will show you how to change MySQL user password. The instructions should work with any modern Linux distribution such as Ubuntu 18.04...

Weiterlesen
Allgemein Loading...

Bash Functions

A Bash function is a reusable block of commands that can be called multiple times within a script. Functions help you make your bash scripts more...

Weiterlesen
Allgemein Loading...

Linux Tee Command with Examples

The tee command reads from standard input and writes to both standard output and one or more files at the same time. Tee is most commonly...

Weiterlesen
Allgemein Loading...

Find Large Files in Linux

This tutorial explains how to find the largest files and directories in Linux systems using find and du commands.

Weiterlesen
Allgemein Loading...

Using the SSH Config File

OpenSSH allows you to set up a per-user configuration file where you can store different SSH options for each remote machine you connect to. This article...

Weiterlesen
Allgemein Loading...

How to Install Atom Text Editor on CentOS 7

Atom is an open-source cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart autocompletion, syntax highlighting and multiple panes.

Weiterlesen
Allgemein Loading...

Linux File Command

The Linux file command displays the type of a file. It’s helpful when you have to find out the type of file you’ve never seen before...

Weiterlesen
Allgemein Loading...

How to Create Bash Aliases

Bash aliases are essentially shortcuts that can save you from having to remember long commands and eliminate a great deal of typing when you are working...

Weiterlesen
Allgemein Loading...

How to Install Kodi on Ubuntu 18.04

Kodi (formerly XBMC) is a free and open-source cross-platform media player and entertainment hub. In this tutorial, we’ll walk you through how to install Kodi on...

Weiterlesen
Allgemein Loading...

Scheduling Cron Jobs with Crontab

Cron is a scheduling daemon that executes tasks at specified intervals. These tasks are called cron jobs. Crontab (cron table) is a text file that specifies...

Weiterlesen
Allgemein Loading...

Linux Time Command

The time command is used to determine how long a given command takes to run. It is useful for testing the performance of your scripts and...

Weiterlesen
Allgemein Loading...

How to Install Magento 2 on Ubuntu 18.04

Magento is leading enterprise-class e-commerce platform built on open-source technology combining powerful features with flexibility and user friendly interface. In this tutorial we will show you...

Weiterlesen
Allgemein Loading...

How to Install Anaconda on CentOS 7

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 Webmin on CentOS 7

Webmin is an open-source web control panel for system administration for Linux/UNIX. This tutorial describes how to install Webmin on a CentOS 7 server.

Weiterlesen
Allgemein Loading...

How to Install TeamViewer on Ubuntu 18.04

TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing and file transfer between computers. This tutorial explains how to install TeamViewer...

Weiterlesen
Allgemein Loading...

How to Install Gradle on CentOS 7

Gradle is an open-source build automation system used primarily for Java projects. This tutorial outlines the steps necessary to install the latest version of Gradle on...

Weiterlesen
Allgemein Loading...

How to Install Django on Debian 9 Linux

Django is the most popular Python web framework designed to help developers build secure, scalable and maintainable web applications. Django can be installed system-wide or in...

Weiterlesen