New Member
Jump to navigation
Jump to search
Contents
VPN
Linux
more information: OpenVPN
- install openvpn
- on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with
apt install openvpn
- on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with
- create a new certificate on ovpn.zom.bi and copy it to /etc/openvpn/ using
sudo cp config.ovpn /etc/openvpn/client/
- run OpenVPN, e.g. running
sudo openvpn --config /etc/openvpn/client/config.ovpn
LDAP
more information: LDAP
Most of our services use a central authentication system. You should have received credentials when you became a member from an admin. You can change your credentials if you log into the userbox and execute passwd
Own Webspace
You have your own webspace on zombi, that's being served at https://user.zom.bi/<USERNAME>
Files that you place at ~/Public
on the userbox will be served at that location.