Integrate MobaXterm to portabledevops

MobaXterm is all-in-one multi-tab tool for ssh/sftp/local terminal/X server, here is discussion how to integrate it to portabledevops. Most used feature from mobaxterm local terminal, behind is cygwin subsystem ssh client, it can import session from SecureCRT, putty macro, one key to automate repeated tasks basic setup By default there …

flaskhello container using Dockerfile in portabledevops

Objective Flask web app: Hello World! count visit from web URL using Redis using Dockerfile to auto build docker image, then start container and run flask web app on container share image via Docker Hub 1) create docker machine for test launch msys shell from portabledevops, a portable lightweight devops …

New cygwin x86 2.881 setup not working

setup error when run setup-x86_64.exe 2.881, got this error no matter install from Internet or download then install from local, Unable to extract /etc/ — corrupt package? Unable to extract /etc/postinsall — corrupt package? setup.log 2017/09/11 07:56:22 Starting cygwin install, version 2.881 2017/09/11 07:56:22 User has backup/restore rights 2017/09/11 07:56:22 …

docker hands-on guide: New Docker Toolbox 17.07-ce for Windows

For the latest Docker Toolbox for Windows 17.07, there are some change on bash terminal. Docker Quickstart terminal when start quickstart terminal, it is still CMD shell, checked start command it just start bash.exe, “C:\Program Files\Git\bin\bash.exe” –login -i “C:\Program Files\Docker Toolbox\start.sh” In fact Docker Toolbox for Windows shipping with Git …

docker hands-on guide: How to map local folder to docker container on windows?

Assume you work on windows on daily base, want to get benefit from docker container using docker toolbox for test and dev purpose. run docker container on windows There are two options to run docker container on windows: run docker container directly from local window shell, like msys or cygwin …

gitbook editor desktop on windows

download latest gitbook editor desktop version from here: https://www.gitbook.com/editor install gitbook editor, by default will be at: GitBook_Editor Target C:\Users\USERNAME\AppData\Local\GitBook_Editor\Update.exe –processStart Editor.exe Start in C:\Users\USERNAME\AppData\Local\GitBook_Editor\app-7.0.12 where is library book files? default Library path: C:\Users\USERNAME\GitBook\Library then new book folder created at : C:\Users\USERNAME\GitBook\Library\Import\docker_hands-on each book folder is a git repo. how …

Post setup for ubuntu 17.04 vmware vm

download iso Ubuntu Server 17.04 is latest version of Ubuntu Server. https://www.ubuntu.com/download vmware config 1 CPU 4G memory 100GB harddisk network: NAT verify NAT internet access make sure can access to Internet root@ubuntu:~# cat /etc/resolv.conf nameserver 192.168.100.2 nameserver 127.0.0.53 search localdomain root@ubuntu:~# ping google.ca PING google.ca (172.217.9.3) 56(84) bytes of …

Post setup for Redhat/CentOS 7 vmware vm

download iso Red Hat Enterprise Linux 7.3 is free download for developers, you can get from here. You need to register for download, this account also needed for subscription after installation later on. https://developers.redhat.com/downloads/ CentOS 7 is community-driven free, kind of community version of RedHat. http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso vmware config 1 CPU …

Portable HTML to PDF Tool

1) install wkhtmltopdf on windows7 https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_mingw-w64-cross-win64.exe 2) make wkhtmltopdf portable move to $PORTABLEPATH/wkhtmltopdf/ add lines to /etc/profile.d/portabledevops.sh 3) remedy for pre tag text wrap which apply for code, config, table etc add pre-wrap to html 4) command line to convert html to pdf option –disable-smart-shrinking to avoid the font shrinking, …