Name | License | Source |
---|---|---|
7-Zip | Open Source | |
Audacity | Open Source | |
Audiveris | Open Source | |
Autodesk Fusion 360 | Free License | |
AutoIt | Freeware | |
Battle.net | Platform | |
Blender | Open Source |
View windows_software.md
View terraform_cloud_0.13upgrade.md
Background
When upgrading to Terraform 0.13 where runs driven by VCS and state is stored remotely (in this case Terraform Cloud)
I had an issue where a public Github module I was using included versions.tf which fails on older terraform versions.
I'd never used terraform
locally, only connected the repository to Terraform Cloud.
The terraform 0.13upgrade
is only in the 0.13 binaries, I had to download the old binary for my OS and run that specifically.
View marleyspoon_mealie.workflow.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var recipe = {}; | |
recipe.name = item.name_with_subtitle; | |
recipe.recipe_yield = '4 Servings'; | |
var ingredients = []; | |
item.ingredients.forEach((ingredient) => { | |
ingredients.push(ingredient.name_with_quantity); | |
}); | |
item.assumed_ingredients.forEach((ingredient) => { | |
ingredients.push(ingredient.name); |
View raspbian_openalpr.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Prep SD card | |
# wpa_supplicant.conf | |
touch /boot/ssh | |
echo "enable_uart=1" >> /boot/config.txt | |
## Boot, ssh | |
uname -a | |
# Linux gatelpr 5.10.63+ #1496 Wed Dec 1 15:57:05 GMT 2021 armv6l GNU/Linux |
View apk_zipalign_resign.md
Modifying Android APK and Resign on Windows
Requirements
JDK (Java SE Development Kit)
https://www.oracle.com/java/technologies/javase-downloads.html
Install to the default location, eg: C:\Program Files\Java\jdk-14.0.2
- keytool.exe
- jarsigner.exe
View rtl8188eus.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/aircrack-ng/rtl8188eus | |
sudo apt update | |
sudo apt install bc | |
sudo rmmod r8188eu.ko | |
git clone https://github.com/aircrack-ng/rtl8188eus | |
cd rtl8188eus | |
sudo -i | |
echo "blacklist r8188eu.ko" > "/etc/modprobe.d/realtek.conf" | |
exit |
View nethunter_grouper-talapia.md
Unsupported
The Nexus 7 (2012) tablet is no longer supported by Offensive Security; I didn't have any luck with kernel/kali distributions, so attempted upgrading.
Problems
- Installing Open GApps slows the device to a crawl, haven't been able to install an app without the device freezing (though may need to let it sort itself out for longer)
- Attempted to avoid GApps by installing a browser from APK (via adb)
- Mozilla Focus https://github.com/mozilla-mobile/focus-android/releases
- Launching app shows screen, but crashes Android after a couple of seconds
- Mozilla Focus https://github.com/mozilla-mobile/focus-android/releases
View oracle_n8n_postgres.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a string of commands, not a developed script. | |
# Set a password to be used for the PostgreSQL authentication | |
POSTGRES_USER='n8n' | |
POSTGRES_PASSWORD='' | |
# Create Instance | |
# Attach Block Storage | |
# Add a public IP to the NIC | |
# Edit the Instance > Virtual Cloud Network > Security Lists > Default Security Lists |
View gist:d0cef2cc0d88cb3ed64bd6fc0d08fb0d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alt+E,N | |
Home,S,S,S | |
Alt+M,Y | |
Preferences | |
Security (Enhanced) | |
Enable Protected Mode at startup | |
http://www.efferen.nl/2012/03/solved-adobe-reader-x-hangs-after-opening-a-pdf-file/ | |
https://www.adobe.com/devnet-docs/acrobatetk/tools/VirtualizationGuide/citrix.html |
View homelab.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Greenplum (Massively Parallel Postgres for Analytics) | |
https://greenplum.org/download/ | |
Vagrant (Development Environments Made Easy) | |
https://www.vagrantup.com/ | |
Odoo (Open Source ERP and CRM) | |
https://www.odoo.com/ | |
Apache Hadoop |
NewerOlder