Sync time on a remote linux host
date –set @$(date -u +%s)
date –set @$(date -u +%s)
Turns out the VPN Sever was looking for just the password, not username and password. I had tried putting just the password into the _login.conf file, but the auth-user-pass was expecting 2 parameters. I had to change that to askpass …
%a %b %e %l:%M %p
Use the following commands to enable exFAT drives on Linux.
To Disable APSD (Apple Push Notification Service Daemon) Open Terminal, enter: ======================================================== To re-enable the process, you can use this: Disable System Integrity Protection Temporarily in page link To disable SIP, do the following: Warning Disable SIP only temporarily to …
sudo systemctl enable wg-quick@wg0.service sudo systemctl enable openvpn.service sudo systemctl disable wg-quick@wg0.service sudo systemctl disable openvpn.service
In /etc/fstab file, add nofail to UUID line. UUID=6E18-3B5A /media/Ext2T exfat defaults,nofail,umask=000 0 2 umask=000 means that anyone can read, write or execute any file or directory.
I was able to solve this problem by adding: unix priv = no to the [share] section in /etc/netatalk/afp.conf.
You may disable WG or OpenVPN by executing the following from the bash shell, respectively: sudo systemctl disable wg-quick@wg0.service sudo systemctl disable openvpn.service Use enable to reactivate a service. Your VPN configurations are preserved while these services are in a …
sudo service hostapd status sudo service hostapd start sudo service hostapd stop