選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
- debian_common_packages:
-
- # apt tools
- - aptitude
-
- # admin tools
- - lsof
- - less
- - psmisc
- - lshw
- - ipcalc
- - ipv6calc
-
- # editors
- - nano
- - vim
-
- # network tools
- - iputils-ping
- - whois
- - nmap
- - tcpdump
- - dnsutils
- - mtr
- - oping
-
- # network config
- - resolvconf
-
- # documentation
- - man-db
-
- # tools
- - pwgen
-
- # compression
- - unzip
- - p7zip
- - zip
- - unzip
-
- # file sync tools
- - rsync
- - zsync
-
- # shells
- - xonsh
- - fish
-
- # shell tools
- - tmux
- - socat
- - jq
- - jo
- - pv
- - qrencode
- - moreutils
-
- # languages
- - python3
- - python3-pip
- - python3-setuptools
- - golang
-
- # system
- - console-setup
- - dbus
-
- # localization
- - locales
-
- # security tools
- - openssh-client
- - ssh-agent-filter
- - gnupg
- - gnupg-agent
- - agent-transfer
|