"---------------------------Squid Commands---------------------------"
" to start: # /usr/sbin/squid "
" to stop: # /usr/sbin/squid -k shutdown "
" to reload: # /usr/sbin/squid -k reconfigure "
" to test if running: # ps uax|grep squid "
" to check logs: # tail /var/logs/cache.log "
"--------------------------------------------------------------------"
"-------------------------OpenVPN Commands---------------------------"
" to start: # systemctl start
openvpn@server.service "
" to stop: # systemctl stop
openvpn@server.service "
" to reload: # systemctl restart
openvpn@server.service "
" to check status: # systemctl status
openvpn@server.service "
"--------------------------------------------------------------------"
"---------------------- Add Users ---------------------------"
" to add: # useradd enterusernamehere "
" change passwd: # echo "username

assword" | chpasswd "
" to remove: # userdel username "
"--------------------------------------------------------------------"
thanks paps @
tacome9 sa tutorials at autosctipt mo, problem solve para sa mga naka CentOS7
