Best Practices for Linux Flashcards

1
Q

Scheduled backups - Best Practices for Linux

A
  • tar - Tape Archive

* rsync - Sync files between storage devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Scheduled disk maintenance - Best Practices for Linux

A
  • Check file system - File systems can’t be mounted
    • Done automatically every X number of reboots
    • Force after reboot by adding a file to the root
    • sudo touch /forcefsck
  • Clean up log space in /var/log
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

System updates - Best Practices for Linux

A
  • Command line tools - apt-get, yum
  • Graphical update managers - Software updater
  • Patch management - Updates can be scheduled
  • Software center - The Linux “App Store”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Driver/firmware updates - Best Practices for Linux

A
  • Many drivers are in the kernel - updated when the kernel updates
  • Drivers are managed with software updates or at the command line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Anti-virus/Anti-malware updates - Best Practices for Linux

A
  • Relatively few viruses and malware for Linux
  • ClamAV - Open source antivirus engine
  • Same best practice as any other OS
  • Always update signature database
  • Always provide on-demand scanning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly