Add frontmatter
This commit is contained in:
parent
c2839456e3
commit
d984f8c6df
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
# Best Practice -- Connecting Hawk to the world
|
||||
|
||||
Change history:
|
||||
- Initial version ; Jose Gracia, 15 May 2024
|
||||
|
||||
TODOs:
|
||||
- Add use-cases for e.g. SVN, R, etc.
|
||||
- Do we recommend [setting `https_proxy` variables in `.bashrc`](#httpshttp-proxy-variables)?
|
||||
- Do we recommend [one of the git remote repo protocols](#using-proxy-with-git), i.e. SSH or HTTP, over the other?
|
||||
|
||||
|
||||
Hawk is surrounded by a strict outgoing firewall. Users can not open arbitrary connections to hosts on the internet. Connections can only be established through a proxy host. This document describes how to set up a proxy, and how to use this proxy in a number of common use cases.
|
||||
|
||||
Common use cases include:
|
||||
|
|
Loading…
Reference in a new issue