How to start CentOS Web Panel
service cwpsrv status service cwpsrv start https://www.plothost.com/kb/services-centos-web-panel/
service cwpsrv status service cwpsrv start https://www.plothost.com/kb/services-centos-web-panel/
https://unix.stackexchange.com/questions/174780/centos-7-add-new-user-with-root-privileges
firewall-cmd –list-ports firewall-cmd –list-services firewall-cmd –list-all firewall-cmd –add-port==132/tcp –permanent firewall-cmd –reload —————————- systemctl enable firewalld systemctl start firewalld systemctl status firewalld https://www.liquidweb.com/kb/how-to-start-and-enable-firewalld-on-centos-7/
https://stackoverflow.com/questions/39322089/node-js-port-3000-already-in-use-but-it-actually-isnt https://stackoverflow.com/questions/14790910/stop-all-instances-of-node-js-server
sudo npm install @material-ui/icons –unsafe-perm=true –allow-root
File sever sudo chmod -R 757 /var/www Local host sudo chown -R $USER .*
Delete all files and directory rm -rf dir1 Delete all files in directory rm -rf dir1/*
For this example I’m transferring files from ‘test’ into ‘server’ cp -rf /home/server/folder/test/* /home/server/
For this example I’m transferring files from Downloads into Videos mv ~/Downloads/* ~/Videos
https://www.2daygeek.com/start-stop-restart-enable-reload-pureftpd-server-service-in-linux/