Best Practices for Linux Flashcards

1
Q

Scheduled Backups

A
  • Many Options
    • Command Line & graphical
    • May be included with the distribution
  • tar
    • Tap archive
    • Easy to script into backup schedule
  • rsync
    • Sync files between storage devices
    • Instant synchronization or scheduled
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Scheduled Disk Management

A
  • Very little disk maintenance required
    • Space & resources
  • Check file system
    • Files system can’t be mounted
    • Done automatically every X number of reboots
    • Force after reboot by adding a file to it
      • sudo touch / forcefsck

-Clean up log space = /var /log

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

System Updates

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

Driver / Firmware Updates

A
  • Many drives are in the Kernel
    • Updated when the kernel updates
  • Additional drivers are managed with software updates or at the Command Line
    • Update them yourself
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Anti-virus / Anti-malware Updates

A
  • Relatively fewer viruses & malware for Linux
    • Still keep updated
  • Clean AV
    • Open source anti-virus engine

-Same best practices as any other OS

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