Posted On March 31, 2019

Some Common SysAdmin Tools

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Some Common SysAdmin Tools
LAN Speed Test: https://totusoft.com/lanspeed
Putty: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
CutePDF: http://www.cutepdf.com/Products/CutePDF/writer.asp
Remote Desktop Manager:
WAN IP: https://ipchicken.com/
Chrome: https://www.google.com/chrome/
Firefox: https://www.mozilla.org/en-US/firefox/download/thanks/?scene=2#download-fx
Flash:
Java:
TextPad: https://www.textpad.com/download
OpenOffice: https://www.openoffice.org/download/
Wireshark: https://www.wireshark.org/download.html
IntelliAdmin: http://www.intelliadmin.com/index.php/downloads/
Password Safe:
SCP: https://winscp.net/eng/download.php
Rsync Windows:
OpenVPN:
Delta Copy: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
Old Apps for Compatibility Testing:

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Xpenology

1. Download      a. gnoboot      b. Synology DSM      c. Win32DiskImager…

Fix NetPlWiz and control userpasswords2 Grey-out Options

Problem: netplwiz has a grayed out 'Users must enter a user name and password to…

PowerShell: Setting WSUS Registry Setting On/Off for Client Windows

# setWsusOnOff.ps1function setWsus{ param( [switch]$on, [switch]$off ) function wuRegistryIsOn{ # Check if this machine has…