Linux Tutorials on the topic “linux”
-
How to Add a Swap File On Ubuntu
Author: Till Brehm • Tags: linux, ubuntu • Comments: 4 • Updated: Jan 26, 2024A swap file in Ubuntu is a dedicated file on the hard drive used as virtual memory when RAM is full, enhancing system performance by providing additional space for temporarily storing data that is not actively used by the CPU.
-
How to change the Swappiness of your Linux system
Author: Bill Toulas • Tags: arch linux, centos, debian, fedora, kernel, linux, mandriva, opensuse, pclinuxos, raspbian, suse, ubuntu • Comments: 21 • Updated: Jan 26, 2024Swappiness is the kernel parameter that defines how much (and how often) your Linux kernel will copy RAM contents to swap. This parameter's default value is “60” and it can take anything from “0” to “100”. The higher the value of the swappiness parameter, the more aggressively your kernel will swap.
-
How to Create a New Branch in GIT
Author: Till Brehm • Tags: linux, programming • Comments: 0 • Published: Jan 24, 2024Git is a distributed version control system used for tracking changes in source code during software development. It supports collaboration, allowing multiple developers to work on different parts of a project simultaneously. Git is known for its speed, data integrity, and support for non-linear workflows.
-
-
How to Install DokuWiki on Debian 12
Author: Arvid L • Tags: apache, debian, linux, server, web server • Comments: 0 • Published: Jan 22, 2024DokuWiki is a simple, versatile open-source wiki software that doesn't require a database. It's known for its ease of maintenance, readability, and user management, making it ideal for creating and managing documentation in corporate or collaborative environments.
-
How to Install Jellyfin Media Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Jan 22, 2024Jellyfin is a free, open-source media server software, enabling users to host and manage personal media libraries, stream content across devices, and provide access to others. It's an alternative to proprietary media servers, offering extensive customization and privacy control.
-
How to build a Self-hosted environment on Linux with Proxmox
Author: Bouke Jasper Henstra • Tags: linux, server • Comments: 0 • Published: Jan 20, 2024In this article, we delve into the practicalities of establishing an affordable self-hosted environment tailored for home labs, home offices, and small to medium-sized enterprises. Prioritizing a lean approach that minimizes both effort and cost, our goal is to navigate complexities within a reasonable timeframe.
-
How to Install Apache Tomcat with Nginx Reverse Proxy on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 19, 2024Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java. In the following guide, we'll show you the installation of Apache Tomcat with Nginx as a reverse proxy on the AlmaLinux 9 server.
-
How to Install CSF (Config Server Firewall) on Debian 12
Author: Arvid L • Tags: debian, linux, security, server • Comments: 1 • Published: Jan 19, 2024CSF or Config Server Firewall is a Stateful Packet Inspection (SPI) firewall based on IPtables and Perl. it provides a daemon process that will monitor your services for failure authentication.
-
The Linux read Command
Author: howtoforge • Tags: linux, shell • Comments: 0 • Published: Jan 19, 2024The read command in Bash reads a line from the standard input and splits it into fields.
-
How to Setup APT Proxy on Ubuntu 24.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 2 • Updated: Jan 18, 2024A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 24.04 Server and Desktop system.