New pages
Jump to navigation
Jump to search
10 February 2026
- 20:5620:56, 10 February 2026 WP Rocket and Satisfying Commands (hist | edit) [472 bytes] Root (talk | contribs) (Created page with "...first and foremost, where one can see what WP Rocket is doing live: wp_wpr_rocket_cache Table in a WordPress Database (use phpMyAdmin for easy viewing) That sort of begs the question as to why they don't have a status page. Anyway, the cool commands; Reconfigure the Config File: <code>wp rocket regenerate --file=config --allow-root</code> Clear the Cache: <code>wp rocket clean --allow-root</code> 'PreLoad' the Cache: <code>wp rocket preload --allow-root</code>") Tag: Visual edit
2 February 2026
- 00:1500:15, 2 February 2026 Tasmota and Time (hist | edit) [1,585 bytes] Root (talk | contribs) (Created page with "...step one, get over the frustration. Step Two; * <code>TimeSTD 1, 1, 11, 1, 2, -300</code> * <code>TimeSTD 1, 1, 11, 1, 2, -300</code> * <code>TimeSTD 1, 1, 11, 1, 2, -300</code> * <code>TimeSTD 1, 1, 11, 1, 2, -300</code>") Tag: Visual edit
29 January 2026
- 18:2218:22, 29 January 2026 WRT1900 and MTD and UBI and Mounting NonVolatile Flash (hist | edit) [4,699 bytes] Root (talk | contribs) (Created page with "All of the below notes are based on a WRT1900ACS device, with OpenWRT 24.10.5, in early 2026. Adjust to your own environment ...start here, to get some information: <code>ubinfo</code><syntaxhighlight lang="text"> ubinfo UBI version: 1 Count of UBI devices: 3 UBI control device major/minor: 10:256 Present UBI devices: ubi0, ubi1, ubi2 </syntaxhighlight>And maybe some more info about a specific device: <code>ubinfo -d 2</code><syn...") Tag: Visual edit
27 January 2026
- 01:3701:37, 27 January 2026 OpenWRT WiFi Bridging when WDS does NOT work (hist | edit) [2,560 bytes] Root (talk | contribs) (Created page with "The below 'configs' work on a Cudy AP3000. It has a single Wired LAN Interface. And after double checking the same MAC Address is either assigned at a hardware level to both the Wired and Wireless Interfaces, or OpenWRT's drivers for this device do it during start up. And yes, that's not a typo for all those duplicate IPs on all those interfaces shown below in /etc/config/network. It was the best way to make it work. OpenWRT doesn't have an issue with it, plus as no...") Tag: Visual edit
23 December 2025
- 21:4321:43, 23 December 2025 Windows Push Notifications User Service (hist | edit) [1,038 bytes] Root (talk | contribs) (Created page with " Having "Laggy" TaskBar animation in Windows 10, per this description: https://www.reddit.com/r/WindowsHelp/comments/1lmd3vu/windows_taskbar_laggy_and_annoying/ Fix it by doing what they recommend, which is stopping this Service: Windows Push Notifications User Service_WhatEverUniqueSetOfCharacters ( WpnUserService ) Oops, just broke all of the "PopUp Balloons", err "Toast Notifications" in Windows, didn't you? Well as annoying as they are, some (a very few), are act...") Tag: Visual edit
14 December 2025
- 18:4418:44, 14 December 2025 Cloning Rocky Linux 9 and Useful Commands to Use Afterwards (hist | edit) [2,750 bytes] Root (talk | contribs) (Created page with " General Info: <code>efibootmgr</code> Verbose Info: <code>efibootmgr -v</code> Change Boot Order: <code>sudo efibootmgr -o 0002,0001,0000</code> Delete and Entry: <code>efibootmgr -b 0003 -B</code> Add an Entry: <code>efibootmgr -c -d /dev/nvme0n1p1 -p 1 -L "ApacheTrafficH" -l '\EFI\ApacheTrafficH\grubx64.efi'</code>") Tag: Visual edit