From b6e12176a8951fec6e5119ec68663cd2b537bb48 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Fri, 13 Jan 2023 16:30:56 -0600 Subject: [PATCH] ugh --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 42454fa..cc07033 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -79,6 +79,6 @@ alias speedTest='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/m # If you're runnng my exact mastodon setup, this will be useful alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl' # HAHAHA Go for it. Hours of fun and profit or ruining all your stuff -alias hackingtool='docker run -it vgpastor/hackingtool' +alias hackingtool='docker run -it --net=host --privileged vgpastor/hackingtool' #Do you need to reboot? Find out here! alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"'