DEBIAN - Post-Install Security: Difference between revisions

From IT-Arts.net
imported>Z
Created page with "Category:Post-It == Script File == <nowiki> #/bin/bash apt update && apt install -y fail2ban rkhunter chkrootkit lynis tiger gnupg2 logwatch debsecan exit 0</nowiki>"
 
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' "
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]
 
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]'''''
 





Latest revision as of 08:36, 17 January 2026


Return to Wiki Index



Script File

#/bin/bash

apt update &&
apt install -y fail2ban rkhunter chkrootkit lynis tiger gnupg2 logwatch debsecan

exit 0