SpinupWP is a great hosting platform for people who want to own their own cloud servers, but not have to worry about running a web stack. It also has a simple feature in the dashboard to enable Basic Authentication for an entire website domain. It cannot, however, do this for just a specific subdirectory (or…
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 can use the Linux command line SCP directly from Windows: You can use this shortcut if you’ve already setup your SSH agent. There is unexplained…
Bang this into cmder. and then this Which will output something like this: You can then download this user-profile.cmd and place it in %CMDER_ROOT%\config\ There are plenty of good reasons why, but I won’t repeat these people’s work. Please read. Refs:
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, but not so much in Windows. However, if you replace your command line with cmder instead, it’s a simple 3 step procedure. When you next…