New pages
21 April 2026
- 00:3900:39, 21 April 2026 Bricks and Advanced Themer for WordPress (hist | edit) [1,165 bytes] Root (talk | contribs) (Created page with "...not sure what to title this one. It is born of frustration though. Certainly Advanced Themer helps with Bricks. No doubt. But it sure seems to add some tricks that are designed to raise blood pressures to heart attack levels. Let's just dive right in. A 'learned counter trick', is to have a base install of Bricks, without Advanced Themer, to see where something is without Advanced Themer. === Bricks Tricks Created by Advanced Themer === ==== What is the ID of...") Tag: Visual edit
15 April 2026
- 14:4114:41, 15 April 2026 Bricks for WordPress has an Issue (hist | edit) [499 bytes] Root (talk | contribs) (Created page with "...you have a bug in the way a background image is inserted into an Element (DIV, SPAN, etc.). You need to quote the URL just in case. Example, you guys do this as a CSS directive: <code>background-image: url(<nowiki>https://WhatEver.com/wp-content/uploads/media/Picture(Cool).jpg)</nowiki></code> And Elementor does this: <code>background-image: url("<nowiki>https://WhatEver.com/wp-content/uploads/media/Picture(Cool).jpg</nowiki>")</code> Can you guess which one work...") Tag: Visual edit
28 March 2026
- 19:0519:05, 28 March 2026 DASH from AMD (hist | edit) [1,152 bytes] Root (talk | contribs) (Created page with "First piece of advice? Switch to Intel vPro. If you have to deal with DASH, well... dashcli.exe: C:\Program Files\AMD\Manageability API\bin DASHConfigRT.exe: C:\Program Files (x86)\AMD\Provisioning Console\Tools\DASHConfig-Realtek Provisioning Console (contains DASHConfigRT.exe): Provisioning_Console_setup-5.1.0.541-AMD.exe AMD Management Console (contains dashcli.exe): AMC-setup-13.0.0.1420-AMD.exe") Tag: Visual edit
17 March 2026
- 02:1102:11, 17 March 2026 Updating the Firmware for a Dell DDJKY Quad x710 Network Adapter (hist | edit) [1,017 bytes] Root (talk | contribs) (Created page with "...did you buy an inexpensive Intel x710 based NIC for a computer? Does the speed kind of suck? Maybe it's the firmware! Here's how to update; Download the firmware from Dell, the latest as of early 2026: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=dc20j In the below script, the file name of the actual file is substituted by fw.bin;<syntaxhighlight lang="text"> chmod +x ./fw.bin rm -rf ./fw ./fw.bin --extract ./fw cd ./fw sudo "$(find . -...") Tag: Visual edit
28 February 2026
- 19:1919:19, 28 February 2026 WRT32X and WRT3200ACM Third Radio Stability (hist | edit) [983 bytes] Root (talk | contribs) (Created page with "Can one make the 88W8887 'Third Radio' on the WRT32X and WRT3200ACM actually work in a reliable manner? Let's try. rmmod mwifiex modprobe mwifiex modprobe mwifiex_sdio wifi up radio2 service network restart ...OK, give a a minute or so to 'settle down' Oh, and make sure to set the '''88W8964 / 802.11a''' Radio to Channel 36 or something above Channel 144 But also remember, it is a 'rinky dink' little Radio, so just more of a statement of 'That can be done', at l...") Tag: Visual edit
22 February 2026
- 19:0719:07, 22 February 2026 Cloning a Drive in Linux via Commands (hist | edit) [10,002 bytes] Root (talk | contribs) (Created page with " BackUp the Source Drive Structure: <code>sgdisk --backup=WhatEverFileName.bak /dev/WhatEverSDx</code> Restore to the Destination Drive: <code>sgdisk --load-backup=WhatEverFileName.bak /dev/WhatEverSDy</code> Re-Read Drive Information on the Destination System: partprobe /dev/WhatEverSDy If this error occurs: "Not all of the space available to /dev/sdc appears to be used, you can fix the GPT to use all of the space (an extra 2014 blocks) or continue with the current...") Tag: Visual edit
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,290 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