today's howtos
-
It's FOSS ☛ How to Use Tiling Assistant on GNOME Desktop?
Wondering how to use tiling windows on GNOME? Try the tiling assistant. Here's how it works.
-
Own HowTo ☛ How to check firefox version in Arch Linux
In this tutorial, you will learn how to check Firefox version in your Arch GNU/Linux machine.
To find which version of Firefox you are running on your Arch GNU/Linux machine, there are multiple ways. However, in this tutorial, we'll be checking Firefox version by using 3 different methods.
-
How to Fix Wget Command not Found in Linux?
Encountering the “wget command not found” error can be a frustrating roadblock when you’re trying to download files from the web using the popular wget command in a GNU/Linux environment. This error typically signifies that the wget utility is not installed on your system or that its executable is not in the system’s PATH. In this detailed guide, you’ll explore the root causes of this issue and learn step-by-step solutions to get wget up and running on your GNU/Linux system.
-
TecAdmin ☛ How To Install Odoo 17 ERP on Ubuntu 22.04 & 20.04
Odoo encompasses a wide array of business management applications, covering areas such as Customer Relationship Management (CRM), e-commerce, billing, accounting, manufacturing, warehousing, project management, and inventory control. This extensive suite is designed to provide a cohesive and integrated approach to managing various aspects of a business efficiently.
-
Ubuntu Handbook ☛ How to Install VSCodium IDE in Ubuntu 22.04 & 24.04 [4 Ways]
This is a step by step beginner’s guide shows how to install VS-Codium IDE in Ubuntu, using 4 different ways. VSCodium is a free and open-source software binaries of VS Code.
-
TecAdmin ☛ Setting Up a New Symphony Application on Ubuntu
In the world of web development, Symphony stands out as a robust, open-source PHP framework, known for its flexibility and efficiency.
-
LinuxConfig ☛ Ubuntu Upgrade to 24.04 Noble Numbat: A step by step howto guide
-
Russell Coker ☛ Russell Coker: SAS vs SATA and Recovery
SAS and SATA are electrically compatible to a degree that allows connecting a SATA storage device to a SAS controller. The SAS controller understands the SATA protocol so this works. A SAS device can’t be physically connected to a SATA controller and if you did manage to connect it then it wouldn’t work.
Some SAS RAID controllers don’t permit mixing SAS and SATA devices in the same array, this is a software issue and could be changed. I know that the PERC controllers used by Dell (at least the older versions) do this and it might affect many/most MegaRAID controllers (which is what PERC is).
-
Linux.org ☛ DCA 12 - Docker Inspect Command
Sometimes information is needed from a running service, container, swarm, or node. Information is usually retrieved with the 'inspect' command. We need to cover this in a little detail to help you better use the command.
In some cases, the 'inspect' command may not be useful all the time, you may only need it occasionally.
-
idroot
-
ID Root ☛ How To Install Adminer on Debian 12
In this tutorial, we will show you how to install Adminer on Debian 12. Adminer is a robust, PHP-based database management tool that offers a user-friendly interface and a wide array of features.
-
ID Root ☛ How To Install Nextcloud on Fedora 39
In this tutorial, we will show you how to install Nextcloud on Fedora 39. Nextcloud, a powerful open-source clown storage platform, offers a secure and private alternative to popular cloud services. With Nextcloud, you can control, manage, and access your files from anywhere, anytime.
-
ID Root ☛ How To Redirect HTTP to HTTPS in Apache
In the digital world, security is paramount. One of the fundamental ways to ensure the security of a website is by redirecting HTTP to HTTPS in Apache. HTTP, or Hypertext Transfer Protocol, is the system used to send and receive information on the web. However, it lacks the security measures necessary to protect sensitive data.
-
ID Root ☛ How To Install Composer on Manjaro
In this tutorial, we will show you how to install Composer on Manjaro. Composer is a popular dependency management tool for PHP that allows developers to easily manage their project’s dependencies.
-
-
Linux Capable ☛ How to Install Terminator on Linux Mint 21 or 20
This guide will illustrate how to install Terminator on Linux Mint 21 or 20, either through the command-line terminal with the APT default repository for enhanced system stability, or by incorporating the Terminator LaunchPAD PPA to access the latest stable version.
-
FOSSLinux ☛ How to set permanent DNS Nameservers in Ubuntu
Setting permanent DNS nameservers in Ubuntu is essential for a stable network connection. This guide explains how to configure DNS settings using Netplan or resolv.conf, depending on your Ubuntu version, to ensure your system consistently uses your preferred DNS servers for all network activities.
-
FOSSLinux ☛ How to install necessary hardware drivers on Linux Mint
Installing important drivers in Linux Mint is crucial for getting the most out of your hardware. This guide provides detailed instructions on identifying and installing key drivers, from graphics and sound to Wi-Fi and printers, enhancing your Linux Mint experience with improved performance and compatibility.
-
FOSSLinux ☛ How to extract RAR files in GNU/Linux using command line tools
Opening RAR files in GNU/Linux via the command line is a straightforward process. This guide shows you how to install necessary tools like 'unrar' or 'rar' and use simple commands to extract or manage RAR files, enhancing your file handling capabilities in the GNU/Linux command line environment.
-
How To Use Screen Command on GNU/Linux To Manage Terminals
The screen command is a terminal command that can play the role of the multiplexer. In other words, you can run screen commands on your terminal shell to keep applications live in the background, run packages as a daemon, and keep a session (SSH) live for a long time, even if you’re disconnected.
-
Why stdout is faster than stderr?
I recently realized stdout is much faster than stderr for Rust. Here are my findings after diving deep into this rabbit hole.
-
50 Most Useful GNU/Linux Commands To Run in the Terminal
No matter whether you’re a seasoned GNU/Linux user like me or a newbie who’s just starting to get his feet wet in this fantastic world of Unix systems, mastering the various terminal commands is a must for everybody.