-- Something has changed in Airprint or iOS and you need to manually set your preferred size in cupsd.conf
DefaultPaperSize A4
# DefaultLanguage <locale> (de,en,fr etc)
apk add build-base linux-pam-dev openssl-dev
cd /tmp
curl -LO https://github.com/duosecurity/duo_unix/archive/refs/tags/duo_unix-1.12.0.tar.gz
tar xvfz duo_unix-1.12.0.tar.gz
cd duo_unix-1.12.0
./configure --with-pam --prefix=/usr
Chrome Web store - Shortkeys Custom Keyboard Shortcuts https://chrome.google.com/webstore/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck
#!/bin/bash | |
# | |
# Simple script to trigger the activation of telnet emergency port on Tomato based firmware for SOHO routers | |
# | |
device_ip=$1 # Device ip | |
hold_time=25 # Recommended value 25, increase second by 1 if you have problem to activate the emergency port | |
max_tries=3 # Wait for device to spawn emergency port | |
if [ $# -lt 1 ]; then |
<table border="1" width=600> | |
<tr> | |
<th BGCOLOR="#E6E9EF">Rule number in Tracker</th><th>Connectra Rule</th><th>Connectra Application</th> | |
</tr> | |
</table> |
@echo off | |
:: | |
:: Prohibit connection to non-domain networks when connected to domain-authenticated network | |
:: | |
:: GPO Path: Computer Configuration/Administrative Templates/Network/Windows Connection Manager/ | |
:: Reg Path: HKLM\Software\Policies\Microsoft\Windows\WcmSvc\GroupPolicy (0|1) | |
:: Value Name: fBlockNonDomain | |
:: Value Type: REG_DWORD | |
:: Values: 0 = Disabled | |
:: 1 = Enabled |