-
Notifications
You must be signed in to change notification settings - Fork 4
Useful things
gammaw edited this page Sep 10, 2019
·
2 revisions
AzuraCast
- Liquidsoap version in use: https://github.com/AzuraCast/AzuraCast/issues/1513#issuecomment-491102552
Ubuntu
- Change hostname display:
hostnamectl set-hostname [display_name]
- Update packages (if you see
XX packages can be updated.
after SSH logon)apt-get update
-
apt-get upgrade
(if problems try with--fix-missing
flag in first step and maybe after new log off/on)