Delete the .bash_history file:
# rm -rf ~/.bash_history
Clear the current history stored in RAM:
# history -c
Delete the .bash_history file:
# rm -rf ~/.bash_history
Clear the current history stored in RAM:
# history -c
#cd /usr/local/cpanel/whostmgr/docroot/cgi #wget -N...
CSF is great firewall for all linux based servers. For non-cpanel servers you'll need to install...
2 ways to stop messages output on linux server console #mesg n or #vi /etc/sysctl.conf...
- Backup a database mysqldump -u Username -p dbname > anyname.sql - Restore a database...