Linux Tutorials on the topic “linux”
-
How to Install Pydio Cells on Ubuntu 24.04 Server
Author: Arvid L • Tags: cloud, linux, server, ubuntu, web server • Comments: 1 • Published: Jul 17, 2024Pydio Cells is a self-hosted Document Sharing and Collaboration platform. In this guide, we'll walk you through the installation of Pydio Cells on the Ubuntu 24.04 server with the MariaDB database and Apache as a reverse proxy.
-
How to Install Nextcloud on Ubuntu 24.04 Server
Author: Arvid L • Tags: apache, linux, server, ubuntu, web server • Comments: 0 • Published: Jul 17, 2024Nextcloud is open-source software for public and private file storage. This tutorial teaches you how to install Nextcloud on an Ubuntu 24.04 server. You’ll install Nextcloud with the LAMP Stack and then secure Netxcloud with HTTPS through Certbot and Letsencrypt.
-
Linux sha1sum Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jul 09, 2024Linux command line offers several tools for checking and verifying a file's integrity. One such tool is sha1sum, which we will be discussing here in this tutorial using some easy to understand examples.
-
-
Compute CRC-Checksums on Linux with cksum Command
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Jul 09, 2024The cksum command in Linux is a utility that generates a CRC (Cyclic Redundancy Check) checksum and byte count for a given file. It is used to verify the integrity of files by comparing the checksum values before and after transmission or storage.
-
How to Install Flarum Community Software on Debian 12
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 1 • Published: Jul 08, 2024Flarum is an open-source discussion software that is the combined successor of esoTalk and FluxBB boards. In this tutorial, we will learn how to install Flarum Community Software on a server based on Debian 12.
-
How to Install Cachet Status Page on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Jul 08, 2024Cachet is an open-source status page system written in PHP. It allows you to monitor downtime and system failure on your infrastructure. In this tutorial, you’ll learn how to install and run Cachet on an Ubuntu 24.04 server with Docker.
-
Linux chattr Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Jul 08, 2024Often a Linux computer is used by different users. So there is a possibility that these users access a common group of files. This opens the door to problems like accidental deletion or editing of important files, which you as an administrator definitely don't want. Fortunately, there is a command called chattr that is designed for just such cases.
-
Guide to Set Up Remote Desktop (RDP) with Xrdp on Debian 12
Author: Arvid L • Tags: debian, desktop, linux • Comments: 0 • Published: Jul 05, 2024RDP, or Remote Desktop Protocol, enables you to access the graphical interface of another computer over a network. On Linux, you can utilize Xrdp to create an RDP Server. Xrdp is a free and open-source application server that implements the RDP protocol.
-
How to Install Matomo Web Analytics on Debian 12
Author: Arvid L • Tags: debian, linux, monitoring, server, web server • Comments: 0 • Published: Jul 05, 2024Matomo, formerly Piwik, is free and open-source web analytics software that can be used to track website visits and display reports for data and audience analysis.
-
How to Install CockroachDB Cluster on Ubuntu 24.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Jun 28, 2024CockroachDB is a highly resilient and scalable distributed SQL database designed to handle large-scale data workloads easily. In this guide, we’ll show you how to install the CockroachDB cluster on Ubuntu 24.04 servers.