Linux
Start x11vnc with supervisord
To auo start x11vnc with supervisord, first install x11vnc and supervisord apt -y install supervisor x11vnc Create a password file x11vnc -storepasswd…
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,…
icecast
CentovaCast Enable SSL on icecast How to install icecast KH on CentOS 7 Server Autostart icecast using systemd Enable SSL for icecast…
CentovaCast Enable SSL on icecast
Before you can get SSL work, you need to compile icecast with SSL. If icecast is not installed with SSL support, it…
Install Paid SSL on Centova Cast
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…
ASTPP install SSL
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…
ASTPP change URL
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
Set server time PST/PDT
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
ERPnext Scheduler Inactive error
After installing ERPnext, when login for first time, i get error message Scheduler Inactive Background jobs are not running. Please contact Administrator.…
Change Server Hostname in VestaCP
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…
Install LetsEncrypt SSL on ERPnext
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…