Linux Tutorials on the topic “ubuntu”
-
How to Install Laravel with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, php, ubuntu, web server • Comments: 0 • Published: Feb 21, 2023Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. This guide will use Docker Compose to containerize a Laravel application for development.
-
How to Install and Configure GlusterFS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: high-availability, linux, ubuntu • Comments: 0 • Published: Feb 21, 2023GlusterFS is a free, open-source and software-defined distributed storage developed by Gluster Inc, and then by Redhat. It provides interfaces for object, block, and file storage and is used for high data-intensive workloads such as cloud storage, CDN, and media streaming.
-
How to Install Elastic Stack on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Feb 20, 2023Elastic Stack (Formerly ELK Stack) is a group of open-source software created by Elastic for collecting data from multiple sources. It allows you to collect, store, process, analyze, and visualize data from various sources in any formats to the centralized Elastic Stack platform.
-
-
How to Install Nginx with Brotli Compression on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu • Comments: 0 • Published: Feb 20, 2023Brotli is an open-source compression algorithm created by Google. It can be used as an alternative to Gzip, Zopfli, and Deflate. This tutorial will show you how to install Brotli with Nginx on Ubuntu 20.04 server.
-
How to Add a Swap File On Ubuntu
Author: howtoforge • Tags: linux, ubuntu • Comments: 4 • Updated: Feb 20, 2023A swap file enables an operating system (OS) to utilize hard disk space to simulate additional memory. Effectively, as the system goes on the low-memory mode, it swaps a certain section of the RAM that an idle program may be using onto the hard disk to release memory capacity for other vital programs. Subsequently, when the user returns to the swapped out program, it swaps places with another program in RAM. This intelligent mix of RAM and swap files is commonly referred to as virtual memory, and its use allows the system to run a far greater number of programs than possible using only the built-in RAM.
-
How to Install BookStack with Nginx on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4 • Published: Feb 17, 2023BookStack is a self-hosted, open-source, easy-to-use platform for organizing and storing information. This tutorial will teach you how to install BookStack on a Ubuntu 20.04-based server.
-
How to Install XWiki on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0 • Published: Feb 17, 2023XWiki is a free and open-source wiki software written in Java and runs on Tomcat. This tutorial will show you how to install XWiki on Ubuntu 22.04 server.
-
How to Install and Use iostat on Ubuntu
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Feb 17, 2023iostat, also known as input/output statistics, is a popular Linux system monitoring tool that can be used to collect statistics of input and output devices. It allows users to identify performance issues of local disk, remote disk, and system information. This tutorial will teach us how to install and use iostat on Ubuntu.
-
How to Open Files in Default Desktop Application from Command-Line on Ubuntu
Author: Himanshu Arora • Tags: linux, shell, ubuntu • Comments: 6 • Published: Feb 17, 2023What do you do when you want to open a PDF file in Ubuntu? Simple, double click on the PDF file icon, or right-click and select the "Open with Document Viewer" option. But what if you're asked to do the same task through the command line? Do you know the command line utility that will do the job for you? However, you'll be glad to know that there's way through which you can launch Evince for a PDF file, even if you don't know the fact that a command line utility of that name exists, and that's what we'll be discussing in this article.
-
How to Install Spotify on Ubuntu
Author: Hitesh Jethva • Tags: desktop, linux, ubuntu • Comments: 3 • Updated: Feb 16, 2023
Spotify is a Swedish entertainment company founded by Daniel Ek and Martin Lorentzon that gives you instant access to millions of songs from old favorites to the latest hits. In this tutorial, we will explain how to install Spotify on Ubuntu 22.04 LTS (Bionic Beaver).