New Member

From Zombi Wiki
Revision as of 22:35, 6 June 2020 by Cpp (talk | contribs) (Created page with " = VPN = == Linux == ''more information: OpenVPN'' # install ''openvpn'' #* on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

VPN

Linux

more information: OpenVPN

  1. install openvpn
    • on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with apt install openvpn
  2. create a new certificate on ovpn.zom.bi and copy it to /etc/openvpn/ using
    sudo cp config.ovpn /etc/openvpn/client/
    
  3. 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.