This commit is contained in:
2021-07-15 15:42:30 -06:00
parent 0bb0af608f
commit 12b275a050
74 changed files with 9436 additions and 3 deletions

BIN
server/files/bin/speedtest-ookla Executable file

Binary file not shown.

View File

@@ -47,6 +47,7 @@ alias whatismyip='curl -s http://icanhazip.com/'
alias pv='echo "Version:" && python --version && echo && echo "Interpreter Path:" && python -c "import sys;print(sys.prefix)" && echo && echo "Paths:" && python -c "import sys;print(sys.path);"'
alias activate='source env/bin/activate && pv'
alias pips='pipenv shell && echo "pipenv shell has been deactivated" && echo && pv'
alias pops='poetry shell && echo "poetry shell has been deactivated" && echo && pv'
# Docker
alias dps="docker ps"