$ python -c 'import sphinx; print sphinx.__version__'
Follow the installation instructions, install by:
$ easy_install -U Sphinx
$ python -c 'import sphinx; print sphinx.__version__'
Follow the installation instructions, install by:
$ easy_install -U Sphinx
https://coderwall.com/p/adv71w/basic-vim-commands-for-getting-started
Press i for insert mode
The ex mode is an extension of command mode. To get into it, press Esc
and then :
(the colon). The cursor will go to the bottom of the screen at a colon prompt. Write your file by entering :w
and quit by entering :q
. You can combine these to save and exit by entering :wq
. However, if you're finished with your file, it's generally more convenient to type Shift-z-z
from command mode.
The debugger is called pdb
:
python -m pdb myscript.py
https://linuxconfig.org/bash-scripting-tutorial
which bash
Bash shell script starts with shebang:#!
Instructions of this file based on: https://www.kevinleary.net/self-signed-trusted-certificates-node-js-express-js/
wget https://raw.githubusercontent.com/anders94/https-authorized-clients/master/keys/ca.cnf
[ ca ]
default_ca = CA_default
Easiest way to setup is probably installing Git Bash
:
More instructions can be found here.
c:\Windows\System32\Drivers\etc\hosts
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
Test ssh connection:
ssh -T [email protected]
ssh -T [email protected]
See help doc: