There are plenty of resources available on the Internet on how to remove the green screen from images in GIMP. This is fine for the […]
Remove GPS data from images
Before sharing your images on the Internet, you should remove the GPS data from it, unless your intend is to share the location where the […]
Extract images from MP4
Extracting individual images from your MP4 files is quite easy with the FFmpeg utility. You may already have it installed on your Linux or MacOS […]
Increase vmdk disk in VirtualBox
The steps below are specific to increase a VMDK disk in VirtualBox 6.1.40 for a CentOS 7 guest VM and on a MacOS host. The […]
Alternative to Wget and cURL
If you are working on a Linux device that does not have Wget and cURL, or a limited version of either commands, for instance Busybox, […]
Generate Memory Usage on Linux
For testing some monitoring software on my Linux system I needed to use up most of the RAM using basic Linux commands. The following worked […]
Generate CPU Usage on Linux
In order to test some monitoring software on a Linux system I wanted to generate CPU Spikes to test some alarms and metrics. There are […]
Remove file on Full Disk
If one of your Linux volumes is 100% full you may end up having to deal with a scenario where you can’t even remove files […]
How to tail a log file in Windows
Tailing a log file in Linux is very easy with the tail command, for instance: However, Windows does not have a tail command. Luckily it […]
Open up firewalld port on Linux
It seems to be a task that I often perform when setting up new Linux VMs or servers; opening up a port so that it […]