Linux Tutorials on the topic “linux”
-
Download Files with Wget on the Linux Shell - Explanation and Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Are you a Linux newbie? Are you looking for a command line tool that can help you download files from the Web? If your answer to both these questions is yes, then you've come to the right place, as in this tutorial, we will discuss the basic usage of the WGET command line utility.
-
How to Install Django Python Framework on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, programming • Comments: 12Django is a free, open-source and high-level web framework used for developing Python Web Applications. In this tutorial, we will learn how to install Django and configure Nginx as a reverse proxy for Django on CentOS 8.
-
10 Practical Examples of Linux Cal/NCal command for Beginners
Author: Himanshu Arora • Tags: linux, shell • Comments: 4If you want to quickly view a calendar on terminal in Linux, then cal is the command line tool that you should be using. By default the command displays the current month in output.
-
-
How to set up OpenLDAP Client on Debian 10
Author: Muhammad Arul • Tags: debian, linux • Comments: 2In this tutorial, I will show you how to install and configure an OpenLDAP client using the Debian 10 Buster.
-
How to Install Jira Agile Project Management Tool on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 5Jira is an agile project management tool developed by Atlassian that can be used for issue tracking, project management and bug fixing. In this guide, I will explain how to install and configure Jira on CentOS 8.
-
How to run ONLYOFFICE integrated with Nextcloud on Cloudron
Author: Daria • Tags: cloud, linux • Comments: 0ONLYOFFICE is an open-source office suite distributed under GNU AGPL v3.0. In this tutorial, we’ll learn how to easily run ONLYOFFICE in combination with Nextcloud on a Cloudron instance.
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) on Fedora 31
Author: Navjot Singh • Tags: fedora, linux • Comments: 0In this guide, you will install a LEMP stack on a Fedora 31 based server. LEMP is an acronym for Linux, )Nginx server, MySQL (we will be using MariaDB), and PHP. We will also install PHPMyAdmin, Redis, and Opcache.
-
How to Enable Brotli Compression in Nginx on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 0Brotli is a generic-purpose lossless compression algorithm developed by Google. This tutorial will show you how to add Brotli support to the Nginx web server on CentOS 8 server.
-
Understanding the difference between sudo and su command on Linux
Author: Himanshu Arora • Tags: linux, shell, ubuntu • Comments: 5In this article, we will discuss in detail the 'su' command as well as how it differs from the 'sudo' command. The main work of the su command is to let you switch to some other user during a login session. In other words, the tool lets you assume the identity of some other user without having to logout and then login (as that user).
-
How to Install vsftpd FTP Server with SSL/TLS on CentOS 8
Author: Hitesh Jethva • Tags: centos, ftp, linux, server • Comments: 1FTP is a widely used protocol used for transferring files between server and client. In this tutorial, we will show you how to install VSFTPD on CentOS 8 server and secure it with SSL/TLS.