Linux Administration
2.52K subscribers
4 files
125 links
Download Telegram
SMS integration with Nagios – Solutions@Experts.com
http://www.solutionsatexperts.com/sms-integration-with-nagios/
Apache hardening checklist – Solutions@Experts.com
http://www.solutionsatexperts.com/apache-hardening-checklist/
SSL/TLS Strong Encryption: How-To - Apache HTTP Server Version 2.4
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
history -c # clear your active shell's history in case you do something stupid like paste a password+newline into your terminal.
Hi all
This is public group created to learn and earn Linux knowledge. Hope henceforth everybody will active and follow Moto of this group.
Show top 50 running processes ordered by highest memory/cpu usage refreshing every 1s

watch -n1 "ps aux --sort=-%mem,-%cpu | head -n 50"