dotBun fulfilling bunny content
Picked up on HackerNews Show, dotBun shows a random bunny image or video each visit. It is a throwback to what made the internet great in the early 2000’s; random…
Picked up on HackerNews Show, dotBun shows a random bunny image or video each visit. It is a throwback to what made the internet great in the early 2000’s; random…
An important part in Linux server management, creating and deleting users. Despite being simple these commands form the basis of administration alongside permissions. Add a user Creating new users can…
Watermarking a video with the current frame number using FFmpeg. This method involves using the video filter option with the frame_num. For this, I had Arial.ttf sitting in the root…
Downloading a YouTube video as an MP3 file with YouTube-dl, this command automatically gets the best available quality for the audio, saves it as an mp3 file with the video…
Converting a large GIF image file to MP4 video is a modern approach, The end result file size will be smaller for no noticeable quality loss. It will then also…
Creating video segments from a large video can easily be achieved with FFMpeg, the process is fully automated complete with sequential file naming. Cutting a video into 5-minute segments can…
If downloading images using PHP the first step in avoiding errors is ensuring that the URL is valid. A great method for this is to check the URL HTTP response…
Fixing a dedicated server CPU not running at full max speed by setting an upper and lower limit with cpufrequtils. A processor will scale for certain reasons like power consumption,…
Putting PHP versions 7.1, 7.2, 7.3 and 7.4 against each other in a simple benchmark driven comparison for time taken to do calculations. Results are from using this benchmark script….
When doing a recursive download with Wget the whole directory structure is saved, starting with the domain/hostname and then working down the directory tree inside it. Preventing this action and…