Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ubuntu install scripts not yet migrated to Ansible. Bash is better?

Notes

MOSH

  • Open a UDP type
  • Port Range 60000 - 61000

Docker / Windows

  • Start native Docker daemon in Windows
  • Update settings as below:
    • General > Enable: Expose daemon on tcp://localhost:2375 without TLS
      • Append host on each command. eg: docker -H tcp://0.0.0.0:2375 images
      • Or, update ~/.bashrc with: export DOCKER_HOST='tcp://0.0.0.0:2375'
    • Shared Drives > Enable C Drive as shared
      • CMD: Use %CD% for working directory
      • PowerShell: Use $PWD like on Linux

Links