Unifi Let’s Encrypt SSL with API keys
There is a new method for using Let’s Encrypt SSL certificates on Unifi Network and Unifi Cloud Keys (Gen 1 / Gen 2) while using an API key instead of HTTPS verification. This method is for Cloudflare but should be able to be adapted for other DNS hosts. CFZONEID = Your Cloudflare Zone ID located […]
Scale all pages in Adobe Acrobat Pro
Use the Print Production tool. Click Tools Click More Tools (if you have this) Click Use Print Production or Print Production Click Preflight (wait about 2 minutes for it to install if you have never used it and then close and reopen Adobe Acrobat). At the top of the Preflight window, change the drop […]
Avaya IP Office Voicemail Pro Wav File Upload
I use SCP to upload the files to /opt/vmpro/Wavs/CustomPrompts. I then use ssh as root to change the ownership and access permissions. cd /opt/vmpro/Wavs/CustomPromptschown vmpro:vmpro autoattendant.wavchmod 755 autoattendant.wav
Package Aware Print Drivers
By the power of a tweak, thou shall pass the dreaded MS16-087 and letters will be put on paper once again.You need to register at your local servant that does all your writing. See if he is current in control of his enviroment – there might be an attribute in need of a change. The […]
Restore Windows 11 Right Click menu
cmd /c “reg add HKCUSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32 /ve /d “” /f”
Raspberry Pi Kiosk
This was done using a raspberry pi 4 8gb. Click here for an Amazon search. Type This, followed by Enter after each line:sudo suapt updateapt upgrade -yapt install xdotool -ynano /etc/xdg/lxsession/LXDE-pi/autostartPaste This:@xset s off@xset -dpms@xset s noblanksed -i ‘s/”exited_cleanly”:false/”exited_cleanly”:true/’ ~/.config/chromium/’Local State’sed -i ‘s/”exited_cleanly”:false/”exited_cleanly”:true/; s/”exit_type”:”[^”]+”/”exit_type”:”Normal”/’ ~/.config/chromium/Default/Preferences@chromium-browser –kiosk https://app.powerbi.com/links/dLcv3eb_jp?ctid=0de18311-713c-4cd5-8387-e150f01a95f9&pbi_source=linkShare&bookmarkGuid=cc61da26-0fce-4af5-8a>@/home/pi/Desktop/xauth_root.sh@/home/pi/Desktop/refresh.shHit These Keys:Ctrl + oCtrl + xType This, […]
Panasonic RTSP URLS
Panasonic WV-X8571 rtsp:///MediaInput/h265?ch_2&stream_1 Advidia B-31 rtsp://[ipaddress]/
Add Drive to Shinobi
List your disks and find the partition you want lsblk -f Create the partition mkfs -t ext4 /dev/sdb1 Create a new folder to mount the drive into. mkdir -p /home/Shinobi/second Edit fstab to include the mount at startup. nano /etc/fstab Make this the last line. /dev/sdb1 /home/Shinobi/second ext4 defaults 0 1 Mount the drive without […]
Trusted Platform Issues
Run this and reboot: reg add HKLMSoftwareMicrosoftCryptographyProtectProvidersdf9d8cd0-1501-11d1-8c7a-00c04fc297eb /v ProtectionPolicy /t REG_DWORD /d 00000001
Quiet Dell Server Fans
Extract and install the ipmi tool and run the commands below the link. http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=YF64X “C:Program Files (x86)DellSysMgtbmcipmitool.exe” -I lanplus -U root -P calvin -H 192.168.111.254 raw 0x30 0x30 0x01 0x00 “C:Program Files (x86)DellSysMgtbmcipmitool.exe” -I lanplus -U root -P calvin -H 192.168.111.254 raw 0x30 0x30 0x02 0xff 0x1a
