From 7c718d14b720da7f34412ea81a2e8a030883ed18 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Mon, 7 Oct 2024 17:15:26 +0100 Subject: [PATCH] Add bash aliases for conda and using an rdpw file with xfreerdp3. --- bash_aliases | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash_aliases b/bash_aliases index be8bc87..1a13fd5 100644 --- a/bash_aliases +++ b/bash_aliases @@ -12,6 +12,10 @@ alias swd="waydroid-show" alias launch-waydroid="waydroid-launch" alias screen-off="xset dpms force off" alias boot-sign-verify="sudo sign-boot && sudo verify-boot" +alias rdp-session-desktop-cvd="xfreerdp3 ~/Downloads/SessionDesktop.rdpw /gateway:type:arm /sec:aad +clipboard /w:1920 /h:1020 +auto-reconnect" +function conda-activate() { + eval "$(~/anaconda3/bin/conda shell.bash hook)"; +} function kernel-build-dep() { echo "[+] Kernel Build Dependancy Installation..."; sudo apt install gawk git dh-make llvm libclang-dev sbsigntool linux-libc-dev libperl-dev libpython3-dev libunwind-dev liblzma-dev lzma-dev libzstd-dev libnuma-dev libelf-dev libcap-dev linux-libc-dev;