What is the total amount of public IPv4 addresses?
Yes, I am needing to know what the total number possible IPs in the public IPv4 space.
I'm not sure where to even get a neat list of all the IP address ranges, so could someone point me to a reso...
In this article you will learn a combination of common scenarios with iptables, one of the most popular tools for configuring the Linux kernel firewall.
How to Check Linux OS Name, Kernel Version, and Information
In this article, we will explain how to find out the Linux distribution name, kernel version, release version, hardware name, and other Linux system information
What's the Difference Between apt remove and apt purge?
Both apt remove and apt purge commands are useful in uninstalling a package, but the apt purge removes any configuration files associated with the package.
Why you should adopt Makefile in all of your projects | yield code();
GNU Make. A software that is, most likely, older than you. It’s so simple, so standard, and so ignored. I’m here to provide a case in favor of make and Makefiles.
how to merge two or more directories in linux - lost saloon
Before we merge two or more directories, we need to define what we mean by "merge" in the context of directories. There can be a variety of requirements that could be named as merging of directories. Let's assume that merging of (two or more) directories means "to create a new directory with files from all of the merged directories". There...
I just got a Mastodon instance setup for my Kin Lane domain. I am being thoughtful about this shift in my social presence, but as with every other aspect of my digital life, I am most interested in Mastodon because of the platform API. For me, Twitter is first and foremost an API platform, and secondarily a social platform. For me, the value of Twitter is to be able to automate and orchestrate the research, curation, and communication I do via the platform. It is the same for Mastodon. So, now that I have an instance, I want to start playing with the API.
An Intro into Ansible's Built-In Debugger » Network Automation
Today I'm going to show you an inbuilt debugger tool that you can use in Ansible to help troubleshoot your tasks and playbooks. As per the Ansible docs, the debugger tool allows you to: … fix errors during execution instead of editing your Playbook and running it again to see if
All Linux users know commands like grep, ls or ifconfig but have you ever wondering if there is the contemporary alternative? Here is my list of modern Linux commands I use every day.
For you convenience, I added apt command to install them but they are also available on Fedora and Arch using dnf and pacman. Check out details in the readme on package’s Github.
htop - colorful top Both commands list processes managed by kernel in dynamic real-time mode.
Git, as well as services like Github, are built and optimized for lightweight text-based code files, and it’s rare to see repositories larger than a few GB. But, it’s often useful to track large files, and to make that easier, Git provides the Large File Storage (LFS) extension.
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Tailscale lets you put all your devices on their own private tailnet so they can reach each other, ACLs permitting. Usually that’s nice and comforting, knowing that all your devices can then be isolated from the internet, without any ports needing to be open to the world.