New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects

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

21 October 2025

  • 17:5917:59, 21 October 2025 PDF Files That Have Obnoxious Security Features (hist | edit) [1,967 bytes] Root (talk | contribs) (Created page with "...let's solve that problem; For Rocky Linux 9; <code>dnf dnf install -y python3-pip perl-Image-ExifTool qpdf</code> The below script actually works (but could be improved) ...just change permissions chmod 755 WhatEverPYName.py, and then: ./WhatEverPYName.py<syntaxhighlight lang="text"> python3 - << 'PY' from pikepdf import Pdf, Name src = "cs.pdf" dst = "cs_unlocked.pdf" with Pdf.open(src) as pdf: # Get catalog (Root) via trailer — works across pikepdf versions...") Tag: Visual edit

14 October 2025

  • 16:2716:27, 14 October 2025 Ralink MediaTek Filogic Chipsets for OpenWRT (hist | edit) [38,419 bytes] Root (talk | contribs) (Created page with " iw phy phy0 interface add wlan0 type managed ip link set wlan0 up <syntaxhighlight lang="text"> MT7922 Capabilities; iw phy Wiphy phy0 wiphy index: 0 max # scan SSIDs: 4 max scan IEs length: 482 bytes max # sched scan SSIDs: 10 max # match sets: 16 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports AP-side u-APSD. Device supports T-DLS. Availa...") Tag: Visual edit
  • 16:1916:19, 14 October 2025 Firewall Tips for Remote Control with VNC and RDP (hist | edit) [987 bytes] Root (talk | contribs) (Created page with "* netsh advfirewall firewall add rule name="VNC_UDP" dir=in action=allow protocol=UDP localport=5900 profile=any enable=yes * netsh advfirewall firewall add rule name="VNC_TCP" dir=in action=allow protocol=TCP localport=5900 profile=any enable=yes * netsh advfirewall firewall add rule name="RDP_UDP" dir=in action=allow protocol=UDP localport=3389 profile=any enable=yes * netsh advfirewall firewall add rule name="RDP_TCP" dir=in action=allow protocol=TCP localport=3389 pr...") Tag: Visual edit