I struggled installing Private Internet Access’ vpn in Kali a few different times using their Linux installer, and decided to share the super-simple way I got it to work. Make sure you have your /etc/apt/sources.list file populated with the correct values. These are the ones I used deb https://http.kali.org/kali kali-rolling main contrib non-free deb-src https://http.kali.org/kali kali-rolling […]
Month: September 2017
Secure your credentials for file share mounts on Ubuntu 17.04
I was in “Just make it work” mode and found I’d left my credentials out in plain text after setting up my Plex server to read off a remote fileshare. Don’t do that, instead, do this: Create a directory on your local linux machine where you’ll access the file share: sudo mkdir /media/PlexMedia Modify /etc/fstab […]