New pages
Jump to navigation
Jump to search
- 07:41, 16 April 2025 RustDesk/Notes (hist | edit) [419 bytes] Kenneth (talk | contribs) (Created page with " How to forcefully change RustDesk client ID · Issue #838 · rustdesk/rustdesk https://github.com/rustdesk/rustdesk/issues/838 %AppData%\RustDesk\config\RustDesk.toml for portable C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\RustDesk.toml for installed stop all RustDesk.exe first. - https://rustdesk.com/docs/en/self-host/client-configuration/ rustdesk.exe --config <config-string>")
- 21:27, 14 April 2025 Windows/Prompt (hist | edit) [83 bytes] Kenneth (talk | contribs) (Created page with "Change the default command line prompt to include a space: setx /m PROMPT "$P$G "")
- 07:28, 14 April 2025 Vim-cmd (hist | edit) [30,651 bytes] Kenneth (talk | contribs) (Created page with "== vim-cmd == ESXi SSH Command Line [http://www.petri.co.il/vmware-esxi4-console-secret-commands.htm ESXi 4 Console - Secret Commands for Emergency Maintenance] The command 'vim-cmd' has several extensions: vim-cmd help == Get VIM by Name == VMID=`vim-cmd vmsvc/getallvms | grep "[NAME]" | awk '{print $1'}` VMID=`vim-cmd vmsvc/getallvms | grep "[0-9]*[ ]*MY_VM_NAME" | awk '{print $1'}` # more exact === Revert a set of VMs === <pre> if true ; then VMLIST="vum5...")
- 22:42, 10 April 2025 RustDesk (hist | edit) [924 bytes] Kenneth (talk | contribs) (Created page with "== Rust Desk == == Installation == Installation :: Documentation for RustDesk https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/ ufw allow 22/tcp comment "SSH" ufw allow 21114:21119/tcp comment "RustDesk" ufw allow 8000/tcp "RustDesk Web" ufw allow 21116/udp "RustDesk" sudo ufw enable wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh chmod +x install.sh ./install.sh == Services == hbbs - RustDesk ID/Rende...")
- 21:18, 7 April 2025 GitHub/Support (hist | edit) [84 bytes] Kenneth (talk | contribs) (Created page with "Support tickets: (personal and enterprise level) https://support.github.com/tickets")
- 18:32, 7 April 2025 Outlook Google Calendar Sync (hist | edit) [80 bytes] Kenneth (talk | contribs) (Created page with " Outlook Google Calendar Sync - OGCS https://www.outlookgooglecalendarsync.com/")
- 22:31, 5 April 2025 SCAR (hist | edit) [800 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Programming Category:IT Administration Category:Windows Category:Windows Automation")
- 22:31, 5 April 2025 AutoHotkey (hist | edit) [745 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Windows Automation")
- 21:29, 31 March 2025 Vowels (hist | edit) [358 bytes] Kenneth (talk | contribs) (Created page with "== And Sometimes W == Fork Cork . Work (double o sound) https://youtube.com/shorts/f6rbV8iT17U?si=3zygn8sNBZmf3fHH "A, E, I, O, U, Y and sometimes W". This is something I was taught as a child because I spoke Welsh and English. People always look at me odd for it. <ref>https://www.youtube.com/watch?v=f6rbV8iT17U&lc=UgwdQ_VF1u4FHqKnGhF4AaABAg</ref>")
- 16:08, 28 March 2025 SHA (hist | edit) [336 bytes] Kenneth (talk | contribs) (Created page with "== SHA-3 vs SHA-256 == What is the difference between SHA-3 and SHA-256? https://crypto.stackexchange.com/questions/68307/what-is-the-difference-between-sha-3-and-sha-256 SHA-256 is SHA-2 with 256-bit output. SHA-2 is the predecessor to SHA-3. They share very little beyond the name https://i.imgur.com/I8Ri5xa.png == keyword ==")
- 16:04, 28 March 2025 Linux/sha3 (hist | edit) [557 bytes] Kenneth (talk | contribs) (Created page with "== SHA-3 == sudo apt install libdigest-sha3-perl Default 224 bit algorithm: sha3sum [file] sha3sum [file] > [file].sha3 sha3-256 bit algorithm: sha3sum -a 256 [file] sha3sum -a 256 [file] > [file].sha3-256 sha3sum --algorithm 256 [file] Check: sha3sum -c [file].sha3 sha3sum --check [file].sha3 == keywords == Category:Cryptography Category:Checksum")
- 21:55, 25 March 2025 Kubernetes/Postgres (hist | edit) [4,308 bytes] Kenneth (talk | contribs) (Created page with "== How to deploy Postgres on Kubernetes | Refine.dev == How to deploy Postgres on Kubernetes | Refine https://refine.dev/blog/postgres-on-kubernetes/#additional-commands-for-setting-up-the-container === Versions === docker start example FROM postgres:latest # or specific version: FROM postgres:15 === PVC === PV: <pre> apiVersion: v1 kind: PersistentVolume metadata: name: postgres-pv spec: capacity: storage: 5Gi accessMo...")
- 18:05, 25 March 2025 Prisma Access Browser (hist | edit) [603 bytes] Kenneth (talk | contribs) (Created page with " https://get.pabrowser.com/")
- 15:50, 24 March 2025 Microsoft/Outlook (hist | edit) [157 bytes] Kenneth (talk | contribs) (Created page with "== Dark Mode == https://support.microsoft.com/en-us/office/dark-mode-in-outlook-3e2446e0-9a7b-4189-9af9-57fb94d02ae3#picktab=classic_outlook == keywords ==")
- 19:39, 23 March 2025 Astroneer (hist | edit) [833 bytes] Kenneth (talk | contribs) (Created page with "== Save Game Location == %USERPROFILE%/AppData/Local/Astro/Saved/SaveGames Example: SNAIL$2025.03.23-19.24.11.savegame == AMP == === Disable Encryption === WARNING: Running Astroneer on Linux requires encryption to be disabled on both server and clients. USE AT YOUR OWN RISK. To disable encryption on a client, add net.AllowEncryption=False under the [SystemSettings] header in %LocalAppData%\Astro\Saved\Config\WindowsNoEditor\Engine.ini %LocalAppData%\Astro\...")
- 20:51, 21 March 2025 Windows/ADK (hist | edit) [1,070 bytes] Kenneth (talk | contribs) (Created page with "== Windows Assessment and Deployment Kit (Windows ADK) == Download and install the Windows ADK | Microsoft Learn https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install The Windows Assessment and Deployment Kit (Windows ADK) and Windows PE add-on has the tools you need to customize Windows images for large-scale deployment, and to test the quality and performance of your system, its added components, and the applications running on it. The Windows...")
- 20:49, 21 March 2025 ADK (hist | edit) [19 bytes] Kenneth (talk | contribs) (Created page with "See Windows/ADK")
- 20:35, 21 March 2025 GitHub/Vigilant Mode (hist | edit) [2,785 bytes] Kenneth (talk | contribs) (Created page with "== Vigilant Mode == '''Flag unsigned commits as unverified'''<br/> This will include any commit attributed to your account but not signed with your GPG or S/MIME key.<br/> Note that this will include your existing unsigned commits.<br/> [https://docs.github.com/github/authenticating-to-github/displaying-verification-statuses-for-all-of-your-commits Learn about vigilant mode]. https://i.imgur.com/uLyLXi5.png")
- 23:14, 18 March 2025 Wave Terminal (hist | edit) [273 bytes] Kenneth (talk | contribs) (Created page with "== Wave Terminal == == settings.json == C:\Users\USERNAME\.config\waveterm\settings.json wsh editconfig Default: <pre> { "autoupdate:channel": "latest" } </pre> Increase font: <pre> { "autoupdate:channel": "latest", "term:fontsize": 14 } </pre> == keywords ==")
- 21:57, 18 March 2025 Windows/winver (hist | edit) [456 bytes] Kenneth (talk | contribs) (Created page with "Get Windows Version (GUI) winver Get Windows Version (Console) ver # example: Microsoft Windows [Version 10.0.19045.5608]")
- 17:55, 17 March 2025 Tau (hist | edit) [97 bytes] Kenneth (talk | contribs) (Created page with "Tau Manifesto: Pi Manifesto: http://proper-pi-manifesto.com/ # old https://archive.md/VnJ2xk")
- 21:07, 16 March 2025 DnD/Adventurers League 2025 (hist | edit) [71 bytes] Kenneth (talk | contribs) (Created page with " https://drive.google.com/file/d/1SV5qg0UYaB4i7Cq9u9y4hJJKJMH5Pt1K/view")
- 20:12, 13 March 2025 Authenticator (hist | edit) [85 bytes] Kenneth (talk | contribs) (Created page with "Test: https://authenticationtest.com/ https://authenticationtest.com/totpChallenge/")
- 16:01, 10 March 2025 Linux/ser2net (hist | edit) [107 bytes] Kenneth (talk | contribs) (Created page with "== ser2net == == keywords ==")
- 16:01, 10 March 2025 Ser2net (hist | edit) [21 bytes] Kenneth (talk | contribs) (Created page with "see Linux/ser2net")
- 16:00, 10 March 2025 Socat (hist | edit) [19 bytes] Kenneth (talk | contribs) (Created page with "See Linux/socat")
- 01:49, 4 March 2025 Windows/Versions (hist | edit) [3,223 bytes] Kenneth (talk | contribs) (Created page with "* Windows 10, version 20H2 (build 19042) - EOL'd May 9, 2023 * Windows 10 Pro 19H2 version 1909 - EOL'd on May 10, 2022 * '''Windows 10 LTSC 1809 - future EOL 2029''' * Windows 10 Pro 1703 - EOL'd in 2019 * '''Windows 10 1607 (LTSC) - future EOL October 13, 2026'''")
- 16:37, 2 March 2025 ROYGBV (hist | edit) [873 bytes] Kenneth (talk | contribs) (Created page with " https://www.free-power-point-templates.com/articles/how-to-make-a-rainbow-background-as-a-powerpoint-template/ https://cdn2.free-power-point-templates.com/articles/wp-content/uploads/2013/02/rainbow-color-order-presentation.png <span color="#ff0000"#ff0000 Red</span> #ffa500 Orange #ffff00 Yellow #008000 Green #0000ff Blue #4b0082 Indigo (purple) #ee82ee Violet (pink-ish) #000000 Black #ffffff White")
- 05:46, 1 March 2025 Git/LFS (hist | edit) [4,889 bytes] Kenneth (talk | contribs) (Created page with "== Installation == === Debian === curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt-get update sudo apt-get install git-lfs git lfs install ref: https://github.com/git-lfs/git-lfs/wiki/Installation == Commands == === Status === Get LFS Status in repo: git lfs status === Enviornment === Get LFS Environemnt details and settings: git lfs env === Extension Status === git lfs ext === Track Files === Track...")
- 19:01, 28 February 2025 GitHub/API Rate Limit (hist | edit) [170 bytes] Kenneth (talk | contribs) (Created page with "5,000 requests per hour per app. (or 15,000 for enterprise cloud) https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28")
- 06:07, 24 February 2025 Lara Croft and the Temple of Osiris (hist | edit) [218 bytes] Kenneth (talk | contribs) (Created page with "<pre> roll - right click raise staff - middle click or R enter portal - shift open chest - shift switch weapon - middle mouse wheel or 1, 2, 3, 4 bombs - Q inventory - I shield - F or 6 map - O chat - T </pre>")
- 22:05, 22 February 2025 Tightvnc (hist | edit) [17 bytes] Kenneth (talk | contribs) (Created page with "See Linux/VNC")
- 22:05, 22 February 2025 Tigervnc (hist | edit) [17 bytes] Kenneth (talk | contribs) (Created page with "See Linux/VNC")
- 22:00, 22 February 2025 Ubuntu/RDP (hist | edit) [172 bytes] Kenneth (talk | contribs) (Created page with "== RDP Server == sudo apt install xrdp # should already be started, but just in case: sudo systemctl enable xrdp sudo systemctl start xrdp sudo systemctl status xrdp")
- 23:56, 21 February 2025 Ubuntu/Drivers (hist | edit) [129 bytes] Kenneth (talk | contribs) (Created page with " sudo ubuntu-drivers list sudo ubuntu-drivers install # deprecated in favor of just "install" sudo ubuntu-drivers autoinstall")
- 21:28, 21 February 2025 Ubuntu/Ubuntu Desktop (hist | edit) [1,782 bytes] Kenneth (talk | contribs) (Created page with " apt install ubuntu-desktop")
- 20:32, 19 February 2025 PSoC (hist | edit) [2,205 bytes] Kenneth (talk | contribs) (Created page with "== PSoC™ Programmer == (for Windows only) PSoC™ Programmer installs all components required for programming and debugging PSOC™ devices, including Clock Programmer used for Clock devices and Bridge Control Panel to communicate with target devices over I2C/UART/SPI. https://softwaretools.infineon.com/tools/com.ifx.tb.tool.psocprogrammer == PSoC™ Creator == (for Windows only) PSoC™ Creator is an Integrated Design Environment that enables concurrent hardwa...") originally created as "PSOC"
- 20:23, 17 February 2025 DnD/Quotes (hist | edit) [38 bytes] Kenneth (talk | contribs) (Created page with ""Got people to kill and gold to steal"")
- 19:00, 17 February 2025 Net use (hist | edit) [23 bytes] Kenneth (talk | contribs) (Created page with "See Windows/net_use")
- 22:06, 16 February 2025 Windows/net use (hist | edit) [3,949 bytes] Kenneth (talk | contribs) (Created page with "== mount with password == <pre> Save password: cmdkey /add:MYNODE.EXAMPLE.COM\SHARE /user:AD\MYUSER /pass:"MYPASSWORD" CMDKEY: Credential added successfully. Map y: to File Server net use y: "\\MYNODE.EXAMPLE.COM\SHARE" /savecred /persistent:Yes </pre> == help == <pre> C:\> net help use The syntax of this command is: NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain nam...")
- 20:45, 6 February 2025 802.1X (hist | edit) [1,098 bytes] Kenneth (talk | contribs) (Created page with "802.1X is an IEEE standard that authenticates devices connecting to a network. It's a port-based network access control (PNAC) protocol that works for both wired and wireless devices. How it works : * A device (supplicant) initiates a connection with the network. * The network device (authenticator) provides data links to connect the device to the network. * The authentication server receives the request for access and responds. * The authentication server verifies...") originally created as "802.1x"
- 09:28, 5 February 2025 Windows/Deprecation (hist | edit) [220 bytes] Kenneth (talk | contribs) (Created page with " Deprecated features for Windows client https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features Windows client features lifecycle https://learn.microsoft.com/en-us/windows/whats-new/feature-lifecycle")
- 21:05, 3 February 2025 Linux/Show Hardware (hist | edit) [1,853 bytes] Kenneth (talk | contribs) (Created page with "== Show Hardware Overview == === hwinfo === hwinfo === lshw === lshw lshw --short lshw -short === lscpu === lscpu lshw -C cpu === inxi === inxi -Fxz === dmidecode === dmidecode == Show Hardware == === Show CPU === lscpu lshw -C cpu lshw -C cpu | grep -i product lscpu | grep -i mhz lscpu | grep -i bogo # cpu usage top htop vmstat 2 === Show Memory === dmidecode -t memory | grep -i size lshw -short -C memory # max can install dmidecode...")
- 02:22, 1 February 2025 Ubuntu/20 (hist | edit) [14 bytes] Kenneth (talk | contribs) (Created page with "== keywords ==")
- 23:11, 31 January 2025 Linux/Ubuntu 24 (hist | edit) [17 bytes] Kenneth (talk | contribs) (Created page with "See Ubuntu/24")
- 23:11, 31 January 2025 Linux/Ubuntu 22 (hist | edit) [17 bytes] Kenneth (talk | contribs) (Created page with "See Ubuntu/22")
- 22:55, 31 January 2025 Star Wars (hist | edit) [235 bytes] Kenneth (talk | contribs) (Created page with "== In a Hive Far Far Away == Fan Theory - Star Wars: A Long Time Ago, in a Hive Far Far Away? Star Wars: A Long Time Ago, in a Hive Far Far Away? https://www.maxgladstone.com/2013/10/star-wars-a-long-time-ago-in-a-hive-far-far-away/")
- 22:40, 24 January 2025 DLL (hist | edit) [1,937 bytes] Kenneth (talk | contribs) (Created page with "Show DLL dependencies with dumpbin <pre> C:\> "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\bin\Hostx86\x86\dumpbin" /dependents flex.dll Microsoft (R) COFF/PE Dumper Version 14.25.28614.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file flex.dll File Type: DLL Image has the following dependencies: WS2_32.dll IPHLPAPI.DLL RPCRT4.dll msi.dll CRYPT32.dll WININET.dll CO...")
- 16:36, 21 January 2025 Tcpdump (hist | edit) [590 bytes] Kenneth (talk | contribs) (Created page with "== tcpdump == tcpdump -i <network_interface> -s 0 -w <file> Capture packets to host <ref>https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host</ref> tcpdump -i any -s 0 -w <file> host 10.1.1.1 tcpdump -i <network_interface> -s 0 -w <file> host 10.1.1.1 Capture packets and specify both IP and port <ref>https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump</ref> tcpdump -i enp1s9 dst 192.168.6.1 a...")
- 07:07, 19 January 2025 Windows/route (hist | edit) [208 bytes] Kenneth (talk | contribs) (Created page with "== Windows Route Metric == route print Note: LOWER METRIC HAS HIGH PRIORITY! - * ref: https://superuser.com/questions/198544/how-does-windows-7-decide-which-route-to-take-if-2-connections-to-an-internet-so")