Skip to content

Instantly share code, notes, and snippets.

View aaronsb's full-sized avatar

Aaron Bockelie aaronsb

  • Wichita, KS
View GitHub Profile
@aaronsb
aaronsb / profile.ps1
Created June 12, 2020 21:22
powershell profile
# Shows navigable menu of all options when hitting Tab
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# Autocompletion for arrow keys
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
@aaronsb
aaronsb / powershell-ubuntu-2004.txt
Last active September 21, 2020 17:26
powershell on ubuntu 20.04
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt install liblttng-ust0
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb
sudo dpkg -i libicu60_60.2-3ubuntu3.1_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb
sudo apt-get install -y powershell
@aaronsb
aaronsb / ve-venus-gui.txt
Last active July 2, 2024 19:29
Victron Energy Venus GUI notes
Hey everyone, I've moved this to a more formal markdown file under the venus support
https://github.com/aaronsb/victronvenussupport/blob/master/venus_rpi_enablement.md