6 lines
232 B
Bash
6 lines
232 B
Bash
## Often used tools
|
|
apt_install_permanent software-properties-common gnupg2 dirmngr psmisc wget curl python-pip git gawk zip gperf unzip bzip2 inetutils-ping inetutils-telnet rsync
|
|
|
|
## Often used python modules
|
|
pip install argparse
|