User Tools

Site Tools


windows:programs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:programs [2025/07/15 15:36] Sean Rhonewindows:programs [2026/01/15 03:48] (current) – [OpenSSH] Sean Rhone
Line 4: Line 4:
  
 ====== Programs ====== ====== Programs ======
- 
-===== 7-max ===== 
- 
-  * https://7-max.com/ 
-  * :!: 2025/06/19: Untested, but looks interesting 
  
 ===== fastfetch ===== ===== fastfetch =====
Line 29: Line 24:
   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)
   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip"
 +
 +  RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads"
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe"
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe"
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"
 +
 +==== Alira ====
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" espionage724@192.168.1.152
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe" espionage724@192.168.1.152:~/* "%UserProfile%\Downloads"
 +
 +==== Router ====
 +
 +****
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1
  
 ====== Browsers ====== ====== Browsers ======
Line 80: Line 97:
  
 ====== System Utilities ====== ====== System Utilities ======
 +
 +===== Windows Terminal =====
 +
 +==== VCLibs ====
 +
 +  * https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'"
 +
 +==== Windows Terminal ====
 +
 +  * https://github.com/microsoft/terminal/releases
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://github.com/microsoft/terminal/releases/download/v1.23.12681.0/Microsoft.WindowsTerminal_1.23.12681.0_8wekyb3d8bbwe.msixbundle'"
  
 ===== balenaEtcher ===== ===== balenaEtcher =====
Line 88: Line 119:
  
   * https://rufus.ie/   * https://rufus.ie/
 +  * https://github.com/pbatard/rufus/wiki/FAQ
  
 ===== VC++ Redists ===== ===== VC++ Redists =====
/usr/local/www/wiki/data/attic/windows/programs.1752608217.txt.gz · Last modified: by Sean Rhone