您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

123 行
1.3KB

  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. - iputils-ping
  12. # network config
  13. - resolvconf
  14. # compression
  15. - unzip
  16. - p7zip
  17. - zip
  18. - unzip
  19. # file sync tools
  20. - rsync
  21. - zsync
  22. # shells
  23. - fish
  24. # ansible requirements
  25. - python3
  26. - python3-apt
  27. # system
  28. - console-setup
  29. - dbus
  30. debian_common_packages:
  31. # apt tools
  32. - aptitude
  33. # editors
  34. - nano
  35. - micro
  36. - vim
  37. - joe
  38. # network tools
  39. - whois
  40. - nmap
  41. - tcpdump
  42. - bind9-dnsutils
  43. - mtr
  44. - oping
  45. - ipcalc
  46. - ipv6calc
  47. # documentation
  48. - man-db
  49. # tools
  50. - pwgen
  51. # compression
  52. - unzip
  53. - p7zip
  54. - zip
  55. - unzip
  56. # file sync tools
  57. - rsync
  58. - zsync
  59. # shells
  60. - xonsh
  61. - fish
  62. # shell tools
  63. - tmux
  64. - socat
  65. - jq
  66. - jo
  67. - pv
  68. - qrencode
  69. - moreutils
  70. # programming
  71. - python3
  72. - python3-pip
  73. - python3-setuptools
  74. - golang
  75. # security tools
  76. - openssh-client
  77. - ssh-agent-filter
  78. - gnupg
  79. - gnupg-agent
  80. - agent-transfer
  81. # installation utils
  82. - debootstrap
  83. debian_hardware_packages:
  84. # hardware utils
  85. - pciutils
  86. - usbutils
  87. - acpi
  88. - lshw
  89. # hard disk utils
  90. - parted
  91. - mdadm
  92. - cryptsetup
  93. - lvm2
  94. # filesystem tools
  95. - btrfs-progs
  96. - dosfstools