Category: IT

Zabbix on Ubuntu with SSL

Everyone needs a monitor system, right? Disclaimer or Scope/Intention This is how I did it. Short guide, more or less for myself so I won’t …

Linux Ubuntu 20.04 NTP & TimeZone

Set TimeZone:sudo timedatectl set-timezone Europe/Stockholm Set NTP. Edit timesyncd.conf:nano /etc/systemd/timesyncd.conf Add NTP-server(s):NTP=ntp.se Close and Save, Ctrl+X, Y, Enter. Restart service, check status:sudo systemctl restart systemd-timesyncdsudo …

osTicket on Ubuntu with SSL

Everyone needs a ticket system, right? Disclaimer or Scope/Intention This is how I did it. Short guide, more or less for myself so I won’t …