dotBun fulfilling bunny content

6 years ago

Picked up on HackerNews Show, dotBun shows a random bunny image or video each visit. It is a throwback to…

Manage, add and delete users on Ubuntu

6 years ago

An important part in Linux server management, creating and deleting users. Despite being simple these commands form the basis of…

Overlay frame number on video with FFmpeg

6 years ago

Watermarking a video with the current frame number using FFmpeg. This method involves using the video filter option with the…

Download YouTube video as MP3 with YouTube-dl

6 years ago

Downloading a YouTube video as an MP3 file with YouTube-dl, this command automatically gets the best available quality for the…

GIF to MP4 with FFmpeg

6 years ago

Converting a large GIF image file to MP4 video is a modern approach, The end result file size will be…

Cutting a video into segments with FFmpeg

6 years ago

Creating video segments from a large video can easily be achieved with FFMpeg, the process is fully automated complete with…

Checking if image URL is valid in PHP

6 years ago

If downloading images using PHP the first step in avoiding errors is ensuring that the URL is valid. A great…

Setting the CPU speed frequency on dedicated server

6 years ago

Fixing a dedicated server CPU not running at full max speed by setting an upper and lower limit with cpufrequtils.…

PHP 7.1, 7.2, 7.3 and 7.4 benchmarks and comparisons

6 years ago

Putting PHP versions 7.1, 7.2, 7.3 and 7.4 against each other in a simple benchmark driven comparison for time taken…

Wget cut directory and no host command

6 years ago

When doing a recursive download with Wget the whole directory structure is saved, starting with the domain/hostname and then working…