dandennison84 wrote:Losing my laptop [...]
Encrypt your /home partition OR encrypt your whole disk (=FDE; full disk encryption)
dandennison84 wrote:[...] using it on public wifi.
=>
alamahant wrote:1.Firewalls like iptables or other
2. A MAC implementation like Apparmor or Selinux
3.Hardened profile and kernel.
4.Best practices for daemons like apache,sshd etc.
5.Intrusion detection and other network tools like snort,nmap.tcpdump,wireshark etc.
[...]
7.Regularly checking the logs for anything unusual.
This would be my minimum recommendation - in order of importance:
1. Hardened kernel / Hardened profile
2. Use your own DNS resolver; best with DoT (DNS over TLS); I am using "unbound" for this; "dnsmasq" is also a possible solution
3. Secure your browser; maybe "firejail"; better with a MAC implemantation; SELinux can be hard on a desktop; I am using AppArmor for this
4. Do a firewall; either with iptables or nftables; forget UFW or other add-ons
I am using also:
- IMA (from kernel) as additional protection against modification of executable binaries
I dont use clamav because:
a) It had its own security problems in the past, AND
b) My mail application dont use http mails