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/10/13 14:32] 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 ======
/usr/local/www/wiki/data/attic/windows/programs.1760380325.txt.gz · Last modified: by Sean Rhone