🟠Using Ubuntu
All about using
Initial hardening
References for some of these steps are at this site. It's pasted here for my convenience.
Encrypt your hard-drive
⚠️⚠️⚠️ THIS IS ONLY DOABLE WHEN YOU INSTALL UBUNTU ⚠️⚠️⚠️
On the installation page where you have to select your partition, opt to erase the disk and then select "Use LVM..." option and encrypt it using Linux Unified Key System (LUKS)
Setup Antivirus
Install and Bootstrap ClamAV
Setup ClamAV to run daily
Create the log file:
Use cron to setup a daily job:
Paste in the following contents:
Setup Firewall
Confirm that `ufw` is installed
Setup base rules for `ufw`
Enable `ufw`
If not already done, enable ufw:
Enable `ufw` to run at startup
Secure `sysctl`
Paste in the following contents:
Finally, enable it:
Secure `/proc`
Make a backup of the configuration file and then open it:
Paste the following line at the end of the file:
Reload the configuration by remounting /proc:
Secure the kernel
Backup the configuration file:
Open the configuration file:
Add the following lines at the end:
Add some blocklists to `/etc/hosts` if you want
Checkout the repository at https://github.com/jmdugan/blocklists
Copy and paste the blocklists as needed into your
/etc/hostsfile
Albert Task Launcher
Troubleshooting
Last updated
Was this helpful?
