Deno 1.5 Release Notes
Deno 1.5 improves `deno bundle` with support for tree shaking and a 15x speed improvement. This release also adds the `alert`, `confirm`, and `prompt` APIs and enhances the REPL.
WeiterlesenDeno 1.5 improves `deno bundle` with support for tree shaking and a 15x speed improvement. This release also adds the `alert`, `confirm`, and `prompt` APIs and enhances the REPL.
WeiterlesenHelios: hyperscale indexing for the cloud & edge, Potharaju et al., PVLDB’20 On the surface this is a paper about fast data ingestion from high-volume streams,...
WeiterlesenWireGuard is a modern VPN technology that utilizes state-of-the-art cryptography. In this article, we’ll discuss how to set up a WireGuard VPN on Ubuntu 20.04.
WeiterlesenThis tutorial explains how to set up a Squid Proxy on Ubuntu 20.04 and configure Firefox and Google Chrome web browsers to use it.
WeiterlesenThis tutorial explains how to install and configure an FTP server on Raspberry Pi that you use to share files between your devices.
WeiterlesenThe case for a learned sorting algorithm, Kristo, Vaidya, et al., SIGMOD’20 We’ve watched machine learning thoroughly pervade the web giants, make serious headway in large consumer companies,...
WeiterlesenThis article explains how to install and deploy Odoo 14 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business...
WeiterlesenTo find the current working directory in Python, use os.getcwd(), and to change the current working directory, use os.chdir(path).
Weiterlesenwall is a command-line utility that displays a message on the terminals of all logged-in users. The messages can be either typed on the terminal or...
WeiterlesenSlack 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...
WeiterlesenIn case you missed it, here’s a transcript of the first Trump-Biden Debate: Chris Wallace: Good evening. I’m Chris Wallace and I welcome you to what...
WeiterlesenIt’s been six years since Heartbleed was first discovered, and the OpenSSL vulnerability can still be found and exploited across the internet.
WeiterlesenPython has a built-in function len() that returns the length of a given object.
WeiterlesenI have a surprise for you. I’ll tell you about it in a minute. First, let’s have a little fun. Come with me. I haven’t told...
WeiterlesenFFmpeg is a free and open-source collection of tools for handling multimedia files. This article describes how to install FFmpeg on Ubuntu 20.04.
WeiterlesenA cron job is a task that is executed at specified intervals. Running cron job every 5, 10, or 15 minutes are some of the most...
WeiterlesenThis article explains how to set up a static IP address on Ubuntu 20.04 desktop machines and servers.
WeiterlesenDeno 1.4 adds support for the web standard WebSocket API, deno run –watch, and integrated test coverage. This is the largest feature release yet.
WeiterlesenExamining the design of interactive articles by synthesizing theory from disciplines such as education, journalism, and visualization.
WeiterlesenThis article explains how to check what version of Java is installed on your Linux system using the command line.
WeiterlesenThis article explains how to install and configure Fail2ban on CentOS 8. Fail2ban is an open-source tool that helps protect your Linux machine from brute-force.
WeiterlesenThis article describes how to install VLC media player on Ubuntu 20.04. VLC can be installed as a snap package via the Snapcraft store or as...
WeiterlesenThis article explains how to set up automatic rebootless kernel updates using the live patching solutions from Canonical and CloudLinux.
WeiterlesenThis article explains two ways of installing Chromium on Ubuntu 20.04. Chromium can be installed as a snap package via the Snapcraft store or as a...
WeiterlesenThis article covers how to use the usermod command to add a user to a group, change a user shell, login name, home directory, and more.
WeiterlesenThis guide shows two ways of installing Atom on Ubuntu 20.04. Atom can be installed as a snap package via the Snapcraft store or as a...
WeiterlesenTraining an end-to-end differentiable, self-organising cellular automata for classifying MNIST digits.
WeiterlesenA collection of articles and comments with the goal of understanding how to design robust and general purpose self-organizing systems.
WeiterlesenIn Python, there are several different ways to reverse a list, depending on what you’re trying to do.
WeiterlesenThis guide shows two ways of installing Slack on Ubuntu 20.04. Slack can be installed as a snap package via the Snapcraft store, or as a...
WeiterlesenKnowing how to add and remove users is one of the basic skills a Linux user should know. This article explains how to add and remove...
WeiterlesenThe HTTP status code 500 is a generic error response returned by the server when no other error code is appropriate.
WeiterlesenThis article describes how to install and configure Fail2ban on Ubuntu 20.04. Fail2ban is a tool that helps protect your Linux machine from brute-force and other...
WeiterlesenComposer is a dependency manager for PHP. This tutorial explains how to install Composer on Debian 10 systems.
WeiterlesenThis article shows how to install and configure Memcached on Debian 10. Memcached is a free and open-source high-performance in-memory key-value data store.
WeiterlesenThis article guides you through the installation of Postman on Ubuntu 20.04. Postman is available as a native app (built on Electron) for all major operating...
WeiterlesenThis article guides you through the installation of Apache Cassandra on Ubuntu 20.04.
WeiterlesenThis article describes how to install Tor web browser on Ubuntu 20.04. Tor Browser is a customized version of Firefox that routes the web traffic through...
WeiterlesenThis article explains how to install Sublime Text 3 on Ubuntu 20.04. Sublime Text is a popular text and source code editor for web and software...
WeiterlesenAlthough most popular and successful model architectures are designed by human experts, it doesn’t mean we have explored the entire network architecture space and settled down...
WeiterlesenThis article covers the steps of installing the latest version of CouchDB on Ubuntu 20.04. Apache CouchDB is a free and open-source NoSQL database developed by...
WeiterlesenDesign considerations and changes for the new code hosting service.
WeiterlesenThis article shows you how to install and configure Gitea on CentOS 8. Gitea is a self-hosted open-source git server written in Go.
WeiterlesenNagios is a popular open-source monitoring system. This article explains how to install Nagios on Ubuntu 20.04.
WeiterlesenThis article explains how to generate SSH keys on Ubuntu 20.04 systems. We’ll also show you how to set up an SSH key-based authentication and connect...
WeiterlesenThis article explains how to install Apache Cassandra on CentOS 8. Apache Cassandra is a free and open-source NoSQL database with no single point of failure.
WeiterlesenSFTP is a secure file protocol for transferring files between two hosts over an encrypted connection. The default SFTP port is 22.
WeiterlesenThis article explains how to use curl to make POST requests. The HTTP POST method is used to send data to the remote server.
WeiterlesenThis article describes how to create tar.gz files. By convention, the name of a tar archive compressed with gzip should end with either .tar.gz or .tgz.
WeiterlesenRenaming directories is one of the most basic operations you often need to perform on a Linux system. This article explains how to rename directories using...
WeiterlesenThis tutorial explains how to install a free Let’s Encrypt SSL certificate on Ubuntu 20.04 running Nginx as a web server. We’ll also show how to...
WeiterlesenQuite often, when working with text files, you’ll need to delete one or more lines. This article shows how to delete lines in Vim/Vi.
WeiterlesenWhen troubleshooting system or application slowdown or misbehavior, one of the first things to check is the system memory usage. This article explains how to check...
WeiterlesenThis article explains how to install Jenkins on Ubuntu 20.04. Jenkins is an open-source automation server that can be used to easily set up continuous integration...
WeiterlesenIn this article, we will show you several different ways to find the number of files in a directory in Linux.
WeiterlesenIn this article, we will guide you through how to set up a DevOps pipeline in AWS.
WeiterlesenThis article shows how to install and configure Memcached on Ubuntu 20.04. Memcached is a free and open-source high-performance in-memory key-value data store.
WeiterlesenThe Python’s map() function takes an iterable object, along with a function, and applies that function to each element in the iterable.
WeiterlesenIn this tutorial we will show you how to install Gradle on Ubuntu 20.04. We’ll download the latest release of Gradle from their official website.
WeiterlesenThis article describes how to set up Nginx server blocks on Ubuntu 20.04. A server block is an Nginx directive that defines settings for a specific...
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 20.04.
WeiterlesenSteam is a cross-platform entertainment platform developed by Valve Corporation for purchasing and playing video games. This article explains how to install the Steam client on...
WeiterlesenThis article explains how to use the sysctl command to view and modify kernel parameters at runtime.
WeiterlesenThis article describes how to install OpenCV on Ubuntu 20.04. OpenCV is an open-source computer vision library with bindings for C++, Python, and Java.
WeiterlesenThis guide explains how to install Elasticsearch on Ubuntu 20.04. Elasticsearch is an open-source distributed full-text search and analytics engine.
WeiterlesenKVM (Kernel-based Virtual Machine) is an open-source virtualization technology built into the Linux kernel. This guide provides instructions on how to install and configure KVM on...
WeiterlesenThis article explains how to redirect the HTTP traffic to HTTPS using the .htaccess file.
WeiterlesenTensorFlow is a free and open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow in a Python virtual environment on...
WeiterlesenThis article covers the basics of writing comments in Python. A comment is a human-readable explanation or annotation that are used to explain the code.
WeiterlesenAny time you have a benchmark that gets taken seriously, some people will start gaming the benchmark. Some famous examples in computing are the CPU benchmark...
WeiterlesenThis article explains how to install curl on Ubuntu 20.04. Curl is a command-line utility for transferring data from or to a remote server.
WeiterlesenThis article describes how to install TeamViewer on Ubuntu 20.04. TeamViewer is a cross-platform solution that is used for remote control, web conferencing, desktop sharing, and...
WeiterlesenThis article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm used to reduce file sizes while maintaining original mode, ownership,...
WeiterlesenThis article describes how to perform search operations in Vim / Vi. Vim allows you to quickly find text using the / (forward slash) and ?...
WeiterlesenThis article describes how to set up Apache Virtual Hosts on Ubuntu 20.04. A Virtual Host is an Apache configuration directive that allows you to run...
WeiterlesenThis tutorial explains how to make a Minecraft Server on Ubuntu 20.04. Minecraft is one of the most popular games of all time.
WeiterlesenIn this article we’ll show you how to parse JSON data in Python. JSON is a human-readable text-based data format
WeiterlesenIn this tutorial, we will show you two different ways to install Apache Maven on Ubuntu 20.04. Apache Maven is an open-source project management and comprehension...
WeiterlesenThis guide explains how to set or change the hostname on Ubuntu 20.04 without needing to restart the system.
WeiterlesenThis tutorial will walk you through the installation of Anaconda Python Distribution on Ubuntu 20.04. Anaconda is a popular Python/R data science and machine learning platform.
WeiterlesenSometimes when you’re trying to figure out the way the world works, basic math is enough to get you going. If we increase the hot water...
WeiterlesenThis tutorial explains how to install and use Composer on Ubuntu 20.04. Composer is a dependency manager for PHP.
WeiterlesenThe modulo operation is an arithmetic operation that finds the remainder of the division of one number by another. In Python, the modulo operator is represented...
Weiterlesenmodprobe is a command-line utility that allows you to add and remove modules from the Linux kernel.
WeiterlesenThis article covers the steps required to install R on Ubuntu 20.04. R is an open-source programming language and free environment that specializes in statistical computing...
WeiterlesenThis tutorial covers the steps required to install Mono on Ubuntu 20.04. Mono is an open-source implementation of Microsoft’s .NET framework.
WeiterlesenThe Python list data type has three methods for adding elements: append(), extend(), and insert().
WeiterlesenThroughout my life I never paid too much attention to health, exercise, diet or nutrition. I knew that you’re supposed to get some exercise and eat...
WeiterlesenThis guide shows two ways of installing Spotify on Ubuntu 20.04. Spotify is a digital music streaming service that gives you instant access to millions of...
WeiterlesenThis guide covers the steps necessary to install PHP on Ubuntu 20.04 and integrate it with Nginx and Apache.
WeiterlesenIn this article, we will cover the Bash exit built-in command and the exit statuses of the executed commands.
WeiterlesenThis guide shows two ways of installing Skype on Ubuntu 20.04. Skype can be installed as a snap package via the Snapcraft store or as a...
Weiterlesen[Updated on 2020-06-17: Add “exploration via disagreement” in the “Forward Dynamics” section. Exploitation versus exploration is a critical topic in Reinforcement Learning. We’d like the RL...
WeiterlesenThis tutorial describes how to install and configure Redis on Ubuntu 20.04. Redis is an open-source in-memory key-value data store.
WeiterlesenTo redirect stderr and stdout, use the 2>&1 or &> constructs. In Bash and other Linux shells, when a program is executed, it uses three standard...
WeiterlesenThis article explains how to install GCC on Ubuntu 20.04. The default Ubuntu repositories contain a meta-package named build-essential that includes the GNU compiler collection and...
WeiterlesenIn Python, you can sort a list using the built-in list.sort() method or the built-in sorted() function.
WeiterlesenVagrant is a command-line tool for building and managing virtual machines. This article describes how to install Vagrant on an Ubuntu 20.04 machine.
WeiterlesenThis is an archive of an old pseudonymously written post from the 90s from someone whose former pseudonym seems to have disappeared from the internet. I...
WeiterlesenThis tutorial explains how to enable SSH on an Ubuntu machine. Enabling SSH will allow you to connect to your system remotely, and perform administrative tasks.
Weiterlesenprintf is a powerful and predictable alternative to echo. It takes a format and arguments and prints a clean, aligned, and professional output.
WeiterlesenA lot of people seem to think that distributed tracing isn’t useful, or at least not without extreme effort that isn’t worth it for companies smaller...
WeiterlesenWe spent one day1 building a system that immediately found a mid 7 figure optimization (which ended up shipping). In the first year, we shipped mid...
WeiterlesenIn this tutorial, we will show you two ways to install VirtualBox on Ubuntu 20.04. VirtualBox is open-source cross-platform virtualization software that allows you to run...
WeiterlesenThis article explains how to install the latest version of Docker Compose on Ubuntu 20.04. We’ll also explore the basic Docker Compose concepts and commands.
WeiterlesenIn this article, we’re going to discuss how to use Curl to interact with RESTful APIs. Curl is a command-line utility for transferring data from or...
WeiterlesenIn this tutorial, we will explain how to install Yarn on Ubuntu 20.04. Yarn is a JavaScript package manager compatible with npm that helps you automate...
WeiterlesenThis tutorial describes how to install and configure Tomcat 9 on Ubuntu 20.04. Apache Tomcat is an open-source web server and java servlet container.
WeiterlesenIn this tutorial we will show you three different ways to install Ruby on Ubuntu 20.04. Ruby is one of the most popular programming languages today.
WeiterlesenThis tutorial covers how to install and configure Xrdp server on Ubuntu 20.04. Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol.
WeiterlesenThis tutorial covers how to install Docker on an Ubuntu 20.04 machine. Docker is an open-source containerization platform that allows you to quickly build, test, and...
WeiterlesenThis tutorial explains how to install Docker on Ubuntu. We’ll install the latest Docker package from the official Docker’s repositories.
WeiterlesenIn this guide, we will explain how to install the PostgreSQL database server on Ubuntu 20.04, and explore the basics of PostgreSQL database administration.
Weiterlesenfdisk is a menu driven command-line utility that allows you to create and manipulate partition tables on a hard disk.
WeiterlesenMariaDB is an open-source relational database management system. This guide explains how to install and secure MariaDB on Ubuntu 20.04.
WeiterlesenThis guide explains how to install Webmin on an Ubuntu 20.04 server. With Webmin, you can configure almost every aspect of the system through your web...
WeiterlesenWireGuard is a simple and modern VPN (Virtual Private Network) with state-of-the-art cryptography. This tutorial describes how to set up WireGuard on an CentOS 8 machine...
WeiterlesenZoom is an easy to use communication platform that unifies cloud video conferencing, real-time messaging and content sharing. This guide explains how to install Zoom on...
WeiterlesenIn this article, we’re going to show you how to use GNU grep to search for multiple strings or patterns.
WeiterlesenDynamic languages are useful tools. Scripting allows users to rapidly and succinctly tie together complex systems and express ideas without worrying about details like memory management...
WeiterlesenThis tutorial explains how to add a swap file on Ubuntu 20.04 systems. Swap is a space on a disk that is used when the amount...
WeiterlesenIn this tutorial, we will guide you through three different methods of installing Node.js and npm on Ubuntu 20.04.
WeiterlesenWhen invoked, Bash reads and executes commands from from a set of startup files. .bash_profile is read and executed when Bash is invoked as an interactive...
WeiterlesenThis tutorial describes how to install and manage the Apache web server on Ubuntu 20.04. Apache is one of the most popular web servers in the...
WeiterlesenThis article describes how to use the UFW tool to configure and manage a firewall on Ubuntu 20.04. UFW is a user-friendly front-end for managing iptables...
WeiterlesenThis article describes how to set or change the timezone on Ubuntu 20.04 using the command line, or through the GUI.
WeiterlesenIn Linux, groups are used to organize and administer user accounts. This article explains how to remove a group in Linux, using the groupdel command.
WeiterlesenHow to tune hyperparameters for your machine learning model using Bayesian optimization.
Weiterlesenat is a command-line utility that allows you to schedule various commands and scripts to be executed automatically at a specific time and date.
WeiterlesenNginx is an open-source, high-performance HTTP and reverse proxy server. This tutorial describes how to install and manage Nginx on Ubuntu 20.04.
WeiterlesenThis guide shows two ways of installing Visual Studio Code on Ubuntu 20.04. Visual Studio Code is a powerful open-source code editor developed by Microsoft.
WeiterlesenGo, often referred to as golang is a modern open-source programming language created by Google. This tutorial explains how to download and install Go on Ubuntu...
WeiterlesenThis guide describes how to install and configure Git on Ubuntu 20.04. Git is the world’s most popular distributed version control system used by many open-source...
WeiterlesenThis guide explains how to install and secure MySQL on Ubuntu 20.04. MySQL is the most popular open-source relational database management system.
WeiterlesenPip is a tool for installing Python packages. This guide explains how to install pip for Python 3 and Python 2 on Ubuntu 20.04.
WeiterlesenThis tutorial describes how to install Ubuntu on a Raspberry Pi. Ubuntu is the most popular Linux distribution that can run on all kinds of hardware,...
WeiterlesenIn this guide, we will describe how to install Java on Ubuntu 20.04. The default Ubuntu 20.04 repositories include two OpenJDK packages, Java Runtime Environment (JRE)...
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....
WeiterlesenUbuntu 20.04 LTS (Focal Fossa) was released on April 23, 2020, and it will be supported for five years. This tutorial explains how to upgrade to...
WeiterlesenThis article describes how to generate SSH keys on CentOS 8 systems. We’ll also show you how to set up an SSH key-based authentication and connect...
WeiterlesenThis article explains how to install VirtualBox Guest Additions on CentOS 8 guests.
WeiterlesenKVM (Kernel-based Virtual Machine) is an open-source virtualization technology built into the Linux kernel. This guide explains how to install and configure KVM on Ubuntu 18.04...
WeiterlesenHard to believe that I’ve had the same PC case since 2011, and my last serious upgrade was in 2015. I guess that’s yet another sign...
WeiterlesenIn this tutorial we will set up WireGuard on an Ubuntu 18.04 machine that will act as a VPN server. We’ll also show you how to...
WeiterlesenTeamViewer is a cross-platform application that can be used for remote control, desktop sharing, online meetings, and file transfer between computers. This tutorial explains how to...
WeiterlesenThis article covers the essentials of the awk programming language. Knowing the basics of awk will significantly improve your ability to manipulate text files on the...
WeiterlesenMemcached is a free and open-source high-performance in-memory key-value data store. This article shows how to install and configure Memcached on CentOS 8.
WeiterlesenThis article describes how to set up a firewall with UFW on Debian 10. UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables firewall rules.
WeiterlesenThis article provides information on how to install Mono on Debian 10. Mono is a free and open-source implementation of Microsoft’s .NET framework.
WeiterlesenVisual Studio Code is a free and open-source cross-platform code editor developed by Microsoft. This tutorial describes how to install Visual Studio Code editor on Debian...
WeiterlesenOne of the first tasks when provisioning a new Linux server is adding and removing users. This article explain how to add and remove users on...
WeiterlesenIn this tutorial, we will explain how to install Skype on Debian 10. Skype is one of the most popular communication applications in the world.
Weiterlesen[Updated on 2023-01-27: After almost three years, I did a big refactoring update of this post to incorporate a bunch of new Transformer models since 2020....
WeiterlesenThis article explains how to install Gradle on CentOS 8. Gradle is a powerful and flexible build tool used primarily for Java projects.
WeiterlesenThis article goes through the Python lists. We’ll show you how to create a list, slice and sort a list, add or remove elements from a...
WeiterlesenThis article describes how to set or change the timezone on Debian systems. Using the correct timezone is essential for many systems related tasks and processes.
WeiterlesenXrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to control a remote system graphically. This tutorial describes how to...
WeiterlesenAn overview of all the neurons in the first five layers of InceptionV1, organized into a taxonomy of ‘neuron groups.’
WeiterlesenTeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings and file transfer between computers. This article describes how to...
WeiterlesenFTP is a client-server network protocol that allows users to transfer files to and from a remote machine. In this tutorial, we’ll be installing vsftpd on...
WeiterlesenThis article describes how to generate SSH keys on Debian 10 systems. We will also show you how to set up an SSH key-based authentication and...
WeiterlesenComposer is a dependency manager for PHP. This tutorial goes through the steps of installing Composer on CentOS 8.
WeiterlesenGradle 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...
WeiterlesenYou won’t believe my morning. I went out on my daily excursion to sit on the front step of my building for ten minutes holding my...
WeiterlesenFFmpeg is a free and open-source collection of tools for handling multimedia files. This article describes how to install FFmpeg on Debian 10.
WeiterlesenSkype is one of the most popular communication applications in the world. This article explains how to install the latest version of Skype on CentOS 8.
Weiterlesen[penCV is an open-source computer vision library with bindings for C++, Python, and Java and supports all major operating systems. This article describes how to install...
WeiterlesenThis article describes how to set or change the timezone on CentOS 8 systems. Using the correct timezone is essential for many systems related tasks and...
WeiterlesenR is an open-source programming language and free environment that specializes in statistical computing and graphical representation. This article provides information on how to install R...
WeiterlesenApache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation. This article describes how to install CouchDB on Debian 10, Buster.
WeiterlesenVisual Studio Code is an open-source cross-platform code editor developed by Microsoft. This article describes how to install Visual Studio Code on CentOS 8.
WeiterlesenThis tutorial describes how to install Mono on CentOS 8. sMono is a platform for developing and running cross-platform applications based on the ECMA/ISO Standards.”
WeiterlesenBy focusing on linear dimensionality reduction, we show how to visualize many dynamic phenomena in neural networks.
WeiterlesenIn this article, we will look into different ways to install Ruby on Debian 10. Ruby is one of the most popular languages today. It has...
WeiterlesenR is an open-source programming language and free environment that specializes in statistical computing and graphics representation. This article describes how to install R on CentOS...
WeiterlesenFFmpeg is a free and open-source collection of tools for handling multimedia files. This article describes how to install FFmpeg on CentOS 8.
Weiterlesengrep is one of the most useful and powerful commands in Linux for file processing. In this article, we’re going to explore the basics of how...
WeiterlesenI’ve been comparing notes with people who run corporate engineering blogs and one thing that I think is curious is that it’s pretty common for my...
WeiterlesenBy studying the connections between neurons, we can find meaningful algorithms in the weights of neural networks.
WeiterlesenWhat can we learn if we invest heavily in reverse engineering a single neural network?
WeiterlesenApache Virtual Hosts allows you to run more than one website on a single machine. This article describes how to set up Apache Virtual Hosts on...
WeiterlesenThe default CentOS repositories contain a package group named Development Tools that includes the GNU compiler collection, GNU debugger, and other development libraries and tools required...
WeiterlesenSetting 777 permissions (chmod 777) to a file or directory means that it will be readable, writable and executable by all users and may pose a...
WeiterlesenThis tutorial explains how to install Elasticsearch on Debian 10. Elasticsearch is an open-source distributed full-text search and analytics engine.
WeiterlesenXz is a popular algorithm for compressing files based on the LZMA algorithm. This article explains how to extract (or unzip) .tar.xz or .txz archives using...
WeiterlesenThis article, explains how to set up Apache Virtual Hosts on a CentOS 8 server. Apache Virtual Hosts allows you to run more than one website...
WeiterlesenMy hobby: opening up McIlroy’s UNIX philosophy on one monitor while reading manpages on the other. The first of McIlroy’s dicta is often paraphrased as “do...
WeiterlesenThis tutorial covers how to install Python 3.8 on Debian 10. We’ll also show you how to create a virtual environment.
Weiterlesenpkill is a command-line utility that sends signals to the processes of a running program based on given criteria. This article covers the basics of the...
WeiterlesenThe Python range type generates a sequence of integers by defining a start and the end point of the range. It is generally used with the...
WeiterlesenThis tutorial explains how to install and configure MongoDB Community Edition on CentOS 8. MongoDB is a free and open-source document database.
WeiterlesenThis tutorial explains how to install and configure the latest version of Redmine on CentOS 8. We’ll use MariaDB as a database back-end and Passenger +...
WeiterlesenA server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.
Weiterlesen