- Log into unifi controller web UI
- Go to Settings
- Select Routing & Firewall
- Select Firewall
- Select Groups
- Hit "Create new Group"
- Enter all your DNS servers here you want to be allowed on the local LAN (Eg, mine is 10.0.1.1 - gateway, 10.0.1.14 - pi-hole)
- Name this "Allowed DNS Servers"
- Hit OK
- SSH into the Gateway - NOT the CloudKey (username/password is whatever you set up)
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
Destiny Homework | |
1. Update your PSN software | |
2. Update Destiny to latest version | |
3. Login as Warlock master race | |
4. Go to the tower | |
1. Your existing purple gear is likely out of date unless it’s year two, as they have new mod slots and such | |
2. Don’t waste infusion at all at this point, just wear the blues - infusion is expensive! | |
3. Infusion costs legendary shards, planetary materials and enhancement cores | |
1. Make sure to collect 1-2 enhancement cores from Spider every day you can, they’ll cost 10, then 20 then 40 legendary shards etc, I just buy 2. |
- Minecraft forge: https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.0.90/forge-1.14.4-28.0.90-installer.jar
Simple mac setup script:
bash <(curl -s https://raw.githubusercontent.com/terafin/minecraft-mod-collection/master/mac_install.sh)
Manual Mod Install
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
// Automatically upgrade packages from these (origin:archive) pairs | |
// | |
// Note that in Ubuntu security updates may pull in new dependencies | |
// from non-security sources (e.g. chromium). By allowing the release | |
// pocket these get automatically pulled in. | |
Unattended-Upgrade::Allowed-Origins { | |
"${distro_id}:${distro_codename}"; | |
"${distro_id}:${distro_codename}-security"; | |
// Extended Security Maintenance; doesn't necessarily exist for | |
// every release and this system may not have it installed, but if |
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
APT::Periodic::Update-Package-Lists "1"; | |
APT::Periodic::Download-Upgradeable-Packages "1"; | |
APT::Periodic::AutocleanInterval "7"; | |
APT::Periodic::Unattended-Upgrade "1"; |