Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

main.yaml 1.4KB

2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
1 rok temu
2 lat temu
2 lat temu
2 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. debian_base_packages:
  2. # admin tools
  3. - lsof
  4. - less
  5. - psmisc
  6. - ipcalc
  7. - ipv6calc
  8. # editors
  9. - nano
  10. # network tools
  11. - net-tools
  12. - iputils-ping
  13. # compression
  14. - unzip
  15. - p7zip
  16. - zip
  17. - unzip
  18. # file sync tools
  19. - rsync
  20. - zsync
  21. # shells
  22. - fish
  23. # ansible requirements
  24. - python3
  25. - python3-apt
  26. # system
  27. - console-setup
  28. - dbus
  29. debian_common_packages:
  30. # apt tools
  31. - aptitude
  32. # editors
  33. - nano
  34. - micro
  35. - vim
  36. - joe
  37. # network tools
  38. - whois
  39. - nmap
  40. - tcpdump
  41. - bind9-dnsutils
  42. - mtr
  43. - oping
  44. - ipcalc
  45. - ipv6calc
  46. # documentation
  47. - man-db
  48. # tools
  49. - pwgen
  50. # compression
  51. - unzip
  52. - p7zip
  53. - zip
  54. - unzip
  55. # file sync tools
  56. - rsync
  57. - zsync
  58. # shells
  59. - xonsh
  60. - fish
  61. # shell tools
  62. - tmux
  63. - socat
  64. - jq
  65. - jo
  66. - pv
  67. - qrencode
  68. - moreutils
  69. # terminfo
  70. - kitty-terminfo
  71. # programming
  72. - python3
  73. - python3-pip
  74. - python3-setuptools
  75. - golang
  76. # system
  77. - console-setup
  78. - dbus
  79. - systemd-timesyncd
  80. # localization
  81. - locales
  82. # security tools
  83. - openssh-client
  84. - ssh-agent-filter
  85. - gnupg
  86. - gnupg-agent
  87. - agent-transfer
  88. # installation utils
  89. - debootstrap
  90. debian_machine_packages:
  91. # hardware utils
  92. - pciutils
  93. - usbutils
  94. - acpi
  95. - lshw
  96. # hard disk utils
  97. - parted
  98. - mdadm
  99. - cryptsetup
  100. - lvm2
  101. # filesystem tools
  102. - btrfs-progs
  103. - dosfstools
  104. debian_firmware_packages:
  105. - firmware-linux
  106. - firmware-sof-signed