New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Hide redirects
  • 20:55, 14 April 2026GitHub/GitHub Actions Workflow (hist | edit) ‎[23 bytes]Kenneth (talk | contribs) (Created page with "See GitHub/Workflow")
  • 06:58, 10 April 2026VBinDiff (hist | edit) ‎[450 bytes]Kenneth (talk | contribs) (Created page with "GitHub: https://github.com/madsen/vbindiff Build Source Code: # Ubuntu Dependencies: sudo apt install libtemplate-perl # Clone git clone https://github.com/madsen/vbindiff.git cd vbindiff git submodule update --init autoreconf -i ./configure make clean make ./vbindiff [binfile1] [binfile2] Press [enter] to jump to next difference between two bin files. Will be highlighted in red (beta 6 version) (or light cyan in beta 5 version)")
  • 06:18, 8 April 2026Games/StarRupture (hist | edit) ‎[390 bytes]Kenneth (talk | contribs) (Created page with "== Save Game Location == C:\Program Files (x86)\Steam\userdata\[YourSteamID]\1631270\remote\Saved\SaveGames")
  • 22:56, 31 March 2026Mermaid Charts (hist | edit) ‎[1,116 bytes]Kenneth (talk | contribs) (Created page with "== Mermaid Charts == The "official" Mermaid Editor plugin by the team behind the Mermaid open source project. https://www.mermaidchart.com/ https://mermaid.ai/ Mermaid Chart was born out of the Mermaid open source project and was founded by Knut Sveidqvist together with Open Core Ventures. The lead developers from Mermaid have joined the company and there is a strong connection between the project we all love and Mermaid Chart. Mermaid Chart brings resources to the...")
  • 23:01, 27 March 2026IDF (hist | edit) ‎[11 bytes]Kenneth (talk | contribs) (Created page with "IDF and MDF")
  • 17:19, 25 March 2026Ghostery (hist | edit) ‎[310 bytes]Kenneth (talk | contribs) (Created page with "== Ghostery == https://www.ghostery.com/ Chrome: https://chromewebstore.google.com/detail/ghostery-tracker-ad-block/mlomiejdfkolichcflejclcbmpeaniij Firefox: https://addons.mozilla.org/en-US/firefox/addon/ghostery/ == Ad Blocker == See also Ad Blocker == keywords == keyword: mispelling Ghosterly")
  • 17:18, 25 March 2026Ghosterly (hist | edit) ‎[22 bytes]Kenneth (talk | contribs) (Redirected page to Ghostery) Tag: New redirect
  • 17:17, 25 March 2026Firefox/Extensions (hist | edit) ‎[2,604 bytes]Kenneth (talk | contribs) (Created page with "== Extensions ==")
  • 17:01, 23 March 2026VM (hist | edit) ‎[57 bytes]Kenneth (talk | contribs) (Created page with "VM == VM Detection ==")
  • 22:41, 22 March 2026Git/Shallow (hist | edit) ‎[9,406 bytes]Kenneth (talk | contribs) (Created page with "== Shallow Clone == git clone --filter=blob:none <url> creates a blobless clone. ... git clone --filter=tree:0 <url> creates a treeless clone. ... git clone --depth=1 <url> creates a shallow clone. == Convert Cloned Repo to Shallow == <pre> git clone --depth-1 <repo> -b <branch> git clone --depth 1 org-1234@github.com:MYORG/MYREPO.git -b MYREPO/MYBRANCH MYBRANCH git clean -x -f -d . git pull --depth 1 git fetch --depth 1 git reflog expire --expire=0 git reflog...")
  • 21:15, 22 March 2026Linux/tree (hist | edit) ‎[231 bytes]Kenneth (talk | contribs) (Created page with "== Always Show Color == With less: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> tree -a -C | less -R")
  • 21:15, 22 March 2026Linux/less (hist | edit) ‎[357 bytes]Kenneth (talk | contribs) (Created page with "== Always Show Color == less -R With ls: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> ls --color=always -l | less -R With tree: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> tree -a -C | less -R")
  • 19:47, 17 March 2026Pacman (hist | edit) ‎[13 bytes]Kenneth (talk | contribs) (Created page with "See MSYS2")
  • 19:46, 17 March 2026MSYS2 (hist | edit) ‎[4,656 bytes]Kenneth (talk | contribs) (Created page with " MSYS2 https://www.msys2.org/ Software Distribution and Building Platform for Windows MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software. It consists of a command line terminal called mintty, bash, version control systems like git and subversion, tools like tar and awk and even build systems like autotools, all based on a modified version of Cygwin. Despite some of...")
  • 18:30, 11 March 2026Windows/SSHD (hist | edit) ‎[2,198 bytes]Kenneth (talk | contribs) (Created page with "== Install OpenSSH == Install the Inbox Version: <ref>https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell&pivots=windows-11</ref> # In Admin window: # Verify Admin (New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) # Verify Capabilities Get-WindowsCapability -Online | Where-Object Name -lik...")
  • 23:05, 10 March 2026OneDrive (hist | edit) ‎[26 bytes]Kenneth (talk | contribs) (Created page with "See Microsoft/OneDrive")
  • 21:25, 8 March 2026Npm (hist | edit) ‎[659 bytes]Kenneth (talk | contribs) (Created page with "== npm == == install package globally == sudo npm install -g [package] == install package local == Install package to ~/node_modules npm install [package] To install to another folder: # to install into parallel with the .npm cache folder... npm install --prefix ~/.npm [package] # example: npm install --prefix ~/.npm docker-browse This will create: ~/.npm/node_modules/ ~/.npm/node_modules/docker-browse/ ~/.npm/node_modules/several-other-dependecies/ ~/....")
  • 00:56, 3 March 2026FLEXlm (hist | edit) ‎[14 bytes]Kenneth (talk | contribs) (Created page with "See FlexLM")
  • 23:35, 2 March 2026FlexLM (hist | edit) ‎[761 bytes]Kenneth (talk | contribs) (Created page with "{FlexLM} (now officially FlexNet Publisher) is the industry-standard software license management system developed by Flexera. It controls, monitors, and optimizes application usage across networks, typically utilizing a floating (concurrent) license model where a central server manages a pool of licenses for multiple users. It supports node-locked licenses, manages license files (often found at C:\flexlm\license on Windows), and allows for vendor-specific configurations....")
  • 23:35, 2 March 2026RLM (hist | edit) ‎[1,769 bytes]Kenneth (talk | contribs) (Created page with "Reprise License Manager (RLM) is considered a, or a spiritual successor to, FLEXlm (now FlexNet Publisher). It was founded in 2006 by the original developers of GLOBEtrotter, the company that created FLEXlm * https://www.openlm.com/blog/what-is-reprise-rlm/ * https://www.openlm.com/supported-software/reprise-license-management-rlm-and-optimization-with-openlm/ {FlexLM} (now officially FlexNet Publisher) is the industry-standard software license management system develo...")
  • 23:54, 27 February 2026Windows/SMB (hist | edit) ‎[788 bytes]Kenneth (talk | contribs) (Created page with "== Get Windows Connections == === net use === Show connections: net use Example: <pre> C:\> net use New connections will be remembered. Status Local Remote Network ------------------------------------------------------------------------------- OK W: \\ci-store.example.com\ci Microsoft Windows Network </pre> === Get-SmbConnection === Show which user connected: Get-SmbConnection Example: <pre> PS C:\> Get-SmbConnection...")
  • 23:51, 27 February 2026Windows/Samba (hist | edit) ‎[19 bytes]Kenneth (talk | contribs) (Created page with "See Windows/SMB")
  • 19:07, 18 February 2026ATX (hist | edit) ‎[55 bytes]Kenneth (talk | contribs) (Created page with "== ATX Power Supply == See PSU for Paper Clip test")
  • 19:07, 18 February 2026PSU (hist | edit) ‎[161 bytes]Kenneth (talk | contribs) (Created page with "== PSU Paper Clip Test == How to Jump Start your power supply (Paper clip test) https://www.silverstonetek.com/upload/downloads/QA/PSU/PSU-Paper%20Clip-EN.pdf")
  • 08:38, 17 February 2026Synergy (hist | edit) ‎[119 bytes]Kenneth (talk | contribs) (Created page with "== Winget Install == winget install -e --id=Symless.Synergy == keywords ==")
  • 02:48, 13 February 2026Rufus (hist | edit) ‎[75 bytes]Kenneth (talk | contribs) (Created page with " https://rufus.ie/en/#download Ignore Windows 11 installation requirements")
  • 04:59, 11 February 2026Games/Techtonica (hist | edit) ‎[75 bytes]Kenneth (talk | contribs) (Created page with "== Save Game Location == %APPDATA%\..\LocalLow\Fire Hose Games\Techtonica")
  • 04:57, 11 February 2026Techtonica (hist | edit) ‎[30 bytes]Kenneth (talk | contribs) (Redirected page to Games/Techtonica) Tag: New redirect
  • 06:15, 10 February 2026GlobalProtect (hist | edit) ‎[735 bytes]Kenneth (talk | contribs) (Created page with "Restart service: (as administrator) net stop pangps The PanGPS service is stopping..... The PanGPS service could not be stopped. The service is starting or stopping. Please try again later. net start pangps The PanGPS service is starting. The PanGPS service was started successfully. Check Task Manager for: PanGPA.exe Check for TCP Port: netstat -an | find "4767" TCP 127.0.0.1:49212 127.0.0.1:4767 SYN_SENT Run Glo...")
  • 22:32, 7 February 2026USB (hist | edit) ‎[4,957 bytes]Kenneth (talk | contribs) (Created page with "== USB Testing ==")
  • 01:43, 7 February 2026Winget (hist | edit) ‎[14 bytes]Kenneth (talk | contribs) (Created page with "See WinGet")
  • 07:33, 6 February 2026Python/3.14 (hist | edit) ‎[26 bytes]Kenneth (talk | contribs) (Created page with "See Ubuntu/Python/3.14")
  • 22:45, 5 February 2026Ubuntu/Python/3.14 (hist | edit) ‎[1,656 bytes]Kenneth (talk | contribs) (Created page with " sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python3.14")
  • 22:43, 5 February 2026Ubuntu/Python (hist | edit) ‎[6 bytes]Kenneth (talk | contribs) (Created page with "Python")
  • 18:58, 3 February 2026Ubuntu/Unattended Upgrades (hist | edit) ‎[118 bytes]Kenneth (talk | contribs) (Created page with " sudo apt install unattended-upgrades See: https://documentation.ubuntu.com/server/how-to/software/automatic-updates/")
  • 01:24, 3 February 2026Games/Wildmender (hist | edit) ‎[225 bytes]Kenneth (talk | contribs) (Created page with " Active Saves: %USERPROFILE%\AppData\LocalLow\Muse Games\Wildmender\worlds\ Backup Saves: %USERPROFILE%\AppData\LocalLow\Muse Games\Wildmender\backup\ Linux Save Path: <SteamLibrary-folder>/steamapps/compatdata/1599330/pfx/") originally created as "Wildmender"
  • 01:07, 2 February 2026Ikea (hist | edit) ‎[552 bytes]Kenneth (talk | contribs) (Created page with "== Gaming Shelves == https://www.ikea.com/us/en/p/billy-bookcase-black-oak-effect-40477340/ BILLY bookcase is a beloved icon that never goes out of style. Thanks to its versatility you can use it in many different ways at home – regardless of whether you store books or everyday items in it. Bookcase, black oak effect, 31 1/2x11x79 1/2 " https://www.ikea.com/us/en/images/products/billy-bookcase-black-oak-effect__1097080_pe864708_s5.jpg <!-- backup: https://i.imgur...")
  • 22:55, 1 February 2026CodeScene (hist | edit) ‎[9,574 bytes]Kenneth (talk | contribs) (Created page with "== CodeScene == https://codescene.com/ == CLI Tools == https://codescene.io/docs/cli/index.html")
  • 03:30, 30 January 2026Windows 11/Install (hist | edit) ‎[270 bytes]Kenneth (talk | contribs) (Created page with "== Bypass Microsoft Account Creation == Press Shift+F10 to get the command prompt, and run: start ms-cxh:localonly To start the local user account creator ref: * https://www.reddit.com/r/sysadmin/comments/1jp5vln/an_alternative_to_bypass_microsoft_account/?rdt=38527")
  • 06:46, 28 January 2026Games/Goat Simulator Remastered (hist | edit) ‎[269 bytes]Kenneth (talk | contribs) (Created page with "== Epic Games == === Install Location === C:\Program Files\Epic Games\GoatSimulatorRemastered === Save Game Location === %LOCALAPPDATA%\Goatsim_UE4\Saved\SaveGames %LOCALAPPDATA%\Goatsim_UE4\Saved\SaveGames.1 # Backup %LOCALAPPDATA%\Goatsim_UE4\Saved\Config")
  • 23:06, 25 January 2026IPv4 (hist | edit) ‎[330 bytes]Kenneth (talk | contribs) (Created page with "== IPv4 == == IPv6 == See IPv6 == Get My Public IPv4 Address == == keywords == Category:IPv6 Category:IP Address")
  • 07:24, 25 January 2026Epic Games (hist | edit) ‎[1,381 bytes]Kenneth (talk | contribs) (Created page with "== Achivements == Troubleshooting Achievements * Launcher Cache: Clearing the Epic Games Launcher cache can resolve issues. Ref: * Achievements are not updating in the Epic Games Launcher - Epic Games Store Support - https://www.epicgames.com/help/en-US/epic-games-store-c-202300000001639/launcher-support-c-202300000001735/achievements-are-not-updating-in-the-epic-games-launcher-a202300000014828 == How do I clear the Launcher cache on PC? == 5. %localappdata% %local...")
  • 21:59, 24 January 2026CentOS/Grub (hist | edit) ‎[2,980 bytes]Kenneth (talk | contribs) (Created page with " grub2-mkconfig -o /boot/grub2/grub.cfg <pre> # grub2-mkconfig -o /boot/grub2/grub.cfg Generating grub configuration file ... Adding boot menu entry for UEFI Firmware Settings ... done </pre> performance tweaks /etc/default/grub <pre> # vim grub GRUB_TIMEOUT=60 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" #GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet splash selinux=0" #GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet splash intel_pst...")
  • 20:08, 23 January 2026Windows/Save Passwords (hist | edit) ‎[73 bytes]Kenneth (talk | contribs) (Created page with "== Remote Desktop Save Passwords == See Remote_Desktop#Save_Password")
  • 19:57, 21 January 2026Ubuntu/APT (hist | edit) ‎[593 bytes]Kenneth (talk | contribs) (Created page with "== add-apt-repository == <pre> # 1. Install the tool if needed (for older systems) sudo apt install software-properties-common # 2. Add the repository (replace ppa:user/repo or deb URL with the actual one) sudo add-apt-repository ppa:user/repo # For Launchpad PPAs # OR sudo add-apt-repository 'deb [arch=amd64] http://repo.address/ubuntu focal main' # For direct deb lines # 3. (Optional) Fetch GPG Key if not handled automatically # wget -qO - https://repo.address/key....")
  • 03:58, 20 January 2026Windows/Memory Check (hist | edit) ‎[333 bytes]Kenneth (talk | contribs) (Created page with "To check your Windows memory (RAM) for errors, use the built-in Windows Memory Diagnostic Tool, accessible by searching "memory diagnostic" in the Start Menu or typing mdsched in the Run dialog (Win+R), which restarts your PC to scan for issues and reports results after logging back in, helping diagnose crashes or freezes. mdsched")