Change PHP version in Virtualmin Server
To change PHP version for a web site hosted in Virtualmin, click on the Virtualmin tab. Select the domain from drop down…
To change PHP version for a web site hosted in Virtualmin, click on the Virtualmin tab. Select the domain from drop down…
On a CentOS server, when sending mail from PHP scripts, mail failed to work. On checking postfix log file (/var/log/maillog), i see…
To protect files on Linux by accidently overwritten by > operator, you can use set -o noclobber Now if you try to…
To extract Audio from Video using ffmpeg, run ffmpeg -i VIDEO_FILE.mp4 audio.mp3
On web servers, you may need to get email alert when someone logs in to your server using SSH. To do this…
By default VNC Console on a KVM virtual Machine only listens to localhost. So you need to do SSH tunnel to access…
This script will check disk usage on / partition and email you if disk usage is above 80% We can use df…
To install Linux KVM hypervisor on CentOS 8, run Install libvirtd Enable libvirtd to start on boot Start libvirtd To see status,…
I have a movie cut with hjspit. To join them on Linux, run Back to cat
When you run a docker image, it create a container and run it. After docker container stop, container stays, so you can…
One of my internet provider only provide IPv4 connection. When i run apt install command, it failed with error as it try…
On rebooting the CentOS 7 server, changes made to resolv.conf is lost. This is because one of the network interface is configured…