How to download a file from a remote Linux server via SCP in Windows using Cmder
If you’re working on Windows and you need to grab a file from a remote Linux server over SSH, make sure you use Cmder. Once you have Cmder extracted, you […]
If you’re working on Windows and you need to grab a file from a remote Linux server over SSH, make sure you use Cmder. Once you have Cmder extracted, you […]
HashCheck is the quickest and easiest way to verify downloaded files on Windows. Originally developed at code.kliu.org, HashCheck was left to languish for since 2009 until @gurnec took over stewardship […]
Bang this into cmder. mkdir %CMDER_ROOT%\config\.ssh and then this ssh-keygen -o -a 100 -t ed25519 -f %CMDER_ROOT%\config\.ssh\id_ed25519 Which will output something like this: Generating public/private ed25519 key pair. Enter passphrase […]
Being able to log into remote servers without remembering each unique password is one of the great things about the public-key system. In Linux this is pretty much expected behaviour, […]
It’s frustrating how many older Windows programs handle MTP – they simply pretend it doesn’t exist. I wanted to dedupe some photos and videos between my OnePlus 3 and the […]
Updated for 2017-10-31 When developing websites, I’ve found it incredibly useful to be able to run, or install, multiple versions of Firefox on the same computer, side-by-side, simultaneously, concurrently – […]
A Windows 10 Pro machine at work, that had been upgraded from Windows 8.1 Pro, was refusing the 2015 “November” update and also wouldn’t install the UK language pack. This […]