New pages

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

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

2 September 2025

  • 01:2601:26, 2 September 2025 Network List Manager and Windows Configuration Designer (hist | edit) [2,169 bytes] Root (talk | contribs) (Created page with "...first off, Windows 10 is largely out of luck. Good news is that October 2025, everyone will have upgraded to Windows 11 after Win 10 support expired. : ) Uh, huh, right. Anyway, ever wanted to deal with the "Unidentified network" label in the Network and Sharing Center. Well good news, now that Microsoft is trying really hard to relegate Control Panel to the dust bin, it is now possible to make customization settings to the Network and Sharing Center's display of...") Tag: Visual edit

11 August 2025

  • 23:2523:25, 11 August 2025 ClamD and Irritating Permissions Issue (hist | edit) [566 bytes] Root (talk | contribs) (Created page with "Every update ClamD? One of the files that gets updated is this one: /usr/lib/tmpfiles.d/clamd.scan.conf, which contains this: <code>d /run/clamd.scan 0710 clamscan virusgroup</code> And that don't work. This does: <code>d /run/clamd.scan 0777 clamscan virusgroup</code> Experiments were done to find a better solution, but they were lost, and no time to re-create it. So every time ClamD gets upgraded, that needs to be done. You can try playing with the owners of the...") Tag: Visual edit

6 August 2025

  • 16:3716:37, 6 August 2025 Useful GRUB KERNEL and LV Related Commands (hist | edit) [37,911 bytes] Root (talk | contribs) (Created page with "...this is just a dump of a bash history file; KERNEL Related;<syntaxhighlight lang="text"> journalctl _TRANSPORT=kernel MESSAGE=shutdown sysctl kernel.perf_event_max_sample_rate uname -r dnf list available kernel dnf list installed kernel rpm -qa | grep kernel dnf list kernel dnf remove kernel-5.14.0-362.18.1.el9_3.0.1 dnf list kernel* sudo dnf reinstall kernel kernel-core kernel-modules kernel-devel dnf update --exclude=kernel* --exclude=kernel-core* --exclude=kernel-...") Tag: Visual edit

1 August 2025