We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8628c47 commit 0f5f821Copy full SHA for 0f5f821
Linux/.bashrc
@@ -97,6 +97,7 @@ if [ -f ~/.bash_aliases ]; then
97
. ~/.bash_aliases
98
fi
99
alias 7z_archive='7z a -t7z -mx="9" -mmt="$(($(nproc)+1))" -bsp1 -bt $1 $2'
100
+alias apptainer_run='unshare -r apptainer run --allow-setuid --keep-privs --writable'
101
alias bat='batcat'
102
alias benchmarkQ='curl -qfsSL bench.sh | bash'
103
alias benchmarkX='curl -qfsSL yabs.sh | bash -s -- -i'
0 commit comments