today's howtos
-
How To Install Nmap on Fedora 38
In this tutorial, we will show you how to install Nmap on Fedora 38. Are you a Fedora 38 user looking to install and use Nmap for networking exploration and security auditing? Look no further as we guide you through the simple installation process and basic usage of Nmap on Fedora 38.
-
Sergio Durigan Junior: Using WireGuard to host services at home
It’s been a while since I had this idea to leverage the power of WireGuard to self-host stuff at home. Even though I pay for a proper server somewhere in the world, there are some services that I don’t consider critical to put there, or that I consider too critical to host outside my home.
-
Some views on protocols and encryption
The start of my views is that encrypted NFS with Kerberos is different from IMAPS or encrypted SMTP because both of the latter are instances of '
over TLS', while encrypted NFS with Kerberos is its own bespoke, unique cryptographic protocol and implementation. I like ' over TLS' (provided that TLS identities are competently handled), because TLS is a well studied, reasonably well understood, and usually well implemented thing (if you use a common implementation, and everyone should). Bespoke cryptography is something I consider dangerous because historically it's had a rather bad track record (both in implementations and in protocols). A lot of effort from many people and hard lessons learned have gone into TLS, far more than into a niche bespoke system (which encrypted NFS with Kerberos definitely is). -
OpenZFS For HPC Clusters
As the age of data growth and sprawl continues to evolve, the demand for high-performance, secure, and scalable data storage solutions has become more critical than ever before. However, despite the rising need, the number of available options for meeting these requirements is dwindling. As a result, businesses and organizations are facing significant challenges in selecting the right solution that fits their specific needs and budget.
Fortunately, OpenZFS is emerging as a popular and excellent choice for building the storage backbone of any high-performance computing system. OpenZFS is an advanced file system and volume manager that offers robust features such as data compression, deduplication, and checksumming. These capabilities allow organizations to store, manage, and access their data efficiently, securely, and with the highest level of integrity.
-
Linux: Difference Between /dev/tty, /dev/tty0, and /dev/console
Linux / UNIX supports device files that are stored in the /dev directory. These aren’t actual files, rather, they are special files or character devices that are representative of hardware devices attached to the system.
Some of the most commonly misunderstood device files are /dev/console, /dev/tty, and /dev/tty0. In this guide, we will explore the nuances that distinguish these three device files.
-
The Numfmt Command Tutorial With Examples For Beginners
-
Safely Convert Hard Disk to GPT without Data Loss
We want to share with you a note from our experience in converting a 320GB hard disk drive from MBR to GPT without data loss. We use gdisk, a famous tool by Roderick "Rodsbooks" Smith, and do several steps to finish it in a very quick time. Here's the results.
-
How to kill process by ID
-
How to echo environment variable on Linux
-
How to Install and Use Cockpit on Ubuntu
The complexities of managing a server can be daunting, especially if you are new to the field.
-
How to convert JPG to PDF
-
How to Create a Bootable USB Using Rufus for Linux Distributions
One of the most simple and easy ways to create a bootable USB drive for Linux is with Rufus, which will create a bootable drive in a matter of a few clicks.
-
How to Install Figma in Linux (Ubuntu, Debian, Arch, and RHEL based OS )
If you can't find Figma for Linux on the official webpage, don't worry. We will show you how to install Figma on Linux distributions. Figma is a well-known web-based tool for digital collaboration and prototyping. UX Designers, developers, and business people use it to create interactive prototypes and share them with others.
-
Earbuds Review LG Tone DFP9 W – How to bluetooth pair koppeln – won’t pair bluetooth – lassen sich nicht verbinden
unable to pair? before feeling like a fool, because it won't pair: fully charge the device (front led is green) Bluetooth pairing only works if the USB-to-analog mode is off via the switch on the side of the case....
-
How to Mount LUKS Encrypted Drive Partitions in Linux
ailed to auto mount an encrypted partition in Linux? Don't worry, there are several ways to manually mount a LUKS encrypted drive partition in Linux.
-
How to kill a process by name
-
How to Install eksctl CLI tool on Ubuntu Linux
eksctl is a command line tool offered by Amazon for creating and managing Kubernetes clusters on Amazon Elastic Kubernetes Service (EKS). Using eksctl, users can easily deploy and scale containerized applications on AWS without the need for extensive manual configuration.