This page explains how to check the OpenSSH sshd server configuration file for syntax errors under Linux/Unix using the command-line option.
Source: OpenSSH Tip: Check Syntax Errors before Restarting SSHD Server – nixCraft
This page explains how to check the OpenSSH sshd server configuration file for syntax errors under Linux/Unix using the command-line option.
Source: OpenSSH Tip: Check Syntax Errors before Restarting SSHD Server – nixCraft
A list of best PDF editors to edit PDF files in Ubuntu and other Linux distributions, including their advantages and features.
Discover 20 essential Nmap command examples for basic scans, port scans, and more. Perfect for beginners looking to get started with Nmap.
Source: Nmap Commands for Beginners: Simple Scanning Tips – LinuxCapable
From time to time you may want to quickly copy a raspberry pi image from one system to another….but only have a smaller SD card. Or you started your project as a tryout on a crazy 64GB sd card, and realize later that 8GB would be way enough. So what you want to do, is resize the source image to the smallest size possible, flash it to the new smaller SD card, and expand it again to its new maximum on the new SD card. And so far that process can be very long and painful….but luckily there is a very handy script for that, called PiShrink. I am using the mac version, but there is also a linux version.
Source: Quickly resize and shrink Raspberry Pi SD card image on MacOS – Florian Müller
Similar article that expands on the one linked above: Flash larger SD card image onto smaller card on Mac for your Raspberry Pi – Medium/Practical coding
Why a new mail server implementation?
Mox aims to make “running a mail server” easy and nearly effortless. Excellent quality mail server software exists, but getting a working setup typically requires you configure half a dozen services (SMTP, IMAP, SPF/DKIM/DMARC, spam filtering). That seems to lead to people no longer running their own mail servers, instead switching to one of the few centralized email providers. Email with SMTP is a long-time decentralized messaging protocol. To keep it decentralized, people need to run their own mail server. Mox aims to make that easy.
Source: Mox (GitHub)
Cpulimit is a tool that limits the CPU usage of a process (expressed in percentage, not in CPU time). It is useful to control batch jobs when you don’t want them to eat too many CPU cycles. The goal of cpulimit is to prevent a process from running for more than a specified time ratio. It does not change the nice value or other scheduling priority settings but the real CPU usage.
Source: How to limit CPU usage with CPULimit on Ubuntu Linux
Learn how to install FFmpeg 5 on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa with this comprehensive guide. Follow our step-by-step instructions to get started with FFmpeg and explore its powerful features for decoding, encoding, and streaming audio and video files.
Source: How to Install FFmpeg 5 on Ubuntu 22.04 or 20.04 – LinuxCapable
What is Wake on LAN and why is it so hard?
Source: The Ultimate Guide to Wake on LAN for Windows, MacOS, and Linux | Techno Tim Documentation
Yes! That’s totally possible. You can downgrade a recently updated package using the apt command in Ubuntu and Debian based distros. Here’s how to do that.
Source: Downgrading a Package via apt-get in Ubuntu and Debian
Explains how to install and use parallel ssh (PSSH) tool for executing ssh in parallel on a number of hosts and automate many IT tasks.
Recent Comments