Add ffmpeg

Import the GPG key from the repo: Install the ATRPMS Repo: Install Check the supported formats: Test converting videos. Here’s an example from mp4 to h264: How can I work with ffmpeg using PHP? Simple. Just install php-ffmpeg extension. First, install REMI repo in order to get your php-ffmpeg package, then type: If you see … Read more

Using screen

The screen program is a powerful terminal multiplexer for Unix-like operating systems such as Linux. It allows you to create multiple virtual terminals within a single terminal window or remote session, which can be detached and reattached as needed, even if the original terminal session is disconnected.

Read more

Troubleshoot Network Scanning on Plesk Server

For abuse issues that involve your server host sending emails with complaints that your server is conducting network scanning. What is Network Scanning? Network scanning is a process of identifying active hosts on a network, either for the purpose of attacking them or for network security assessment. It laymans terms, if your hosting provider has … Read more

Block IP with iptables

Block Incoming Request From IP 1.2.3.4 The following command will drop any packet coming from the IP address 1.2.3.4: Finally, the last thing we need to do is save our rules so that next time we reboot our computer our rules are automatically reloaded: Check to see if it is added: Other good info to … Read more