Full install and setup of Apache, PHP, MySQL, SSL and FTP Ubuntu 18.10
How to install a full web server setup on Ubuntu 18.10 x64. This will also work on other versions of Ubuntu such as 18.04 and 16.04 x64. Installing Apache with…
How to install a full web server setup on Ubuntu 18.10 x64. This will also work on other versions of Ubuntu such as 18.04 and 16.04 x64. Installing Apache with…
Here is a simple ping command in a batch file that allows you to add servers/addresses to ping and it will return the ping time for all at once. An…
FFmpeg preset is the value in which speed the media encode will traverse at. Part 1 was x264 In this part 2 of FFmpeg encoding comparisons I look at x265…
FFmpeg preset is the value in which speed the media encode will traverse at, At the slower spectrum you get more quality at the sacrifice of time, more quicker and…
Here is a simple guide to easily install cPanel and WHM on a CentOS 7 VPS. SSH as root into your VPS or server First step is to set your…
Here is how to search a directory and sub directories to find all images and then copy them to another directory using a simple batch file. Looping through the directory…
Thanks to this post by SteveMC at Lowendtalk PHP versions were benchmarked using php-benchmark-script.com On a reported Intel i3 3240 – 8GB ram, from version 7.0 through to the latest…
This one is a whopper, Its not even the biggest server you can deploy from Vultr either. Costing $0.476 p/h or $320 per month the server features 16 virtual CPU’s,…
Making a video smaller (downscaling) or bigger (upscaling) with FFmpeg is actually very easy. Here are some FFmpeg commands to help you out: Upscale with FFmpeg To change a video…
The best way to run a FFmpeg encode for all videos in a folder would be with a batch process. A batch (.bat) file gets executed when you double-click it….