選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
1234567 |
- function aptitude-list-manually-installed --description 'list all manually installed packages without system packages'
- aptitude search '!?priority(required) !?priority(important) ?installed !?automatic' $argv
- end
-
- function apt-tail-log --description 'tail the apt log'
- tail -f /var/log/apt/term.log $argv
- end
|