How to Install and Use FFmpeg on Ubuntu 18.04
FFmpeg is a free and open-source command-line tool for transcoding multimedia files. In this tutorial we will show you how to install FFmpeg on Ubuntu 18.04.
WeiterlesenFFmpeg is a free and open-source command-line tool for transcoding multimedia files. In this tutorial we will show you how to install FFmpeg on Ubuntu 18.04.
WeiterlesenLoops are one of the fundamental concepts of programming languages. This tutorial covers the basics of while loops in Bash.
WeiterlesenRedis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as...
WeiterlesenWebmin 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...
WeiterlesenIn this tutorial we’ll be installing vsftpd. It is a stable, secure and fast FTP server. We will also show you how configure vsftpd to restrict...
WeiterlesenphpMyAdmin is a free, open-source PHP based application designed to simplify the administration of MySQL and MariaDB servers over a web-based interface. This tutorial describes the...
WeiterlesenDocker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. It uses a YAML file to configure the application’s containers, networks,...
WeiterlesenFlask 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...
WeiterlesenSFTP (SSH File Transfer Protocol) is a secure file protocol used to access, manage, and transfer files over an encrypted SSH transport. This guide shows you...
WeiterlesenNagios is one of the most popular open-source monitoring systems. Nagios keeps an inventory of your entire IT infrastructure and ensures your networks, servers, applications, services,...
WeiterlesenThis 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...
WeiterlesenThe 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...
WeiterlesenAtom 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.
WeiterlesenphpMyAdmin is an open-source PHP based tool for managing MySQL and MariaDB servers over a web-based interface. This tutorial describes how to install phpMyAdmin with Nginx...
WeiterlesenGitLab is a web-based open-source Git repository manager written in Ruby including wiki, issue management, code review, monitoring, and continuous integration and deployment. This tutorial covers...
WeiterlesenApache Maven is a free and open-source project management tool and comprehension tool used primarily for Java projects. In this tutorial we will show you two...
WeiterlesenThis guide focuses on the for loop in Bash, including its syntax variations, nesting, flow-control statements like break and continue, and practical examples.
WeiterlesenOn Linux and UNIX operating systems you can use the mount command to attach (mount) file systems and removable devices such as USB flash drives at...
WeiterlesenNextcloud is an open-source, self-hosted file share and collaboration platform, similar to Dropbox. In this tutorial we’ll show you how to install and configure Nextcloud with...
WeiterlesenA VPN allows you to connect to remote VPN servers, making your connection encrypted and secure and surf the web anonymously by keeping your traffic data...
WeiterlesenThe 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...
WeiterlesenVagrant 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...
WeiterlesenDeb is the installation package format used by all Debian based distributions. In this tutorial we will explain how to install deb files on Ubuntu.
WeiterlesenA symbolic link, also known as a symlink or soft link, is a special type of file that points to another file or directory. In this...
WeiterlesenphpMyAdmin allows you to interact with MySQL databases, manage user accounts and privileges and execute SQL-statements. In this tutorial, we will show you how to install...
WeiterlesenDjango 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...
WeiterlesenOdoo 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...
WeiterlesenThis tutorial will walk you through the process of creating an encrypted SSH tunnel and configuring Firefox and Google Chrome web browsers to use SOCKS proxy.
WeiterlesenRedis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as...
WeiterlesenGradle is a general-purpose build tool used primarily for Java projects. In this tutorial we will show you how to install Gradle on Ubuntu 18.04.
WeiterlesenGoogle Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web....
WeiterlesenVirtualBox 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...
WeiterlesenYarn 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...
WeiterlesenGrep 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...
WeiterlesenI sometimes get asked by regular people in the actual real world what it is that I do for a living, and here’s my 15 second...
WeiterlesenIn this tutorial, we will describe how to generate SSH keys on Debian 9 systems. We will also show you how to setup an SSH key-based...
WeiterlesenApache Maven is a free and open-source project management tool and comprehension tool used primarily for Java projects. In this tutorial, we will show you two...
WeiterlesenDjango 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...
WeiterlesenThis tutorial will guide you through the process of obtaining a free Let’s Encrypt using the certbot tool on Debian 9. We’ll also show how to...
WeiterlesenUFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables firewall rules and its main goal is to make managing iptables easier or as the name...
WeiterlesenThis article serves as a cheat sheet to help Docker users keep their system organized, and to free disk space by removing unused Docker containers, images,...
WeiterlesenComposer is a dependency manager for PHP. This tutorial provides the steps necessary to install Composer on Debian 9 systems.
WeiterlesenIn this tutorial we’ll be installing vsftpd. It is a stable, secure and fast FTP server. We will also show you how configure vsftpd to restrict...
WeiterlesenA VPN allows you to connect to remote VPN servers, making your connection encrypted and secure and surf the web anonymously by keeping your traffic data...
WeiterlesenDocker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you define the application’s services, networks and volumes in...
WeiterlesenSo 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})$...
WeiterlesenDig 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,...
WeiterlesenWith VMware Workstation Player you can create and run your own virtual machines and evaluate software distributed as a virtual appliance from many software vendors. This...
WeiterlesenCat 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...
WeiterlesenThis 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.
WeiterlesenJenkins 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...
WeiterlesenThis tutorial explains how to generate SSH keys on CentOS 7 systems. We will also show you how to set up an SSH key-based authentication and...
WeiterlesenStarting 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...
WeiterlesenphpMyAdmin allows you to interact with MySQL databases, manage user accounts and privileges and execute SQL-statements. In this tutorial, we will walk through the steps necessary...
WeiterlesenIn this tutorial, we will show you how to set up Nginx server blocks on Debian 9. Server Blocks allows you to run more than one...
WeiterlesenThis tutorial describes how to install and configure a VNC server on Debian 9. Virtual Network Computing (VNC) is a graphical desktop sharing system that allows...
WeiterlesenIn this tutorial we will show you on how to install Yarn on a CentOS 7 system. Yarn is a JavaScript package manager compatible with npm.
WeiterlesenThis article goes through several different tools that allow you to remove files and directories in Linux. We will explain how to use the rm, unlink,...
WeiterlesenIn this tutorial we’ll cover how to install PyCharm Community Edition on Ubuntu 18.04. PyCharm is a full-featured IDE for Python and Web development.
WeiterlesenFTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. In this tutorial, we will show you...
WeiterlesenThis 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...
WeiterlesenMySQL server allows us to create numerous user accounts and grant appropriate privileges so that the users can access and manage databases. This tutorial describes how...
WeiterlesenComposer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In...
WeiterlesenIn this tutorial, we will show you how to install and configure the latest version of MongoDB Community Edition on a Debian 9 systems from the...
WeiterlesenNginx Server Blocks allows you to run more than one website on a single machine. In this tutorial, we’ll explain how to set up Nginx server...
WeiterlesenDocker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to configure the application’s services, networks,...
WeiterlesenIn this tutorial, we will walk through how to generate SSH keys on Ubuntu 18.04 machines. We will also show you how to set up an...
WeiterlesenRemember “cybersecurity”? Mysterious hooded computer guys doing mysterious hooded computer guy… things! Who knows what kind of naughty digital mischief they might be up to? Unfortunately,...
WeiterlesenRuby 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....
WeiterlesenThis 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...
WeiterlesenThis guide will explains how to use the scp command with practical examples and detailed explanations of the most commonly used options.
WeiterlesenPython virtual environment is a self-contained directory tree that includes a Python installation and number of additional packages. In this tutorial, we’ll provide a step by...
WeiterlesenAsterisk 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...
WeiterlesenIn this tutorial, we will walk you through the steps for installing and configuring a VNC server on a CentOS 7 system. We will also show...
WeiterlesenTmux 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...
WeiterlesenVisual Studio Code is an open-source cross-platform code editor developed by Microsoft. The easiest and recommended way to install Visual Studio Code on Ubuntu machines is...
WeiterlesenR 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...
WeiterlesenWith 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...
WeiterlesenNextcloud is an open-source, self-hosted file share and collaboration platform, similar to Dropbox. In this tutorial we’ll show you how to install and configure Nextcloud with...
WeiterlesenStarting with CentOS 7, FirewallD replaces iptables as the default firewall management tool. In this tutorial we will show you how to disable FirewallD on CentOS...
WeiterlesenIn 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...
WeiterlesenIn this tutorial, we will cover the steps necessary to install a free Let’s Encrypt SSL certificate on a CentOS 7 server running Apache as a...
WeiterlesenThis article shows how to use the tar command to extract, list, and create tar archives.
WeiterlesenYarn is a JavaScript package manager compatible with npm. In this tutorial we will guide you on how to install Yarn on your Ubuntu 18.04 system...
WeiterlesenThis tutorial will show you how to install and configure Tomcat 9 on Ubuntu 18.04. Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer...
WeiterlesenPostgreSQL, 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...
WeiterlesenphpMyAdmin is an open-source PHP application designed to handle the administration of MySQL and MariaDB servers over a web-based interface.This tutorial covers the steps necessary for...
WeiterlesenApache Virtual Hosts allows you to host more than one domain on a single machine. In this tutorial, we will walk you through on how to...
WeiterlesenUnzip 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...
WeiterlesenSublime Text is one of the most widely used text and source code editors for web and software development. In this tutorial we’ll show you how...
WeiterlesenIn this tutorial, we will walk you through the steps for installing PHP 7.2 on a Debian 9 server. We will also show you how to...
WeiterlesenKilling unresponsive apps in Linux with the kill, killall, and pkill commands is easy. You only need to know the process name or PID.
WeiterlesenComposer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you.
WeiterlesenNginx 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...
WeiterlesenThis tutorial explains how to list all user accounts in a MySQL database server through the command line.
WeiterlesenLinux 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...
WeiterlesenApache HTTP server is one of the most popular web servers in the world. In this tutorial, we will go through the steps of installing Apache...
WeiterlesenIn this tutorial, we will show you how to install Jenkins on an Ubuntu 18.04 machine using the Jenkins Debian package repository. Jenkins is an open-source...
WeiterlesenIn this tutorial we’ll show you how to install Vagrant on an Ubuntu 18.04 machine. Vagrant is a command-line tool for building and managing virtual machine...
WeiterlesenIn this tutorial, we will show you how to install WordPress on an Ubuntu 18.04 machine. WordPress is by far the most popular open-source blogging and...
WeiterlesenR 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...
WeiterlesenIn this tutorial, we’ll show several different commands on to how to check what version of CentOS is installed on your system.
WeiterlesenIn this tutorial, we’ll provide a step by step instructions about how to set up Apache Virtual Hosts on a CentOS 7 server. Apache Virtual Hosts...
WeiterlesenThis guide covers the steps necessary for installing and configuring s VNC server on Ubuntu 18.04. We will also show you how to securely connect to...
WeiterlesenSELinux 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...
WeiterlesenThis 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...
WeiterlesenMongoDB 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[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...
WeiterlesenThis tutorial will guide you through the process of changing a hostname on a Debian 9 without the need of restarting your system.
WeiterlesenAnaconda 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...
WeiterlesenThis 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...
WeiterlesenIn 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...
WeiterlesenEclipse is the most widely used Java integrated development environment (IDE). In this tutorial we’ll show you how to install the latest Eclipse IDE on an...
WeiterlesenThis tutorial explains how to use the command line to create MySQL or MariaDB databases.
WeiterlesenIn this tutorial we will show you how to install and configure MongoDB Community Edition on a CentOS 7 server from the official MongoDB repositories.
WeiterlesenIn this tutorial we will show you how to install and secure MySQL on a Debian 9 machine from the MySQL Apt Repository.
WeiterlesenIn this tutorial we’ll walk you through the steps necessary to download and install Go on a Debian 9 system.
WeiterlesenIn this tutorial, we’ll provide a step by step instructions about how to secure your Apache with Let’s Encrypt using the certbot tool on Ubuntu 18.04.
WeiterlesenMariaDB 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...
WeiterlesenIn this tutorial, we will guide you through the process of installing Docker on a Debian 9 machine and explore the basic Docker concepts and commands.
WeiterlesenPostgreSQL 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...
WeiterlesenA powerful, under-explored tool for neural network visualizations and art.
WeiterlesenMattermost 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.
WeiterlesenIn this tutorial, we’ll provide a step by step instructions about how to set up Apache Virtual Hosts on Ubuntu 18.04. Apache Virtual Hosts allows you...
WeiterlesenFirewallD is a complete firewall solution that manages the system’s iptables rules and provides a D-Bus interface for operating on them. In this tutorial, we show...
WeiterlesenPlex is a streaming media server that brings all your video, music and photo collections together and stream them to your devices at any time and...
WeiterlesenGhost is a modern source publishing platform built on top of the Node.js platform. It is fully customizable and easy to use, allowing you to publish...
WeiterlesenAsterisk 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...
WeiterlesenCurl 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...
WeiterlesenRuby 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....
WeiterlesenGoogle Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web....
WeiterlesenGit 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...
WeiterlesenPostgreSQL 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...
WeiterlesenThis 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...
WeiterlesenA simple and surprisingly effective family of conditioning mechanisms.
WeiterlesenHave 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...
WeiterlesenIn 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.
WeiterlesenIn this tutorial we will show you how to list and filter installed packages on Ubuntu. We will also show you how to check whether a...
WeiterlesenThis 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...
Weiterlesenrsync 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.
WeiterlesenThis tutorial guides you through the process of changing a hostname on a CentOS 7 without the need of restarting your system.
WeiterlesenIn 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...
WeiterlesenIn 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...
WeiterlesenIn 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...
WeiterlesenIn this tutorial, we will cover how to install Node.js and npm on a Debian 9 system. Node.js is an open-source cross-platform JavaScript run-time environment built...
WeiterlesenIn this tutorial, we’ll show you how to find your Ubuntu version using the command line or from within the graphical interface.
WeiterlesenIn 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.
WeiterlesenIn this tutorial we’ll walk you through installing Plex Media Server on Ubuntu 18.04. Plex is a streaming media server that lets you organize your video,...
WeiterlesenThis tutorial explains how to install and manage the Apache web server on Ubuntu 18.04. Apache HTTP server is the most popular web server in the...
Weiterlesen[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.]...
WeiterlesenThe 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...
WeiterlesenThis 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...
WeiterlesenMySQL 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...
WeiterlesenGNU Wget is a command-line utility for downloading files from the web.
WeiterlesenDocker is a containerization technology that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this...
WeiterlesenThis tutorial explains how to backup and restore MySQL or MariaDB databases from the command line using the mysqldump utility. The backup files created by the...
WeiterlesenIn this article we will show you how to setup an SSH key-based authentication and connect to your Linux servers without a entering password.
WeiterlesenRocket.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...
WeiterlesenThe find command searches for files and directories based on a user given expression.
WeiterlesenScreen 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...
WeiterlesenGo 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...
WeiterlesenThis tutorial covers the steps necessary for installing and configuring GitLab on an Ubuntu 18.04 system. GitLab is a web-based open-source Git repository manager written in...
WeiterlesenThis tutorial will show you how to install Apache Tomcat 8.5 on Debian 9 and configure the Tomcat web management interface. Tomcat is one of the...
WeiterlesenThis tutorial will guide you through the process of changing a hostname on Ubuntu 18.04 without the need of restarting your system.
WeiterlesenBy default, Ubuntu comes with a firewall configuration tool called UFW (Uncomplicated Firewall). UFW is a user-friendly front-end for managing iptables firewall rules.
WeiterlesenThis 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...
WeiterlesenIn 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...
WeiterlesenWith 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...
WeiterlesenIn this tutorial we will show you how to install Drupal 8.6 on an Ubuntu 18.04 machine. There are multiple ways to install Drupal, this tutorial...
WeiterlesenMySQL is the most popular open-source relational database management system. This tutorial explains how to use the command line to create and manage MySQL and MariaDB...
WeiterlesenNode.js is an open-source cross-platform JavaScript run-time environment that allows server-side execution of JavaScript code. In this tutorial, we will show you several different ways of...
WeiterlesenIn this tutorial, we will show you how to install Python Pip on Ubuntu 18.04 and go through the basics of how to install and manage...
WeiterlesenIn this tutorial, we’ll go through how to install Docker CE on CentOS 7 and explore the basic Docker concepts and commands.
WeiterlesenThis tutorial walks you through the steps to install Node.js and npm on a CentOS 7 machine. Node.js is a cross-platform JavaScript run-time environment that allows...
WeiterlesenIn this guide we will show you how to create a new user on an Ubuntu machine and give it sudo access. You can then use...
WeiterlesenThis tutorial demonstrates how to install Tomcat 8.5 on Ubuntu 18.04. Tomcat is one of the most widely adopted applications and web servers in the world...
WeiterlesenThe full implementation is available in lilianweng/deep-reinforcement-learning-gym In the previous two posts, I have introduced the algorithms of many deep reinforcement learning models. Now it is...
WeiterlesenHey, we have a new thing for you today! Today’s new thing is called Stack Overflow for Teams. It lets you set up a private place...
WeiterlesenThis 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.
WeiterlesenThis tutorial describes how to install OpenJDK as well as Oracle Java on Ubuntu 18.04. Java is one of the most popular programming languages in the...
WeiterlesenLet’s Encrypt is a free and open certificate authority developed by the Internet Security Research Group. In this tutorial, we’ll provide a step by step instructions...
WeiterlesenNginx Server Blocks allows you to run more than one website on a single machine. With Server Blocks, you can specify the site document root (the...
WeiterlesenThis 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...
WeiterlesenThe latest Ubuntu LTS release, Ubuntu 18.04 (Bionic Beaver), was released on April 26, 2018 and it will be supported for 5 years until April 2023....
WeiterlesenApache 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...
WeiterlesenThere’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,...
WeiterlesenMattermost 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.
WeiterlesenIn 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...
WeiterlesenIn 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[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...
WeiterlesenIn this tutorial, we will show you how to install and deploy Rocket.Chat on a CentOS 7 server with Nginx as a SSL reverse proxy. Rocket.Chat...
Weiterlesen[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...
WeiterlesenThe sudo command is designed to allow users to run programs with the security privileges of another user, by default the root user. In this guide...
WeiterlesenHave you forgotten your MySQL root password? Don’t worry, it happens to all of us. In this post we will show you how to reset the...
WeiterlesenSwap 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...
WeiterlesenThis 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...
WeiterlesenOdoo 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...
WeiterlesenThis is an archive of the original “fsyncgate” email thread. This is posted here because I wanted to have a link that would fit on a...
Weiterlesen