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…
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…
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,…
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…
Following on from this post, I use the BunnyCDN PHP API class to create folders, delete and rename files in a Storage zone. Setting my imageBackups Storage zone user and…