Create automatic updates for Ubuntu
Here is a method to set up automatic updates on your Ubuntu server, avoiding the need to manually check and apply important security updates and patches. Start by updating your…
Here is a method to set up automatic updates on your Ubuntu server, avoiding the need to manually check and apply important security updates and patches. Start by updating your…
How to install the popular media processing library FFmpeg on an Ubuntu server. The steps are straight forward and minimal. First start by updating your package list with: sudo apt…
Bootstrap 4 without all the clutter, including only the responsive grid, form and button styles. Bootstrap 4 is such a large and feature-packed style framework that you don’t need every…
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…