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.
WeiterlesenLinux 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.
WeiterlesenNetcat (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...
WeiterlesenNode.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...
WeiterlesenThe 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...
WeiterlesenCouchDB 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...
WeiterlesenWhen I wrote about App-pocalypse Now in 2014, I implied the future still belonged to the web. And it does. But it’s also true that the web has...
WeiterlesenIn this article, we’ll explain how to use the systemctl and shutdown commands to reboot your Linux machine.
WeiterlesenA 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,...
WeiterlesenApache 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...
WeiterlesenThis 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...
WeiterlesenArrays 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...
WeiterlesenRaspberry Pi can be used in many different projects. One of the Raspberry Pi’s most popular use case is to turn Raspberry Pi into a home...
WeiterlesenThis tutorial explains how to create a bootable CentOS USB stick from the Linux terminal.
WeiterlesenWhen writing Python scripts, you may want to perform a certain action only if a file or directory exists or not. For example, you may want...
WeiterlesenVLC is a popular open-source multimedia player and streaming media server. It is cross-platform and can play virtually all multimedia files as well as DVDs, Audio...
WeiterlesenA Docker image is the blueprint of Docker containers that contains the application and everything you need to run the application. In this tutorial, we will...
WeiterlesenIn this tutorial, we will explain how to install Skype on Debian 9. Skype is one of the most popular communication applications in the world.
WeiterlesenMemcached 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.
WeiterlesenOn Linux and Unix-like operating systems, the wc command allows you to count the number of lines, words, characters, and bytes of each given file or...
WeiterlesenWhen writing Bash scripts, you will sometimes find yourself in situations where you need to read a file line by line. For example, you may have...
WeiterlesenThe 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.
WeiterlesenIn the recent versions of Raspbian the SSH access is disabled by default but it can be easily enabled. In this tutorial, we’ll show you how...
WeiterlesenSleep is a command-line utility that allows you to suspends the calling process for a specified time. In this tutorial, we will show you how to...
WeiterlesenSSHFS (SSH Filesystem) is a filesystem client based on FUSE for mounting remote directories over an SSH connection. This tutorial will show you how to install...
WeiterlesenThe Raspberry Pi is the most popular single-board computer of all times. In this tutorial we will show you how to format the SD card, flash...
WeiterlesenIn this article, we will discuss various ways to quickly create a new file in Linux using the command line.
WeiterlesenWhen 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...
WeiterlesenTensorFlow is a free and open-source platform for machine learning built by Google. This tutorial describes how to install TensorFlow on CentOS 7.
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...
WeiterlesenThe 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.
WeiterlesenThis tutorial explains how to generate SSH keys on Windows with PuTTYgen. We will also show you how to set up an SSH key-based authentication and...
WeiterlesenIn Robotics, one of the hardest problems is how to make your model transfer to the real world. Due to the sample inefficiency of deep RL...
WeiterlesenRegularly updating your CentOS system is one of the most important aspects of overall system security. In this tutorial we will go through the process of...
WeiterlesenWhen 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...
WeiterlesenThis article provides instructions on how to flush your DNS cache on different operating systems and web browsers.
WeiterlesenThere are several commands for copying files in Linux, with cp and rsync being the most widely used tools.
WeiterlesenMemcached 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...
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...
WeiterlesenTensorFlow 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...
WeiterlesenElasticsearch 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...
WeiterlesenApache Cassandra is a free and open-source NoSQL database with no single point of failure. This tutorial guides you through the process of installing Apache Cassandra...
WeiterlesenGogs is a self-hosted open-source git server written in Go. It includes a repository file editor, project issue tracking, and a built-in wiki. This tutorial covers...
WeiterlesenSome few weeks ago I posted a tweet on “the most common neural net mistakes”, listing a few common gotchas related to training neural nets. The...
WeiterlesenThe cd (change directory) command is used to change the current working directory in Linux and other Unix-like operating systems.
WeiterlesenexFAT (Extended File Allocation Table) is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. In this...
WeiterlesenThe head command prints the first lines (10 lines by default) of one or more files or piped data to standard output.
WeiterlesenNginx 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,...
WeiterlesenThis tutorial describes how to delete (or drop) a MySQL or MariaDB database through the command line.
WeiterlesenTor Browser routes your web traffic through the Tor network, making it private and anonymous. In this tutorial, we’ll explain how to install Tor web browser...
WeiterlesenA self-signed SSL certificate is a certificate that is signed by the person who created it rather than a trusted certificate authority. This article explains how...
WeiterlesenThe echo command is one of the most basic and frequently used commands in Linux. The arguments passed to echo are printed to the standard output.
WeiterlesenThe current working directory is the directory in which the user is currently working in. In this article, we will show you how to determine your...
WeiterlesenThe 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...
WeiterlesenOpera is one of the most popular cross-platform web browsers in the world. In this tutorial we’ll explain how to install Opera web browser on Ubuntu...
WeiterlesenRPM is a packaging system used by Red Hat and its derivatives such as CentOS and Fedora. In this tutorial, we will show you two methods...
WeiterlesenVLC is one of the most popular open-source multimedia players. It is cross-platform and can play virtually all multimedia files as well as DVDs, Audio CDs...
WeiterlesenApache 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...
WeiterlesenIn Linux and Unix based systems environment variables are a set of dynamic named values, stored within the system that are used by applications launched in...
WeiterlesenThe hosts file is used to map domain names (hostnames) to IP addresses. It is a plain-text file used by all operating systems. In this article,...
WeiterlesenWhat we’d like to find out about GANs that we don’t know yet.
WeiterlesenWine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating systems such as Linux, FreeBSD, and macOS. This tutorial explains...
WeiterlesenIf 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...
WeiterlesenCut 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.
WeiterlesenPostman 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...
WeiterlesenThis article shows how to check what Linux distribution and version is installed on your system using the command line.
WeiterlesenThe du command displays the amount of file space used by the specified files or directories.
WeiterlesenCurl is a command line tool that allows you to transfer data from or to a remote server. In this tutorial, we will show you how...
WeiterlesenHow to turn a collection of small building blocks into a versatile tool for solving regression problems.
WeiterlesenJoomla is one of the most popular open-source content management systems that powers hundreds of thousands of websites. In this tutorial we will explain how to...
WeiterlesenMinecraft is one of the most popular games of all time. It is a sandbox video game about building various structures and going on adventures. This...
WeiterlesenMySQL replication is a process that allows data from one database server to be automatically copied to one or more servers. This tutorial covers a basic...
WeiterlesenElasticsearch 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...
WeiterlesenBig 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...
WeiterlesenHave 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...
WeiterlesenPython is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for...
WeiterlesenTensorFlow is a free and open-source platform for machine learning built by Google. This tutorial describes how to install TensorFlow on Ubuntu 18.04.
WeiterlesenInspecting gradient magnitudes in context can be a powerful tool to see when recurrent units use short-term or long-term contextual understanding.
WeiterlesenApache 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...
WeiterlesenPrestaShop is a free and open-source e-commerce platform. It is based on PHP and MySQL and can be extended with free and premium plugins and themes....
WeiterlesenIn this tutorial we’ll explain how to set up static IP address on Ubuntu 18.04. Setting a static IP address on your Ubuntu machine may be...
WeiterlesenString 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...
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 Linux you can delete a user account and all its associated files using the userdel command. This tutorial explains the userdel command and its options.
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...
WeiterlesenThis tutorial will show you how to Zip (compress) files and directories in Linux using the zip command.
WeiterlesenBy default, SSH listens on port 22. Changing the default SSH port adds an extra layer of security to your server by reducing the risk of...
WeiterlesenWildFly, formerly known as JBoss is a cross-platform open-source application runtime written in Java that helps you build amazing applications. In this tutorial we’ll walk you...
WeiterlesenDrupal 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[Updated on 2019-05-27: add the section on Lottery Ticket Hypothesis.] If you are like me, entering into the field of deep learning with experience in traditional...
WeiterlesenAlien is a tool that allows you to install an RPM file on Ubuntu or to convert an RPM package file into a Debian package file.
WeiterlesenIn Bash you can use the test command to check whether a file exist and determine the type of the file.
WeiterlesenUsing the correct timezone is important for many systems related tasks and processes. The system’s timezone is set during the installation, but it can be easily...
WeiterlesenKnowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will show you how...
WeiterlesenRegularly updating your Ubuntu system is one of the most important aspects of overall system security. In this tutorial, we will walk through how to install...
WeiterlesenCouchDB 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...
WeiterlesenPlex is a streaming media server that lets you organize your video, music, and photo collections and stream them to all of your devices at any...
WeiterlesenBy 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...
WeiterlesenIn Ubuntu Linux the root user account is disabled by default for security reasons. Ubuntu users are encouraged to perform system administrative tasks by granting administrative...
WeiterlesenIn 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.
WeiterlesenElasticsearch is an open-source distributed full-text search and analytics engine. It supports RESTful operations and allows you to store, search, and analyze big volumes of data...
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...
WeiterlesenThis 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...
WeiterlesenWildFly, 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...
WeiterlesenThis tutorial will cover the basics of the Bash case statement and show you how to use it in your shell scripts.
WeiterlesenIn this tutorial we will show how to install Samba on CentOS 7 and configure it as a standalone server to provide file sharing across different...
Weiterlesenls command lists files and directories within the filesystem, displaying detailed information about them.
WeiterlesenOpenCart is a free and open-source PHP e-commerce platform. In this tutorial, we will show you how to install OpenCart on Ubuntu 18.04 server.
WeiterlesenKnowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will explain how to...
WeiterlesenThe EPEL (Extra Packages for Enterprise Linux) repository provides additional software packages that are not included in the standard Red Hat and CentOS repositories. In this...
WeiterlesenAndroid Studio is a full-featured cross-platform IDE that helps you build applications on every type of Android device. This tutorial explains how to install Android Studio...
WeiterlesenVagrant 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.
WeiterlesenWith Rsync you can mirror data, create incremental backups and copy files between systems. When copying data, you may want to exclude one or more files...
WeiterlesenIf we want to train AI to do what humans want, we need to study humans.
WeiterlesenNetbeans 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...
WeiterlesenA recurring discussion in Overwatch (as well as other online games) is whether or not women are treated differently from men. If you do a quick...
WeiterlesenApache Cassandra is a free and open-source NoSQL database with no single point of failure. In this tutorial we will show you how to install Apache...
WeiterlesenWildFly, formerly known as JBoss is a cross-platform open-source application runtime written in Java that helps you build amazing applications. This tutorial will show you how...
WeiterlesenWhen we started Discourse in 2013, our server requirements were high: 1GB RAM modern, fast dual core CPU speedy solid state drive with 20+ GB I’m not talking...
Weiterlesentar.gz file is a Tar archive compressed with Gzip. To extract a tar.gz file, use the tar -xf command followed by the archive name.
WeiterlesenIn this tutorial, we will show you how to create a bootable Ubuntu USB stick from the Linux terminal.
WeiterlesenVMware is a mature and stable virtualization solution that allows you to run multiple, isolated operating systems on a single machine. This tutorial will show you...
WeiterlesenIn this tutorial, we will show you how to list and filter installed packages on CentOS. Knowing how to list installed packages on your CentOS system...
WeiterlesenThe ping command is one of the most used tools for troubleshooting, testing, and diagnosing network connectivity issues.
WeiterlesenIn 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...
WeiterlesenNagios is a popular open-source monitoring software. This tutorial explains how to install and configure the latest version of Nagios Core on Debian 9.
WeiterlesenHow much space do I have left on my hard drive? On Linux based systems, you can use the df command to get a detailed report...
WeiterlesenFFmpeg is a free and open-source command-line tool for transcoding multimedia files. This tutorial explains how to install FFmpeg on Debian 9.
WeiterlesenTeamViewer 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...
WeiterlesenOn CentOS, the system’s timezone is set during the install, but it can be easily changed at a later time. This tutorial explains how to set...
WeiterlesenSteam 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...
WeiterlesenThis tutorial explains how to install IntelliJ IDEA on Ubuntu 18.04. IntelliJ IDEA is a full-featured IDE for JVM and Android Development.
WeiterlesenThis 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...
WeiterlesenThis tutorial will walk you through the process of creating a bootable CentOS USB stick on Windows.
WeiterlesenOpenCV 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[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...
WeiterlesenIn this tutorial, we will explain how to use the Certbot tool to obtain a free SSL certificate for Nginx on Debian 9. We’ll also show...
WeiterlesenKnowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will show you how...
WeiterlesenZabbix is a mature open-source software for monitoring networks and applications. This tutorial explains how to install and configure the latest version of Zabbix 4.0 on...
WeiterlesenThis tutorial explains how to install Samba on Ubuntu 18.04 and configure it as a standalone server to provide file sharing across different operating systems over...
WeiterlesenThis guide covers how to delete local and remote Git branches. Branches are part of the everyday development process and one of the most powerful features...
WeiterlesenIn this tutorial we will show you how to install Skype on Ubuntu 18.04. Skype is one of the most popular communication applications in the world.
WeiterlesenIn 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...
WeiterlesenOn Ubuntu, the system’s timezone is set during the install, but it can be easily changed at later time. This tutorial demonstrates how to set or...
WeiterlesenIn this tutorial we will show you how to disable the UFW firewall on Ubuntu 18.04 systems. It is highly recommended to keep the firewall enabled....
WeiterlesenIt’s always a good idea to update your password on a regular basis and use a unique password for each account. This tutorial describes how to...
WeiterlesenIn Linux systems, you can create new directories either from the command line or with the help of your desktop’s file manager. The command that allows...
WeiterlesenIn this tutorial, we’ll go through the steps necessary to install and configure Minecraft Server on CentOS 7. We’ll use systemd to run the Minecraft server...
WeiterlesenIn this tutorial we will explain how to install WordPress on CentOS 7. WordPress is by far the most popular open-source blogging and CMS platform worldwide.
WeiterlesenVisual Studio Code is a free and open-source cross-platform powerful code editor developed by Microsoft. This tutorial explains how to install Visual Studio Code editor on...
WeiterlesenRedmine is one of the most popular open-source project management and issue tracking software tools. This tutorial covers the steps needed to install and configure Redmine...
WeiterlesenA 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...
WeiterlesenFFmpeg is a free and open-source collection of tools for handling multimedia files. This tutorial walks you through installing FFmpeg on CentOS 7.
WeiterlesenThe 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...
WeiterlesenIn this guide, we’ll explain how to list and filter installed packages on Debian. We will also show you how to check whether a specific package...
WeiterlesenPython 3.7 is the latest major release of the Python language. This tutorial describes two ways of installing Python 3.7 on Ubuntu 18.04.
WeiterlesenGoogle Chrome is the most popular web browser in the world. It is fast, intuitive, and secure browser built for the modern web. In this tutorial,...
WeiterlesenThis tutorial explains how to find the largest files and directories in Linux systems using find and du commands.
WeiterlesenThis tutorial covers how to install the latest VirtualBox 6.0 on Debian 9. VirtualBox is an open-source cross-platform virtualization software which allows you to run multiple...
WeiterlesenOpenSSH 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...
WeiterlesenIn this tutorial, we’ll show several different commands on how to check what version of Debian Linux is installed on your system.
WeiterlesenThis tutorial will walk you through the process of creating a bootable Ubuntu USB stick on Windows.
WeiterlesenSpotify is a digital music streaming service that gives you instant access to millions of songs, from old classics to the latest hits. In this tutorial...
WeiterlesenownCloud is an open-source, self-hosted file sync and file share platform. In this tutorial we’ll show you how to install and configure ownCloud with Apache on...
WeiterlesenWebmin is an open-source web control panel for administration of Linux servers. This tutorial explains how to install Webmin on Debian Linux 9.
WeiterlesenZabbix is a full-featured open-source monitoring software. This tutorial describes how to install and configure the latest version of Zabbix 4.0 on a CentOS 7 server.
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.
WeiterlesenSwap is a space on a disk that is used when the amount of physical RAM memory is full. This tutorial outlines the steps necessary to...
WeiterlesenThis tutorial covers the installation and configuration the latest version of Minecraft Server on Ubuntu 18.04. We’ll use systemd to run the Minecraft server and the...
WeiterlesenIn Part 3, we have reviewed models in the R-CNN family. All of them are region-based object detection algorithms. They can achieve high accuracy but could...
WeiterlesenSublime Text is a proprietary cross-platform versatile text and source code editor for web and software development. It is very fast and it comes with lots...
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 CentOS machines is...
WeiterlesenVMware Workstation Player is a mature and stable virtualization solution that allows you to run multiple, isolated operating systems on a single machine. This tutorial will...
WeiterlesenWordPress is by far the most popular open-source blogging and CMS platform that powers over a quarter of world’s websites. In this tutorial we will show...
WeiterlesenYou created a new branch, pushed the changes to the remote repository and realized that your branch name was incorrect. This guide explains how to rename...
WeiterlesenThe 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...
WeiterlesenBash 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...
WeiterlesenRenaming files is one of the most basic tasks you often need to perform on a Linux system. In this tutorial, we will show you how...
WeiterlesenKodi (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...
WeiterlesenCron 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...
WeiterlesenThe 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...
WeiterlesenLaravel is an open-source PHP web application framework with expressive, elegant syntax. In this tutorial we will show you how to install Laravel on an Ubuntu...
WeiterlesenApache Maven is an open-source project management and comprehension tool used primarily for Java projects. In this tutorial we will show you two different ways to...
WeiterlesenSwap is a space on a disk that is used when the amount of physical RAM memory is full. This tutorial explains how to add a...
WeiterlesenMagento 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...
WeiterlesenIn Linux, you can create a user account and assign the user to different groups using the useradd command.
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...
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...
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,...
WeiterlesenRedmine is one of the most popular open-source project management and issue tracking software tools. This tutorial describes how to install and configure the latest version...
WeiterlesenWebmin 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.
WeiterlesenRedis is an open-source in-memory key-value data store. It can be used as a database, cache and message broker and supports various data structures such as...
WeiterlesenThe chown command allows you to change the user and/or group ownership of a given file, directory, or symbolic link. This tutorial will show you how...
WeiterlesenTeamViewer 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...
WeiterlesenThis tutorial will show you how to install Apache Tomcat 9.0 on Debian 9 and configure the Tomcat web management interface.
WeiterlesenGradle 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...
WeiterlesenDjango 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[Updated on 2019-10-01: thanks to Tianhao, we have this post translated in Chinese!]
WeiterlesenZabbix is one of the most popular open-source monitoring software tools. This tutorial describes how to install and configure the latest version of Zabbix 4.0 on...
WeiterlesenSwap is a space on a disk that is used when the amount of physical RAM memory is full. This tutorial covers the steps necessary to...
WeiterlesenIn this tutorial we will show you how to install WordPress on a CentOS 7 machine. WordPress is by far the most popular open-source blogging and...
Weiterlesen