today's howtos
-
Bryce Wray ☛ It’s tri-state switch time
Last June, I explained how, based on code by Salma Alam-Naylor, I’d added a light/dark mode toggle to this site. Today, I once again acknowledge other, smarter folks as I turn that toggle into a tri-state switch that allows you to view this site in light mode, dark mode, or your default mode.
-
University of Toronto ☛ Desktop PC motherboards and the costs of extra features
Processors (CPUs) and motherboard chipsets only have so many PCIe lanes in total, partly because supporting more PCIe lanes is one of those product features that both Intel and AMD use to segment the market. This matters because days, almost everything built into a PC motherboard is actually implemented as a PCIe device, which means that it normally consumes some number of those PCIe lanes. The more built in devices your motherboard has, the more PCIe lanes they consume out of the total ones available, which can cut down on other built in devices and also on connectivity you want, such as NVMe drives and physical PCIe card slots. Physical PCIe slots can already have peculiar limitations on which ones can be used together, which has the effect of reducing the total PCIe lanes they consume, but you generally can't play very many of these games with built in hardware.
-
TecMint ☛ How to Create Clones and Templates of Virtual Machines in Proxmox
Take a look at our earlier tutorials on Proxmox.
-
Red Hat Official ☛ GitOps quality of life tips
Similarly, there are a variety of QoL tips that can improve the experience of developers and operators when interacting with Red Hat OpenShift GitOps. This blog looks at a few of my favorites.
-
Fedora Magazine ☛ Fedora Magazine: OKD on Fedora Workstation with CRC
This article will guide you through setting up a single-node OKD cluster on your own Fedora GNU/Linux system. OKD is the community distribution of Kubernetes. This will be done using CRC, also known as “OpenShift Local”. It will also explore how OKD works under the hood and install an application via the web console.
-
idroot
-
ID Root ☛ How To Install Sublime Text on openSUSE
In this tutorial, we will show you how to install Sublime Text on openSUSE. Sublime Text is a sophisticated text editor for code, markup, and prose. It’s loved by developers worldwide for its slick user interface, extraordinary features, and amazing performance.
-
ID Root ☛ How To Install R and Rstudio on Rocky GNU/Linux 9
In this tutorial, we will show you how to install R and Rstudio on Rocky GNU/Linux 9. R and RStudio are powerful tools in the realm of data analysis and visualization. R, a programming language, and RStudio, an integrated development environment (IDE) for R, are widely used by statisticians, data scientists, and researchers.
-
ID Root ☛ How To Install Uptime Kuma on Debian 12
In this tutorial, we will show you how to install Uptime Kuma on Debian 12. In the realm of system administration, monitoring tools are indispensable. They provide crucial insights into the performance and health of your services, enabling you to detect and resolve issues promptly.
-
ID Root ☛ How to Add Repository on Debian Linux
Debian Linux, a robust and reliable operating system, is renowned for its extensive software repositories. These repositories are the heart of Debian, housing thousands of packages that provide users with a wide array of applications, libraries, and tools.
-
-
HowTo Forge ☛ How to Install Jellyfin Media Server on Ubuntu 22.04
Jellyfin 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.
-
HowTo Forge ☛ How to Install DokuWiki on Debian 12
DokuWiki 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.
-
LinuxConfig ☛ How to dual boot multiple OS’s with Raspberry Pi
-
LinuxConfig ☛ How to Install and Secure MariaDB on Ubuntu 24.04
-
Own HowTo ☛ How to install Nginx in Ubuntu 22.04
In this tutorial, you will learn how to install Nginx in Ubuntu 22.04.
Nginx is a free and open source web server, that allows you to do a lot more than just serving content on your website.
-
Cloudbooklet ☛ How to Install PHP 8.3 on Ubuntu 22.04
An easy and efficient way to install PHP 8.3 on your Ubuntu 22.04. You will also learn to upgrade, configure it for Apache and Nginx
-
LinuxTuto ☛ How to Configure Odoo with Apache as Reverse Proxy on Debian 12
Odoo is an open-source suite of integrated business applications that includes various modules for different business needs.
-
ZDNet ☛ How to search for files in GNU/Linux from the command line
If you have trouble finding files in your GNU/Linux distribution, there's a built-in command line tool that makes your job much easier.
-
TecMint ☛ 3 Tools to Monitor and Debug Disk I/O Performance in Linux
In this guide, we will discuss the best tools for monitoring and debugging disk I/O activity (performance) on GNU/Linux servers.