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
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
Learn how to install Oracle VirtualBox in Debian Linux (latest version) with additional steps to configure guest additions.
Source: Complete Guide to Install VirtualBox on Debian Linux (DebugPoint.com)
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
Top AI tools that anyone can use · ChatGPT · Microsoft Bing AI · Dall E-2 · Midjourney · Stable Diffusion · QuillBot AI · Jasper.ai.
Source: Best Free AI Tools That Anyone Can Use [ChatGPT, Dall E-2, Etc] – Fossbytes
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
Sloth is a native Mac app that shows all open files and sockets in use by all running processes on your system. This makes it easy to inspect which apps are using which files and sockets.
Source: Sloth – Mac app that shows all open files and sockets | Sveinbjörn Þórðarson
Recent Comments