today's howtos
-
University of Toronto ☛ How we monitor that our wireless network is still there in places
If you're a certain sort of person, you're now enthused about the idea of building your own little Linux-based wifi monitoring computers, using one of a number of basic single-board computers with built in wifi, no doubt put in a 3D printed case, and probably powered over USB (from a cheap USB wall charger). We looked at this briefly and concluded that we were not enthused. We didn't have anyone who actively wanted to build such units and we suspected that they'd be surprisingly costly and wouldn't necessarily be as reliable and trustworthy as we wanted them to be. So we picked another option, namely wifi-controlled power plugs that were designed for home automation.
-
LinuxTechi ☛ How to Use Variables in Terraform Code with Examples
In this tutorial, we will explain how to use variables in Terraform code with examples. Hard-coding values in Terraform’s main configuration file is not a good idea since this prevents the re-usability of Terraform configuration files.
-
TecMint ☛ How to Create Containers in Proxmox
In the previous lectures, we learned how to install Proxmox on Debian and also how to create virtual machines.
-
LinuxConfig ☛ Bash Scripting: How to Zip All Files in a Directory
-
TecMint ☛ How to Create a Desktop Launchers in Linux
Linux desktop environments provide users with a flexible and customizable workspace.
-
How to Install ClickHouse on Debian 12 or 11 Linux
ClickHouse is an open-source columnar database management system that allows for real-time data analysis and uses SQL queries. Installing it on Debian can enhance your data processing capabilities. It is developed by Yandex, a popular technology company for online analytical processing (OLAP).
-
How to Install Jupyter Notebook on Debian 12 Bookworm
Jupyter Notebook is an incredibly powerful tool for developers and data scientists, offering a user-friendly interface to work with code, visualizations, and text. The project is a non-profit initiative that aims to develop and provide open-source software and open standards for interactive work.
-
FOSSLinux ☛ How to smoothly checkout a remote Git branch
This article provides a step-by-step guide on how to smoothly switch to a remote branch in Git. It covers everything from fetching the latest updates to checking out remote branches, aimed at helping developers maintain an efficient and error-free workflow in their version control practices.
-
Own HowTo ☛ How to install Flatpak on Arch Linux
In this tutorial, you will learn how to install Flatpak on Arch Linux.
Flatpak allows you install and run many applications in Arch Linux, and in any linux distro where Flatpak is installed.
-
idroot
-
ID Root ☛ How To Add Swap Space on Rocky GNU/Linux 9
In this tutorial, we will show you how to add swap space on Rocky GNU/Linux 9. Before we dive into the process of adding swap space, it’s crucial to understand what it is and why it’s important.
-
ID Root ☛ How To Install Python on AlmaLinux 9
In this tutorial, we will show you how to install Python on AlmaLinux 9. Python 3.12 is the latest major release of the Python programming language. It comes with several new features, optimizations, and library improvements.
-
ID Root ☛ How To Install Ruby on Rails on openSUSE
In this tutorial, we will show you how to install Ruby on Rails on openSUSE. In the realm of web development, Ruby on Rails stands as a beacon of efficiency and simplicity. This robust web application framework, often referred to simply as Rails, is written in the Ruby programming language.
-
ID Root ☛ Wget Command in GNU/Linux with Examples
wget is a powerful, free utility available in the Unix world. It is a command-line tool used for downloading files from the web. wget supports downloading via HTTP, HTTPS, and FTP protocols, the most popular TCP/IP-based protocols used for web browsing and file transfer on the internet.
-