|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- debian_base_packages:
-
- # editors
- - nano
-
- # network tools
- - net-tools
- - iputils-ping
-
- # shells
- - fish
- - elvish
-
- # file sync tools
- - rsync
- - zsync
-
- # ansible requirements
- - python3
- - python3-apt
-
- # system
- - console-setup
- - dbus
-
- debian_common_packages:
-
- # admin tools
- - lsof
- - less
- - psmisc
- - ipcalc
- - ipv6calc
-
- # apt tools
- - aptitude
-
- # compression
- - unzip
- - p7zip
- - zip
- - xz-utils
-
- # editors
- - nano
- - micro
- - vim
- - joe
-
- # network tools
- - whois
- - nmap
- - tcpdump
- - bind9-dnsutils
- - mtr
- - oping
- - ipcalc
- - ipv6calc
-
- # documentation
- - man-db
-
- # tools
- - pwgen
-
- # compression
- - unzip
- - p7zip
- - zip
- - unzip
-
- # file sync tools
- - rsync
- - zsync
- - unison
- - rclone
-
- # shells
- - fish
- - elvish
-
- # shell tools
- - tmux
- - socat
- - jq
- - jo
- - pv
- - qrencode
- - moreutils
-
- # terminfo
- - kitty-terminfo
-
- # programming
- - python3
- - python3-pip
- - python3-setuptools
- - golang
-
- # system
- - console-setup
- - dbus
- - systemd-timesyncd
-
- # localization
- - locales
-
- # security tools
- - openssh-client
- - ssh-agent-filter
- - gnupg
- - gnupg-agent
- - agent-transfer
-
- # installation utils
- - debootstrap
-
- debian_machine_packages:
-
- # hardware utils
- - pciutils
- - usbutils
- - acpi
- - lshw
-
- # hard disk utils
- - parted
- - mdadm
- - cryptsetup
- - lvm2
-
- # filesystem tools
- - btrfs-progs
- - dosfstools
-
- debian_firmware_packages:
- - firmware-linux
- - firmware-sof-signed
- - firmware-iwlwifi
|