After a samba upgrade on a debian server, i couldn’t connect anymore my SMB shared folder from Mac OS X.
I just replaced the protocol used smb by cifs on the link.
cifs://192.168.10.1/backup
instead of
smb://192.168.10.1/backup
After a samba upgrade on a debian server, i couldn’t connect anymore my SMB shared folder from Mac OS X.
I just replaced the protocol used smb by cifs on the link.
cifs://192.168.10.1/backup
instead of
smb://192.168.10.1/backup
Create a file flush_dns.sh [code lang="bash"] chmod 755 flush_dns.sh [/code] edit and paste the code bellow: [code lang="bash"] #!/bin/bash sudo…
This file will start automatically sTunnel daemon on your Mac Os Sierra computer. sudo vi /Library/LaunchDaemons/macports.stunnel.plist [code lang="xml"] <?xml version="1.0"…
OpenVPN is more and less banned in some countries, therefore to be able to use it there, we need to…
Create under your module a folder controller, in that folder create files controller.py and __init__.py and link your new file…