Manually run icecast on CentovaCast server
On CentovaCast server, icecast is run as user ccuser, to run icecast, you need to enable shell for this user. By defult,…
On CentovaCast server, icecast is run as user ccuser, to run icecast, you need to enable shell for this user. By defult,…
CentovaCast Enable SSL on icecast How to install icecast KH on CentOS 7 Server Autostart icecast using systemd Enable SSL for icecast…
Before you can get SSL work, you need to compile icecast with SSL. If icecast is not installed with SSL support, it…
To install SSL on Centova Cast, edit file vi /usr/local/centovacast/etc/ssl/certificate.pem Add your SSL cert and ca-bundle file content to this file. Edit…
To install SSL on ASTPP server, edit file vi /etc/nginx/ssl/nginx.crt; Add your SSL cert on this file. It is good idea to…
To change URL of ASTPP installation, edit file vi /var/lib/astpp/astpp-config.conf Find base_url=https://URL-HERE/ You can update your new URL here. See ASTPP
To set server time to PST/PDT, run rm -f /etc/localtime ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime or timedatectl set-timezone America/Los_Angeles
After installing ERPnext, when login for first time, i get error message Scheduler Inactive Background jobs are not running. Please contact Administrator.…
To change server hostname in VestaCP control panel, login to SSH as user root, run /usr/local/vesta/bin/v-change-sys-hostname HOSTNAME_HERE Example /usr/local/vesta/bin/v-change-sys-hostname server1.serverok.in Related Posts…
To install LetsEncrypt free SSL on ERPnext site, run sudo -H bench setup lets-encrypt [site-name] –custom-domain [custom-domain] Example sudo -H bench setup…
How to delete ErpNext site with bench Install LetsEncrypt SSL on ERPnext Bench Commands Cheatsheet ErpNext restore backup ErpNext backup a site…
To delete an ErpNext site with bench, run bench drop-site DOMAIN Example