Linux Tutorials on the topic “Linux”
-
How to Install Memcached on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Memcached is a free and open-source memory object caching systems that can be used to speed up your applications by temporarily storing information in memory. In this tutorial, we will explain how to install Memcached on Ubuntu 18.04 server.
-
How to Install Kanboard Project Management Software on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 2Kanboard is a free, open-source and self-hosted project management software that can be used to manage projects using Kanban methodology. You can visualize the work-flow, limiting work in progress and work efficiently from the Kanboard web interface.
-
How to Install and Configure OpenLiteSpeed Web Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql, php, web server • Comments: 2OpenLiteSpeed is a free, open-source and lightweight HTTP server developed by LiteSpeed Technologies. In this tutorial, we will show you how to install OpenLiteSpeed with MariaDB and PHP on Debian 10 server.
-
-
The Linux tar Command Explained
Author: howtoforge • Tags: linux, shell • Comments: 5The Linux tar command is the swiss army of the Linux admin when it comes to archiving or distributing files. Gnu Tar archives can contain multiple files and directories, file permissions can be preserved and it supports multiple compression formats. The name tar stands for "Tape Archiver", the format is an official POSIX standard.
-
How to Install Cezerin eCommerce platform on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0Cezerin is a free, open-source, React and Node.js based eCommerce platform that can be used for creating a Progressive Web Apps. In this tutorial, we will explain how to install Cezerin on Ubuntu 18.04 LTS.
-
Linux uptime Command Explained for Beginners with Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 2If you are a Linux newbie, and have interest in system administration, or you want to become a power user, then you need to have a solid knowledge of the command line. In this article, we will discuss the basics of the uptime command using some easy to understand examples.
-
How to Install FlintCMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0FlintCMS is a free, open source and content-focused Node.js Content Management System that can be used to develop simple websites and blogs. In this tutorial, we will explain how to install FlintCMS on Ubuntu 18.04 server.
-
How to Install WonderCMS on Fedora 30
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 1WonderCMS is a free and open source flat file CMS, aimed to be extremely small, light and simple. In this tutorial, we will go through the WonderCMS installation and setup on Fedora 30 system by using Nginx as a web server, and optionally you can secure the transport layer by using Acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Monitor Log Files with Graylog2 on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, monitoring • Comments: 5Graylog is a free and open source log management tool based on Java, Elasticsearch and MongoDB that can be used to collect, index and analyze any server log from centralized location. You can easily monitor the SSH logins and unusual activity for debugging applications and logs using Graylog.
-
How to install Apache, PHP 7.3 and MySQL on CentOS 7.6
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 22This tutorial shows how to install an Apache web server on a CentOS 7 server with PHP (mod_php with PHP 5.4, 7.0, 7.1, 7.2 or 7.3) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.