Week 47 / 2022

Mohamed Saif published on
1 min, 88 words

commands

systemd
  • service = unit
  • systemctl status [service]:
  • sudo systemctl enable [service]:
  • sudo systemctl start [service]:
  • sudo systemctl stop [service]:
  • sudo systemctl disable [service]:
  • sudo systemctl enable --now [service]: enable unit and start it in one shot.

Malware Analysis: introduction

  • Most of these cyber attacks use malicious software (also called malware) to infect their targets.