Extract Audio from Video using ffmpeg
To extract Audio from Video using ffmpeg, run ffmpeg -i VIDEO_FILE.mp4 audio.mp3
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…
When running yum update on CentOS 7 server, i get following error [root@server2 yum.repos.d]# yum update curl Loaded plugins: fastestmirror Loading mirror…
BitBucket Server alloow you to host git repositories. By default bitbucket server have url in following format http://YOUR_IP_ADDR:7990/login To install SSL, first…
Before you configure bridge network, make sure you have bridge-utils installed. apt install bridge-utils You may also need ifdown and resolvconf packages…
bash: ps: command not found List processes by memory usage To find the command line To see the parent process ID of…
On a docker image, when i run ps, i get error root@2efea503e8b7:~# ps bash: ps: command not found root@2efea503e8b7:~# To install ps…
This script will check disk usage on / partition and email you if disk usage is above 80% We can use df…
To read mail from Maildir folder, use mutt. You can run mutt -f /home/user/Maildir To install mutt on Ubuntu/Debian, run apt install…