Ayşad Kozanoğlu

Linux Server System
operator / administrator

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#3ed72b',
      'primaryTextColor': '#000',
      'primaryBorderColor': '#000',
      'lineColor': '#fff',
      'secondaryColor': '#e6f01b',
      'tertiaryColor': '#fff'
    }
  }
}%%


journey
    title openssl aes-256 file encryption
    section on Console
      openssl : 3: use case
      aes-256-cbc: 4: use case
      file: 5: use case
      secret: 6: use case

Overview

  • openssl
    • aes-256 algorithm
      • file
        • encrytion
        • decryption
        • txt,yaml,tar.gz,bzip, zip
      • passphrase protected
Read more »

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#3ed72b',
      'primaryTextColor': '#000',
      'primaryBorderColor': '#000',
      'lineColor': '#fff',
      'secondaryColor': '#e6f01b',
      'tertiaryColor': '#fff'
    }
  }
}%%


flowchart LR
disk1---|LVM raid1|disk2

Overview

  • LVM
    • Raid1
    • remove missing partial disk of radid1
    • rename Volu group VG
    • mount
    • recover
      Read more »
0%