Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

50 total results found

Rock Climbing Online Shops

Sports Climbing

Aspiring:  Re-rigging gear Bivouac: Climbing (NZ) Gear Express:  Climbing Gear Mountain Tools Rei: Sport Gear

Recommended Gear

Sports Climbing

Harness: Camp Warden Gear Storage: Californian Roll Belay Device:  ATC-XP Hiking/Approach Shoes: Five Ten Guide Tennie Mid Tent: Samaya Assaut2 Ultra Water Filter

Privacy & Mobile Phones

Bits & Pieces

OS GrapheneOS: https://grapheneos.org/ Apps Organic Maps: https://organicmaps.app/ AntennaPod: https://antennapod.org/ NewPipe: https://newpipe.net/ Forecastie: https://github.com/martykan/forecastie RadioUpnp: https://github.com/watea/RadioUpnp SatS...

Error updating Home Assistant Core 'HomeAssistantCore.update' blocked from execution, system is not healthy - privileged

Bits & Pieces

SSH into system Reset the settings: " ha jobs reset " and " ha supervisor restart. " in the terminal. Try updating again as per normal. Else ssh in and do apt-get upade & upgrade, followed by a reboot.

Cracking Excel passwords

Bits & Pieces

https://exceloffthegrid.com/removing-cracking-excel-passwords-with-vba/

How to Move a Lost, Off-Screen Window Back to Your Desktop

Bits & Pieces

Shift+right-click the taskbar button of the application in question and choose the “Move” command from the context menu and then use your arrow keys to bring it back on screen.

Useful software & Services (free commercial and OpenSource)

Bits & Pieces

Network Tools Advanced IP Scanner: Free Advanced IP Scanner is trustedby 60 million users. Angry IP Scanner: Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. Tools & Utilitie...

How to wire a CAT6 Ethernet cable

Bits & Pieces

Assigning a value based on how often that entry occurs

Productivity Tools Excel

We are needing the Fee column to be auto populated as follows i.e. the First child in the family gets charged Fee1, 2nd Fee2 etc up until Fee5 (Which is the lowest fee possible). What formula can I use to create this? https://techcommunity.microsoft.com/t5/ex...

SumIf across multiple worksheets

Productivity Tools Excel

How to SUMIF across multiple worksheet: sum-if-multiple-sheets.xlsx

Things learnt from Cheat Sheets

Productivity Tools Excel

See examples here: Cheatsheets.xlsx

Troubleshooting Docker

Linux Docker

Check Environment Variables Inside the Container:  sudo docker exec -it container-name env Review Logs: sudo docker logs container-name sudo docker-compose up -d && sudo docker-compose logs -f  

Cisco Switch commands

Other

Assign IP enable configure terminal interface vlan <No> ip address <IP> <Mask> no shutdown exit Remove IP enable configure terminal interface vlan <No> no ip address <IP> <Mask> exit Assign a Gateway enable configure terminal ip default-gateway...

Connecting Ubuntu Desktop 22.04 to a Meraki VPN

Linux

Add repository for installing network-manager-l2tp sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tp sudo apt-get update Install network-manager-l2tp sudo apt-get install network-manager-l2tp sudo apt-get install network-manager-l2tp-gnome Config...

Changing VM disk size

Linux

Change the size in XoA. Run lsblk to check it is there. Boot to GParted and resize partition. Then sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv

Paperless: ProtonMail Bridge

Linux Docker

Source code: shenxn/protonmail-bridge-docker: ProtonMail IMAP/SMTP Bridge Docker container (github.com) Change to the Paperless docker directory sudo docker compose down sudo docker run --rm -it -v protonmail:/root shenxn/protonmail-bridge init Enter "logi...

Your URLS

Linux Docker

  version: '3.1' services:   yourls:     image: yourls     restart: always     ports:       - 8080:80     volumes:       - /home/sysadmin/yourls:/var/www/html     environment:       YOURLS_DB_PASS: dbpwd       YOURLS_SITE: https://192.168.20.40...

Cloudflare

Linux Docker

version: "3.9" services:   tunnel:     container_name: cloudflared-tunnel     image: cloudflare/cloudflared     restart: unless-stopped     command: tunnel run     environment:       - TUNNEL_TOKEN=token................

PowerTools Renamer

Other

Select all text   .* Replace with "Main-number" Main-${padding=0;increment=1;start=1}  

Kiosk Machine

Linux

This is a work in progress i.e. I am starting with a locked-down account and working towards a final kiosk deployment. Two scripts will be created in the process and can be stored in /usr/local/bin. I am trying to achieve this using PoPOS! with Firefox as th...