User contributions for Kenneth
Jump to navigation
Jump to search
12 March 2026
- 08:3708:37, 12 March 2026 diff hist +38 Windows/PowerShell →Environment Variables current
- 05:5605:56, 12 March 2026 diff hist +177 Windows/Python →3.14.3 Installer current
- 05:4905:49, 12 March 2026 diff hist +222 Windows/Python →3.9.1 Installer
11 March 2026
- 21:2521:25, 11 March 2026 diff hist +73 Ubuntu/Python/3.14 No edit summary current
- 21:2421:24, 11 March 2026 diff hist +24 Ubuntu/Python/3.14 No edit summary
- 18:5618:56, 11 March 2026 diff hist +269 Windows/SSHD No edit summary current
- 18:3118:31, 11 March 2026 diff hist +1,893 WinGet →Install Powershell current
- 18:3118:31, 11 March 2026 diff hist −122 Windows/SSHD No edit summary
- 18:3018:30, 11 March 2026 diff hist +2,051 N Windows/SSHD 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..."
10 March 2026
- 23:0523:05, 10 March 2026 diff hist +520 Microsoft/OneDrive →Windows Missing Overlay Icons current
- 23:0523:05, 10 March 2026 diff hist +26 N OneDrive Created page with "See Microsoft/OneDrive" current
- 07:1007:10, 10 March 2026 diff hist +89 WinGet →Install Git
- 06:2806:28, 10 March 2026 diff hist +225 WinGet →Python Install Manager (PIM)
9 March 2026
- 21:2621:26, 9 March 2026 diff hist +440 Visual Studio Code →Approved Extensions current
- 21:2121:21, 9 March 2026 diff hist +2,916 Visual Studio Code →New Windows Maximized
- 21:0421:04, 9 March 2026 diff hist +33 Visual Studio Code →New Windows Maximized
- 20:5620:56, 9 March 2026 diff hist +1,107 Visual Studio Code →Settings Files
- 16:5116:51, 9 March 2026 diff hist +110 Npm →install package local current
8 March 2026
- 21:5421:54, 8 March 2026 diff hist +48 Docker →skopeo current
- 21:5121:51, 8 March 2026 diff hist +826 Docker →Search Tags
- 21:3621:36, 8 March 2026 diff hist +70 Docker →docker-browse
- 21:3321:33, 8 March 2026 diff hist −1 Docker →docker-browse
- 21:3321:33, 8 March 2026 diff hist +443 Docker →Search Tags
- 21:2521:25, 8 March 2026 diff hist +24 Node.js →w3schools current
- 21:2521:25, 8 March 2026 diff hist +549 N Npm 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/ ~/...."
- 20:5720:57, 8 March 2026 diff hist +52 Docker →Search Tags
6 March 2026
- 21:1321:13, 6 March 2026 diff hist +39 ICX →Linux Client current
- 21:0921:09, 6 March 2026 diff hist +20 ICX →Linux Client
4 March 2026
- 18:3018:30, 4 March 2026 diff hist +333 NVMe/nvme-cli →nvme-cli for Windows current
- 18:2718:27, 4 March 2026 diff hist +149 NVMe/nvme-cli →keywords
- 05:5805:58, 4 March 2026 diff hist +433 Vsftpd →/etc/vsftpd/vsftpd.conf current
- 05:5605:56, 4 March 2026 diff hist +28 Vsftpd →Configuration Files
- 05:5505:55, 4 March 2026 diff hist +108 Vsftpd →SFTP
3 March 2026
- 00:5600:56, 3 March 2026 diff hist +14 N FLEXlm Created page with "See FlexLM" current
- 00:5600:56, 3 March 2026 diff hist −745 RLM No edit summary current
- 00:0800:08, 3 March 2026 diff hist +761 RLM No edit summary
2 March 2026
- 23:3523:35, 2 March 2026 diff hist +761 N FlexLM 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...." current
- 23:3523:35, 2 March 2026 diff hist +856 N RLM 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:3323:33, 2 March 2026 diff hist +331 BeyondTrust No edit summary current
- 18:5318:53, 2 March 2026 diff hist +88 BeyondTrust →Join Domain
28 February 2026
- 09:1409:14, 28 February 2026 diff hist +56 WinGet →GnuWin32 Tools
27 February 2026
- 23:5423:54, 27 February 2026 diff hist +788 N Windows/SMB 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..." current
- 23:5123:51, 27 February 2026 diff hist +19 N Windows/Samba Created page with "See Windows/SMB" current
24 February 2026
- 08:1808:18, 24 February 2026 diff hist +17 WinGet →Install Git
- 08:1708:17, 24 February 2026 diff hist +29 WinGet →Manifest Package Structure
- 08:1708:17, 24 February 2026 diff hist +136 WinGet →Winget Manifest Repository
- 08:1608:16, 24 February 2026 diff hist +906 WinGet →Install Git
- 08:1108:11, 24 February 2026 diff hist −68 WinGet →Install Git
23 February 2026
- 20:5420:54, 23 February 2026 diff hist +202 WinGet →OpenJDK
21 February 2026
- 07:4507:45, 21 February 2026 diff hist +132 GitHub/GH Client →Clone Repo current