This command finds all Flac files and then converts them to mp3 with FFMPEG keeping meta data. find . -name “*.flac” -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \; [read more]
As I try to make any network that I setup to be as much invisible as possible from the outside world. I thought about how to prevent people from trying to login to my VPN.For instance when you setup an L2Tp/IPSEC VPN. The default ports used are 500 and 4500. So anyone could try and [read more]