today's howtos
-
Files and Directories Processing Using LibreOffice Calc Macro using Basic
This article demonstrates how to process/read individual files and directories in the Unix file system using Basic and LibreOffice Calc Macro and put the file names/directory names in LibreOffice Calc cells.
For LibreOffice automation, it is necessary to know the file system and directory processing. This tutorial is based on the Unix file system, which is different from Windows.
-
How to convert Markdown files to HTML using terminal on Ubuntu 22.04
In this post, you will learn how to convert Markdown files to HTML using terminal on an Ubuntu 22.04 system The procedure is simple, let’s go for it.
Markdown is a lightweight markup language that tries to achieve maximum readability and ease of publishing in both its input and output form, drawing inspiration from many existing conventions for marking up email messages using plain text.
One of the main advantages of Markdown is that formatted text can be written quickly thanks to a syntax that is easy to learn and use.
The first implementation of Markdown was with Perl, but it has been implemented by many languages and blogging platforms that have plugins that interpret it to HTML.
-
How to Install qBittorrent on Ubuntu 22.04 | 20.04 - LinuxCapable
qBittorrent is a cross-platform free and open-source BitTorrent client. qBittorrent is a native application written in C++ which uses Boost, Qt 5 toolkit, and libtorrent-rasterbar library and is extremely lightweight and fast. qBittorrent is very popular amongst torrent users as the main alternative to UTorrent.In the following tutorial, you will learn how to install qBittorrent on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 LTS Focal Fossa desktop GUI and install qBittorrent on a headless server using the command line terminal.
-
How to install KVM on Ubuntu
Kernel-based Virtual Machine, known as KVM, is an open-source virtualization tech built into the Linux kernel. This virtualization module in the Linux kernel allows the kernel to work as a hypervisor. This software can run multiple Linux or Windows guest virtual machines. Each guest OS is isolated from the others and has its operating system and dedicated virtual hardware like network interfaces, CPUs, storage, and memory.
-
How to Install Microsoft Edge on Fedora 37 | 36 [Ed: Microsoft Edge is a proprietary password stealer controlled by the company which attacks GNU/Linux the most. Never install it. It is technically malware.]
Microsoft Edge is a popular browser choice for those who prefer fast browsers based on a chromium-based engine. The following tutorial will show you how to import the Microsoft RPM that contains the browser builds and install Microsoft Edge on Fedora 37/36/35 desktop using the command line terminal.
-
How to install EasyOS page updated
This page explains how to write the easy*.img file to a drive, internal or removable drive, and boot from it.
I have edited the page, as someone recently did something that caused the Limine bootloader to fail to boot. See the new section "Precaution" in that page.
Another thing that someone did recently was run the 'tune2fs' utility on an older Linux distribution, to modify the UUID of the ext4 partition where EasyOS is installed. It failed.
Please be wary of older Linux distributions, they may have older utilities that lack capabilities of the more recent utilities.
-
How to Install PHP 8.2 on AlmaLinux 9 | 8 - LinuxCapable
PHP 8.2 has been officially released, along with the retirement of PHP 7.4. AlmaLinux does not support this version in either EL9 or EL8 but can be installed using the Remi PHP Repo. In the following tutorial, you will learn how to import the REMI PHP Module and install PHP 8.2 on AlmaLinux 9 or AlmaLinux 8, along with some tips about configuring Nginx with FPM using the command line terminal.
-
What are File Descriptors in Linux
In this article, you will learn everything about file descriptors, like their uses in Linux, what a file descriptor table is, how to view the file descriptors under a specific process, and how to change the limit of a file descriptor in Linux.
-
How to Install EPEL on Rocky Linux 9 | 8
EPEL, which stands for Extra Packages for Enterprise Linux, is an open-source and free repository that provides extra packages for Enterprise Linux that can benefit Rocky Linux 9 or 8 distributions. The following tutorial will teach you how to install and enable EPEL on your Rocky Linux desktop or server.
-
How to Install QSpeakers on Ubuntu 22.04 | 20.04
QSpeakers is a free, open-source graphical software that simulates common acoustical enclosure behaviors to help design and tune loudspeaker systems based on the loudspeaker driver’s Thiele / Small parameters and the chosen enclosure type. The following tutorial will demonstrate how to install QSpeakers on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa using the standard APT repository on Ubuntu or using a Flatpak installation utilizing the Flathub repository.
-
How to Install BleachBit on Ubuntu 22.04 | 20.04
BleachBit is a free open-source disk space cleaner, privacy manager, and computer system optimizer. Any Ubuntu user who has used the Ubuntu Cleaner software would see similar traits in BleachBit. The following tutorial will demonstrate how to install BleachBit on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa using the standard APT repository.