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

How to Check NTFS Effective Permission Access of a User

Right-click on the Folder > Properties > Security tab > Advanced > Effective Access tab…

Bosch Security Camera System

How to access the IP camera software (Tonto)   Using Internet Explorer, go to this…

PowerShell: Get Connected Port by Process Name

# getProcessConnectionPort.ps1 $computerlist=@' SQL1 SQL2 '@ $computernames=@($computerList -split "`n")|%{$_.Trim()} $processname='sqlservr' $state='Established' $results=@() foreach ($computername in…