Skip to content

Instantly share code, notes, and snippets.

View kendfss's full-sized avatar

Kenneth kendfss

View GitHub Profile
@johnarok
johnarok / symbolic-links-in-windows-golang.md
Last active May 12, 2022 11:41
symlinks in windows using golang notes
@unrooted
unrooted / initSystemsCheatSheet.md
Created December 31, 2020 11:58
init systems cheat sheet

Manage services in systemd, openRC and runit

systemd

  • list all services: systemctl list-unit-files
  • list running services status: systemctl list-units
  • list failed services: systemctl --failed
  • list available services: systemctl --all
  • start a service: systemctl start [SERVICE_NAME]
  • stop a service: systemctl stop [SERVICE_NAME]
@ronnaf
ronnaf / msys2-with-zsh-on-windows-11.md
Last active October 8, 2024 17:57
Setting up MSYS2 with ZSH on Windows 11