shoutcast
Install shoutcast server Shoutcast sc trans Start shoutcast on boot CentovaCast Enable SSL for shoutcast
Install shoutcast server Shoutcast sc trans Start shoutcast on boot CentovaCast Enable SSL for shoutcast
cryptsetup is used to encypt disk on Linux. I used TrueCrypt before this. After TrueCrypt stopped the project, i started using cryptsetup…
After installing elasticsearch on CentOS 7, it failed to start with error [root@ns3160182 ~]# systemctl start elasticsearch.service Job for elasticsearch.service failed because…
dnsmasq is a very powerful tool that can provide basic dns services/caching, act as dhcp server and also as tftp server. To…
oneinstack is a free hosting management software available at https://oneinstack.com/ Documentation available at https://oneinstack.com/docs/lampstack-image-guide-en/ To find MySQL root password, run cd /root/oneinstack…
To benchmark a server with GeekBench, you can run You can create an account on https://browser.geekbench.com and keep all your benchmarks in…
aaPanel is a free hosting control panel written in Python. https://www.aapanel.com/new/index.html install php redis extension in aaPanel Install aaPanel Login url To…
Linux Run Command as another userusermodsudo: command not found To allow a user to run sudo commands without a password, run Find…
To run command as another user on Linux, you can use su USER_NAME_HERE -s /bin/bash -c COMMAND_HERE Or sudo -u USER_NAME_HERE COMMAND_HERE…
You can find process id for a running program with command pidof BINARY_NAME_HERE Example boby@sok-01:~$ pidof gedit 22057 boby@sok-01:~$ ps aux |…