Linux Tutorials on the topic “ubuntu”
-
How to Install Mono .NET Framework on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Mar 15, 2024Mono is an open-source implementation of the .NET framework and compatible software framework for building cross-platform applications. It's based on C# and Common Language Runtime, it also supports multiple platforms, including Linux, Windows, macOS, and embedded devices.
-
How to Install and Use NVM (Node Version Manager) on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0 • Updated: Jan 26, 2024NVM, also called "Node Version Manager" is used for installing and managing multiple Node.js versions in Linux. It provides a command line utility that helps developers to install multiple Node versions and switch between multiple versions as per their project requirements.
-
How to Install Consul Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Jan 26, 2024Consul is a modern platform for service discovery that allows you to register services via DNS and HTTP interface. It also offers a Service mesh feature that enables secure connections via TLS and provides authorization between services.
-
-
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 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 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.
-
How to Install Latest MariaDB Database on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, ubuntu • Comments: 0 • Updated: Jan 18, 2024MariaDB is a free, open-source, and fork of the popular MySQL database system. It is a widely used relational database management system and used as a MySQL replacement by many Linux distributions. In this tutorial, we will show you how to install MariaDB 10.8 on Ubuntu 22.04 server.
-
How to Install WordPress with Nginx and Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Updated: Jan 12, 2024WordPress CMS is a free, open-source content management system that allows users to create and manage websites easily. It's known for its flexibility, user-friendly interface, and vast plugin and theme library, making it ideal for both beginners and professionals.
-
How to Install Cockpit Web Console on Ubuntu 22.04
Author: Hitesh Jethva • Tags: control panels, linux, server, ubuntu • Comments: 0 • Updated: Jan 09, 2024Cockpit is a free and open-source server management console that makes it easy to administer your Linux servers via a web browser. In this tutorial, we will show you how to install and use Cockpit on Ubuntu 22.04.