I hereby claim:
- I am mrtechgadget on github.
 - I am mrtechgadget (https://keybase.io/mrtechgadget) on keybase.
 - I have a public key ASAq_g6wl74HZpr-6Q5GKDGNf3dILkqrL40hXs_PyxkDzQo
 
To claim this, I am signing this object:
| dag() { | |
| domain=$1 | |
| echo "External 8.8.8.8" | |
| dig @8.8.8.8 +noall +answer $domain | |
| echo "Internal" | |
| dig +noall +answer $domain | |
| } | 
| # ubuntu server build doc | |
| # upgrade ubuntu | |
| sudo apt update && sudo apt upgrade -y | |
| sudo do-release-upgrade | |
| # https://docs.docker.com/engine/install/ubuntu/ | |
| # Add Docker's official GPG key: | 
| blueprint: | |
| name: IKEA Open/Close Remote | |
| description: | | |
| 'Control your roller blind with an IKEA 2 button remote (the square ones). | |
| this is the remote that's been delivered by the "Fytur" and " Kadrilj" | |
| roller blinds.' | |
| domain: automation | |
| input: | |
| remote: | |
| name: Remote | 
| blueprint: | |
| name: Light Zone action | |
| description: Changes Light Color when a person leaves or enters a specific zone | |
| domain: automation | |
| input: | |
| person_entity: | |
| name: Person | |
| description: The person you want to track | |
| selector: | |
| entity: | 
| # Install Apps # | |
| winget install Microsoft.Powertoys -e | |
| winget install Microsoft.PowerShell -e | |
| winget install Postman.Postman -e | |
| winget install vscode -e | |
| winget install Git.Git -e | |
| winget install Google.Chrome -e | |
| winget install Zoom.Zoom -e | |
| winget install Microsoft.WindowsTerminal -e | |
| winget install mRemoteNG.mRemoteNG -e | 
I hereby claim:
To claim this, I am signing this object:
| sudo groupadd arm | |
| sudo useradd -m arm -g arm | |
| sudo passwd arm | |
| sudo apt-get -y install git | |
| sudo add-apt-repository ppa:heyarje/makemkv-beta | |
| sudo add-apt-repository ppa:stebbins/handbrake-releases | |
| sudo add-apt-repository ppa:mc3man/xerus-media | |
| sudo apt update | |
| sudo apt -y install makemkv-bin makemkv-oss | |
| sudo apt -y install handbrake-cli libavcodec-extra | 
I hereby claim:
To claim this, I am signing this object:
| # Generate a BaseSystem.dmg with 10.13 Install Packages | |
| hdiutil attach /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -mountpoint /Volumes/highsierra | |
| hdiutil create -o /tmp/HighSierraBase.cdr -size 7316m -layout SPUD -fs HFS+J | |
| hdiutil attach /tmp/HighSierraBase.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
| asr restore -source /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase | |
| cp -R /Volumes/highsierra/Packages /Volumes/OS\ X\ Base\ System/System/Installation | |
| hdiutil detach /Volumes/OS\ X\ Base\ System/ | |
| hdiutil detach /Volumes/highsierra/ | |
| mv /tmp/HighSierraBase.cdr.dmg /tmp/BaseSystem.dmg | 
| #!/usr/bin/env python | |
| """ | |
| Very basic web access to log and queue monitor for ARM (Automatic Ripping Machine) https://github.com/ahnooie/automatic-ripping-machine | |
| Usage:: | |
| Place script in /opt/arm directory | |
| sudo ./logserve.py [<port>] | |
| View the empty.log in reverse order:: |