today's howtos
-
PC World ☛ How to test your internet speed
For Linux systems, there is the speedtest-cli tool, which tests the internet speed directly via the command line. It also uses the speedtest service from Ookla and outputs the download and upload speed. Installation under Ubuntu is as follows: [...]
-
[Old] Karl Bartel ☛ Adding Gemini Support With Just a Few Lines of Code
I don't want to write each block post twice, so I'd like to convert the existing posts (written in Markdown) to Gemtext automatically. Fortunately, there's md2gemini, which can handle the conversion process. Since Gemtext does not support inline links, the links in my posts have to be moved out of the paragraphs into separate lines. md2gemini offers multiple ways to that. Putting the links at the end of each paragraph and numbering the references inside the paragraph (like this [1]) seemed like the most readable way to me, so I chose that one.
-
[Old] John Goerzen ☛ Adventures Hosting My Site On Gemini | www.complete.org
Well, I finally decided: it is time to host this site in Gemini. As noted in How this site is built, it is written in org-mode using org-roam, is part of the Small Web, and thus is a perfect fit….. right?
I should begin with: I find Gemini to be really appealing. I can actually surf Geminispace as I did Gopherspace and the web decades ago. I don’t really surf the web anymore; I search the web for something specific, but the organic discovery of interesting corners is just lacking these days. So I’ve been enjoying Gemini. As one of the people that started preserving Gopher about 20 years ago, it fits right in with my interests.
And thus began quite the adventure.
-
[Old] Karl Bartel ☛ `make` as a Static Site Generator
Static site generators are in fashion for good reasons. The resulting pages are easy to host, fast and extremely low on maintenance while being sufficient for many use cases. As I learned when setting up my blog, writing a simple script myself is faster and more satisfying than learning one of the other site builders and customizing it to my needs. This time, I only need a plain site without automatically updated timestamps or an RSS-feed, so I can go even simpler than by blog script.
-
Setup Python 3.13 via pyenv along with system-wide 3.12.7 on ArchLinux KDE Plasma 6.2
Pyenv is a tool for managing multiple Python versions. Once pyenv is installed you can easily switch between one project that uses Python 3.13.0 and a system-wide default Python 3.12.7.
-
LinuxBuz ☛ Execute a Shell Script on a Remote Server with Ansible Script Module
Automating tasks across multiple servers can be efficiently handled using Ansible.
-
LinuxBuz ☛ Ansible Playbook Dry Run: How to Run Playbook in “Check Mode”
Check mode (–check) is a feature in Ansible that allows you to run playbooks without making any changes to the target systems.
-
Make Tech Easier ☛ Be More Efficient By Executing Multiple Commands in GNU/Linux Simultaneously
Let's explore how you can execute multiple commands simultaneously in your GNU/Linux terminal, saving time and effort.
-
How to install Tilda Terminal on Ubuntu GNU/Linux LTS
Tutorial to learn how to install Tilda Terminal in Ubuntu 24.04 Noble or 22.04 LTS GNU/Linux Jammy JellyFish to replace the default Gnome one. Tilda is another of the best free and open-source terminal applications to install and use in Ubuntu Linux.
-
idroot
-
ID Root ☛ How To Install Zabbix on Fedora 40
In today’s complex IT environments, monitoring the health and performance of your systems is crucial. Zabbix, an open-source monitoring solution, offers powerful features to keep track of your network, servers, and applications. This guide will walk you through the process of installing Zabbix on Fedora 40, providing you with a robust monitoring platform for your …
The post How To Install Zabbix on Fedora 40 appeared first on idroot.
-
ID Root ☛ How To Install ELK Stack on AlmaLinux 9
In today’s data-driven world, the ability to efficiently collect, process, and analyze large volumes of data is crucial for businesses and organizations. The ELK Stack, comprising Elasticsearch, Logstash, and Kibana, has emerged as a powerful solution for log management, data visualization, and real-time analytics.
-
ID Root ☛ How To Install sysPass Password Manager on Ubuntu 24.04 LTS
In today’s digital landscape, managing passwords securely is crucial for protecting sensitive information. sysPass, an open-source password management solution, offers a robust and user-friendly platform for individuals and organizations to store and manage their credentials safely.
-
ID Root ☛ How To Install OSSEC on Ubuntu 24.04 LTS
In today’s digital landscape, securing your systems against intrusions and malicious activities is paramount. OSSEC (Open Source Host-based Intrusion Detection System) stands out as a powerful tool in this regard. This article provides a detailed guide on how to install OSSEC on Ubuntu 24.04, offering you a robust security solution for your GNU/Linux environment.
-
ID Root ☛ How To Install HAProxy on Manjaro
In today’s digital landscape, where web applications and services face increasing demands, load balancing has become a crucial aspect of maintaining high availability and performance. HAProxy, a powerful and versatile load balancer, stands out as an excellent solution for distributing traffic across multiple servers.
-
ID Root ☛ How To Install FFmpeg on openSUSE
FFmpeg is a powerful multimedia framework that plays a crucial role in audio and video processing on GNU/Linux systems. As an open-source software, FFmpeg offers a wide range of functionalities for manipulating, converting, and streaming multimedia files.
-
ID Root ☛ How To Install Icinga on Fedora 40
Icinga is a powerful open-source monitoring tool that helps system administrators keep track of their IT infrastructure. With its ability to monitor hosts, services, and network components, Icinga ensures that you are always informed about the health of your systems.
-
-
How to install Hyper Terminal app on Ubuntu 24.04 or 22.04 LTS
Install the Hyper Terminal app on Ubuntu 24.4 Noble or 22.04 LTS Jammy GNU/Linux to replace your default Gnome terminal and gain more features and customization options. Hyper is an Electron-based Terminal emulator with several customization options.
-
How to Install Htop Viewer on Ubuntu 24.04 | 22.04 LTS
Top is free and open-source software that helps the user view the running process and monitor system resource consumption. Here, we learn the commands to install Top Viewer on Ubuntu 24.04, 22.04, or 20.04 LTS Focal Fossa.
-
How to install Deepin Terminal on Ubuntu 24.04 or 22.04 LTS
Let’s learn the commands to install the simple Deepin terminal app on Ubuntu 24.04 or 22.04 LTS Jammy Jelly Fish to replace the default Gnome terminal. Deepin Terminal is an open source created by Deepin Technology, the developers behind the GNU/Linux OS.
-
How to install Tabby Terminal on Ubuntu 24.04 or 22.04 Linux
Download and install Tabby Terminal (formerly Terminus) on your Ubuntu 24.04 or 22.04 LTS GNU/Linux Jammy JellyFish to have a feature-rich app to run commands. Tabby is another user-friendly open-source terminal app for local shells, serial, SSH, and Telnet connections.
-
How to set Alacritty as Default Terminal in Ubuntu 24.04, 22.04 or 20.04
Learn the steps to set Alacritty emulator as the default Terminal on Ubuntu 24.04 Noble or 22.04 Jammy to run commands. Alacritty terminal is known for its fast speed.
-
Linux Journal ☛ Simplifying GNU/Linux File Compression With Tar and Gzip
File compression is a crucial technique in managing data, particularly in systems administration and software development. It helps reduce file size, making storage and transmission more efficient. Linux, known for its robust command-line utilities, offers powerful tools for this purpose, with
tar
andgzip
being among the most frequently used. This article delves into the use of these tools, providing insights and detailed instructions to help you efficiently compress and decompress files in a GNU/Linux environment. -
Install SimpleScreenRecorder in Ubuntu GNU/Linux LTS to record screen
Follow this tutorial to record the screen of your Ubuntu GNU/Linux using SimpleScreenRecorder (SSR) open-source software… SimpleScreenRecorder for GNU/Linux is a program that allows users to record screens for games and software.
-
Install Terminator Terminal emulator in Ubuntu GNU/Linux LTS
This tutorial explains the steps to install the Terminator Terminal emulator app on Ubuntu 24.04, 22.04, or any other version.