Create a file flush_dns.sh
chmod 755 flush_dns.sh
edit and paste the code bellow:
#!/bin/bash sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;
Create a file flush_dns.sh
chmod 755 flush_dns.sh
edit and paste the code bellow:
#!/bin/bash sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;
OpenVPN is more and less banned in some countries, therefore to be able to use it there, we need to…
This file will start automatically sTunnel daemon on your Mac Os Sierra computer. sudo vi /Library/LaunchDaemons/macports.stunnel.plist for more information concerning…
After a samba upgrade on a debian server, i couldn't connect anymore my SMB shared folder from Mac OS X.…