Linux Tutorials on the topic “Linux”
-
How to Install XAMPP on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: apache, linux, mysql, php, server, ubuntu, web server • Comments: 1XAMPP is a cross-platform development environment consisting of Apache, MariaDB, PHP, and Perl. In this guide, we will see how to install XAMPP on Ubuntu 20.04 LTS.
-
How to Install Ampache Music Streaming Server on Fedora 33
Author: Navjot Singh • Tags: fedora, linux, web server • Comments: 0Ampache is an open-source web-based personal audio streaming application written in PHP. This tutorial will cover how to install the Ampache application on a Fedora 33 based server and how to upload music to it for streaming.
-
How to add and remove Cronjobs from Linux EC2 instances on AWS using shell scripts
Author: Rahul Shivalkar • Tags: cloud, linux, shell, ubuntu • Comments: 0Manual operations lead to human errors. Adding and removing Cronjobs frequently can be a very time-consuming task. In this article, we will create Shell scripts that automate the addition and deletion of Cronjobs from Ubuntu EC2 instances on AWS.
-
-
How to Install SQLite and SQLite Browser on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: linux, server, ubuntu • Comments: 0Sqlite is a lightweight but feature-rich database management system that is widely used in embedded systems like mobile devices. In this guide, we will see how to install SQLite and SQLite Browser on an Ubuntu 20.04 system.
-
How to Install Guider Linux Performance Analyzer on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Guider is an open-source performance analyzing tool for Linux operating systems. In this tutorial, I will show you how to install and use Guider on Ubuntu 20.04.
-
How to display GUI dialogs in bash script using Zenity
Author: sohan patel • Tags: centos, debian, linux, programming, shell, ubuntu • Comments: 2Zenity is an open-source application for displaying simple GUI in shell scripts. It makes scripts more user-friendly by displaying GTK+ dialogs. In this article, we will show you how to use Zenity to display GUI dialogs in Bash scripts.
-
How to manage AWS EC2 instances using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0This guide will show you how to get started with managing your AWS virtual machine instances from the Linux command line using aws-cli.
-
How to Test Website Loading Speed in Linux
Author: Hitesh Jethva • Tags: linux, web server • Comments: 4The website loading speed or response time is very important for any webmaster because it will impact search engine rankings and user experience. In this tutorial, we will show you how to test website loading speed using the curl command in Linux.
-
How to Install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: apache, centos, linux, mysql, php, web server • Comments: 0PrestaShop is an open-source shopping cart written in the PHP used to create and manage your online business. In this post, we will show you how to install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8.
-
How to Install Angular CLI on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 0Angular is a popular open-source application development framework. It is highly extensible and used for developing mobile and web applications using TypeScript/JavaScript.