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:Post-It" to "Category:Wiki"
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]





Revision as of 08:51, 9 December 2025



Script File

#/bin/bash

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

exit 0