... | ... | @@ -12,14 +12,14 @@ Then we install rust from source, which is needed for python Cryptography librar |
|
|
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
# rustc --version
|
|
|
```
|
|
|
Install some extra dependencies for software compiling:
|
|
|
Install some extra dependencies for software compiling, and rust's package manager cargo:
|
|
|
|
|
|
`# apt-get install build-essential libssl-dev libffi-dev python3-dev cargo`
|
|
|
|
|
|
Ref:
|
|
|
https://docs.mailman3.org/en/latest/install/virtualenv.html#installing-dependencies
|
|
|
|
|
|
*Also GNU mailman wiki suggests to install the following for memory cache, throttle too many failed server connections and an internalization library to support multilingual environments (https://docs.mailman3.org/en/latest/translation.html):*
|
|
|
*Also GNU mailman wiki suggests to install few extra tools for memory cache, throttle too many failed server connections, and an internalization library to support multilingual environments (https://docs.mailman3.org/en/latest/translation.html):*
|
|
|
```
|
|
|
# apt install memcached
|
|
|
# apt install fail2ban
|
... | ... | |