• 13 Posts
  • 210 Comments
Joined 9 months ago
cake
Cake day: September 22nd, 2024

help-circle




  • ($@ > /dev/null 2>&1 &)

    Simple bash function that runs something fully detached even if its parent closes, and is not dependent on any software feature such as bash’s disown

    alias sp='sudo systemctl stop'
    alias sr='sudo systemctl restart'
    alias ss='sudo systemctl status'
    alias sup='systemctl --user stop'
    alias sur='systemctl --user restart'
    alias sus='systemctl --user status'
    

    Bunch or systemctl related aliases