Portable Docker Toolbox for Windows with Cmder/Console2+msys

Docker Toolbox for Windows is tool set for both docker machine and docker client: docker-machine docker portable docker for windows Here is solution to make it portable with USB driver, precondition: portable msys + Git portable Cmder/Console2 1) First for all, install Docker Toolbox for Windows without VirtualBox and Git …

How Docker Toolbox for Windows working with Cmder/Console2+msys

This is error when start docker with my own msys bash from shortcut or Cmder/Console2 task tab, Docker Machine is not installed. Please re-run the Toolbox Installer and try again. Looks like something went wrong in step A’Looking for vboxmanage.exeA’… Press any key to continue… Looks like some issue in …

cmder copy/paste in vim

cmder select text / copy is simple, just select text using left mouse, it is in clipboard, so you can paste using ctrl-V or right mouse. But default it is not working in vim, found this is reason: cmder settings->Keys&Macro->Mark/Copy->Select text with mouse->Exceptions: far|vim.exe means vim.exe is in exception list, …

How cmdermini working with msys

There are two versions of cmder: cmder with Git and cmdermini without Git, I prefer use cmdermini without Git since I already have portable git, however it is nothing when run as cmdermini, it is pure cmd replacement, cannot run UNIX like shell. cmdermini https://github.com/cmderdev/cmder/releases/download/v1.2.9/cmder_mini.zip best windows cmd.exe replacement msys …

Multi Portable WinPython on msys

portable Python project Portable Python project changed to WinPython now, it is still best portable package in the python community. website: http://portablepython.com/ download: winpython download Here is show you how to setup WinPython2.7 and WinPython3.5 on same portable driver using msys env. 1) install WinPython2.7 and WinPython3.5 to portable driver …

OS X 10.11.4 test on vmware ws pro

1) make ElCapitan.iso from old OS X vmware vm box trick is when downloading OS X 10.11, hold on to install it, find out download folder and make it as iso image using this script as root. http://www.insanelymac.com/forum/topic/308533-how-to-create-a-bootable-el-capitan-iso-fo-vmware/ the last stage you may need to change to, mv /tmp/ElCapitan.iso.cdr /Users/username/Desktop/ElCapitan.iso …

LPIC-102 400 note 110.3 Securing data with encryption

110.3 Securing data with encryption Weight: 3 Description: The candidate should be able to use public key techniques to secure data and communication. Key Knowledge Areas: Perform basic OpenSSH 2 client configuration and usage Understand the role of OpenSSH 2 server host keys Perform basic GnuPG configuration, usage and revocation …