today's howtos
-
idroot
-
ID Root ☛ How To Install GCC on openSUSE
In this tutorial, we will show you how to install GCC on openSUSE. The GNU Compiler Collection (GCC) stands as a cornerstone in the realm of software development, offering a versatile suite of compilers that support languages such as C, C++, and Fortran.
-
ID Root ☛ Grep Command on GNU/Linux with Examples
The GNU/Linux operating system is renowned for its powerful command-line interface, and one of the most versatile commands at your disposal is grep. Short for “global regular expression print”, grep is a command used for searching and matching text patterns in files.
-
ID Root ☛ How To Install Kubernetes on Fedora 39
In this tutorial, we will show you how to install Kubernetes on Fedora 39. Kubernetes, the cornerstone of container orchestration, has revolutionized the way we deploy, scale, and manage containerized applications. Its versatility and robustness make it a preferred choice for developers and system administrators alike.
-
ID Root ☛ How To Install DigiKam on Debian 12
In this tutorial, we will show you how to install DigiKam on Debian 12. digiKam is an advanced open-source digital photo management application that offers a wide range of features for importing, managing, editing, and sharing photos and raw files.
-
-
LinuxConfig ☛ Ubuntu 24.04: How to install appimage
-
Net2 ☛ How to Enjoy the Best Sound Quality on GNU/Linux with These 5 Gaming Headsets
There exists a plethora of high-quality gaming headsets for PC gamers. However, which ones are compatible with your GNU/Linux PC? Discover our selection of 5 USB gaming headsets that are Linux-friendly! What constitutes an effective GNU/Linux gaming headset?
-
FOSSLinux ☛ How to Fix “Permission Denied” in Bash: Tips and Tricks
Encountering a "Permission Denied" error in Bash can halt your workflow, but it's often a simple fix away from resolution. This article dives into the reasons behind this common error and provides practical solutions, from modifying file permissions to understanding ownership, to get you back on track.
-
Tom's Hardware ☛ Damn Small GNU/Linux revived my original Eee PC. Here’s how to use it on any old computer.
Elevate that defective chip maker Intel Celeron from 2007 from doorstop to functional PC with Damn Small Linux
-
Hackaday ☛ Linux Fu: Forward To The Past!
Ok, so the title isn’t as catchy as “Back to the Future,” but my guess is a lot of people who are advanced Linux users have — at least — a slight interest in retrocomputing. You’d like an Altair, but not for $10,000. You can build replicas of varying fidelities, of course. You can also just emulate the machine or a similar CP/M machine in software. There are many 8080 or Z80 emulators out there, ranging from SIMH to MAME. Most of these will run on Linux or — at the least — WINE. However, depending on your goals, you should consider RunCPM. Why? It runs on many platforms, including, of course, Linux and other desktop systems. But it also will work with the Arduino, Teensy, ESP32, or STM32 processors. There is also experimental support for SAM4S and Cyclone II FPGAs.
-
Hackaday ☛ Steampipe: All SQL All The Time
Although modern Linux has slightly shifted, the old Unix mantra was: everything’s a file. With Steampipe, a better saying might be: everything’s a SQL table. The official tagline is “select * from cloud” which also works. The open-source program relies on plugins, and there are currently 140 sources ranging from GitHub to Google Sheets and more.
-
Hackaday ☛ Installing SteamOS And Windows On A Google Meet Video Conference Computer
The Lenovo Meet is a collaboration with Google to bring Google Meet to customers in a ready to install kit for conference rooms and similar. Also called the Google Meet Series One, it features a number of cameras, speakers, display and more, along with the base unit. It is this base unit that [Bringus Studios] on YouTube tried to install a different OS capable of running Steam games on in a recent video. Along the way many things were learned about this device, which is – unsurprisingly – just another ChromeOS box.
-
How to Monitor and Check SSD and NVMe Drive Health With Smartctl on Ubuntu 22
Solid State Drives (SSD) and NVMe drives have become essential for modern computing, offering faster data access speeds and improved reliability over traditional hard drives. However, like any storage device, their health and performance can degrade over time. Monitoring the health of these drives can help predict failures and prevent data loss.
-
Ubuntu Handbook ☛ How to Install New Gambas 3.19.0 in Ubuntu 22.04 | 20.04
Gambas released new 3.19.0 few days ago. Here’s the new features and how to to install guide for Ubuntu users! Gambas is a full-featured object-oriented language and development environment built on a BASIC interpreter.
-
Generate random port number
$ shuf -i 1024-65535 -n 1
`shuf` generate random permutations. `-i`, `--input-range=LO-HI` and `-n`, `--head-count=COUNT` output at most COUNT lines