today's howtos
-
[Updated] Ubuntu Pit ☛ 2024-10-22 [Older] How to Add or Create sudo User in Linux System [Quickstart]
-
[Updated] Ubuntu Pit ☛ 2024-10-22 [Older] How To Convert PDF To Image in Linux System (CLI and GUI Method)
-
[Updated] Ubuntu Pit ☛ 2024-10-22 [Older] How to Install and Setup Cockpit Web Console on Linux System
-
Peteris Krumins ☛ 2024-10-19 [Older] How to Get a Canadian IP Address
-
Ubuntu Pit ☛ 2024-10-22 [Older] Useful Linux Terminal Shortcuts That Every Power Linux User Must Know
-
Linux Made Simple ☛ 2024-10-23 [Older] How to install the MEGA Desktop App on Linux Mint 22
-
Linux Made Simple ☛ 2024-10-23 [Older] How to install Tux Paint on a Chromebook
-
Linux Made Simple ☛ 2024-10-22 [Older] How to install melonDS 0.9.5 on a Chromebook
-
Linux Made Simple ☛ 2024-10-22 [Older] How to install the Olive video editor on Linux Mint 22
-
Linux Made Simple ☛ 2024-10-21 [Older] How to install KiCad on a Chromebook
-
Linux Made Simple ☛ 2024-10-21 [Older] How to install OpenTTD on Linux Mint 22
-
Linux Made Simple ☛ 2024-10-20 [Older] How to install Woxel on a Chromebook
-
Linux Made Simple ☛ 2024-10-18 [Older] How to install BFDI: Branches on a Chromebook
-
Linux Made Simple ☛ 2024-10-17 [Older] How to install Google Web Designer on a Chromebook
-
Linux Made Simple ☛ 2024-10-17 [Older] How to install Steam Link on Linux Mint 22
-
idroot
-
ID Root ☛ How To Install Podman on GNU/Linux Mint 22
In the ever-evolving landscape of software development and deployment, containerization has become a cornerstone technology. Among the various containerization tools available, Podman has emerged as a powerful and flexible option, particularly for Linux users.
-
ID Root ☛ How To Install Emacs on CentOS Stream 9
Emacs, short for “Editor MACroS,” is a powerful and versatile text editor that has been a favorite among developers, system administrators, and power users for decades.
-
ID Root ☛ How To Install Joomla on Debian 12
Joomla is a powerful and versatile content management system (CMS) that allows you to create and manage dynamic websites with ease. Debian 12, also known as “Bookworm,” is a stable and secure GNU/Linux distribution that provides an excellent foundation for hosting web applications.
-
ID Root ☛ How To Install Kubernetes on Linux Mint 22
Kubernetes has revolutionized the way we deploy, scale, and manage containerized applications. As an open-source container orchestration platform, it has become an essential tool for modern DevOps practices. If you’re running Linux Mint 22 and want to harness the power of Kubernetes, you’re in the right place.
-
ID Root ☛ How To Install Kubernetes on Fedora 40
Kubernetes, the open-source container orchestration platform, has revolutionized the way modern applications are deployed and managed in IT environments. Its ability to automate the deployment, scaling, and management of containerized applications has made it an essential tool for businesses looking to streamline their operations.
-
ID Root ☛ How To Install OpenSCAP on Debian 12
In today’s digital landscape, ensuring the security and compliance of your Debian 12 system is paramount. OpenSCAP, an open-source security compliance solution, offers a robust framework for maintaining and assessing the security posture of your GNU/Linux environment.
-
ID Root ☛ How To Install OpenSCAP on AlmaLinux 9
AlmaLinux 9, a community-driven, free, and open-source GNU/Linux distribution, has emerged as a popular choice for users seeking a stable and secure operating system. As a clone of Red Bait Enterprise GNU/Linux (RHEL), AlmaLinux offers the same level of reliability and performance, making it an ideal choice for servers and workstations alike.
-
ID Root ☛ How To Install Redmine on Ubuntu 24.04 LTS
Redmine is a powerful, open-source project management and issue tracking tool that has become increasingly popular among developers, project managers, and organizations of all sizes. Its flexibility, extensive feature set, and customization options make it an excellent choice for teams looking to streamline their project workflows.
-
ID Root ☛ How To Install ProFTPD on Fedora 40
ProFTPD is a powerful and versatile File Transfer Protocol (FTP) server that has become a popular choice for GNU/Linux systems, including Fedora 40. As a robust and secure file transfer solution, ProFTPD offers advanced features and flexibility that make it an excellent choice for both personal and enterprise use.
-
ID Root ☛ How To Install ProFTPD on Ubuntu 24.04 LTS
ProFTPD is a powerful and versatile File Transfer Protocol (FTP) server that has become a popular choice for GNU/Linux systems. As businesses and individuals increasingly rely on efficient file transfer solutions, understanding how to install and configure ProFTPD on Ubuntu 24.04 LTS is a valuable skill for system administrators and enthusiasts alike.
-
-
Sean Voisen ☛ CSS masonry takes time, and that’s just fine
Back when I was managing the CSS and layout team for Firefox, one of the engineers on my team — Mats, our resident grid layout expert — approached me with the idea for what is now CSS grid layout level 3, aka CSS masonry layout.
-
[Repeat] Ruben Schade ☛ A ping DUP!
There’s some output I hadn’t seen since I used TM Streamyx in Malaysia back in the 2000s! I still remember what a shock it was after having spent years using Singaporean cable.
-
Darren Goossens ☛ GFortran on DOSBox
OK. That will do for now. Linking complicated things and using make files may prove trickier, but so far so good.
-
University of Toronto ☛ Having an emergency backup DNS resolver with systemd-resolved
At work we have a number of internal DNS resolvers, which you very much want to use to resolve DNS names if you're inside our networks for various reasons (including our split-horizon DNS setup). Purely internal DNS names aren't resolvable by the outside world at all, and some DNS names resolve differently. However, at the same time a lot of the host names that are very important to me are in our public DNS because they have public IPs (sort of for historical reasons), and so they can be properly resolved if you're using external DNS servers. This leaves me with a little bit of a paradox; on the one hand, my machines must resolve our DNS zones using our internal DNS servers, but on the other hand if our internal DNS servers aren't working for some reason (or my home machine can't reach them) it's very useful to still be able to resolve the DNS names of our servers, so I don't have to memorize their IP addresses.
-
Rlang ☛ Mastering Linux Terminal: Clear and History Commands for Beginners
For newcomers to Linux, mastering terminal commands is essential for efficient system management. Two fundamental commands that every Linux user should know are clear and history. These commands help maintain a clean workspace and track your command-line activities. In this comprehensive guide, we’ll explore these commands in detail, along with practical examples and best practices.