myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

minimal (1332B)


      1 # crucial utilities and programs
      2 zsh
      3 bash
      4 bash-completion
      5 
      6 rsync
      7 sudo
      8 vim
      9 screen
     10 socat
     11 strace
     12 
     13 subversion
     14 git
     15 
     16 tcpdump
     17 
     18 ncdu
     19 moreutils
     20 pmount
     21 pv
     22 
     23 p7zip-full
     24 unrar-free
     25 bzip2
     26 zip
     27 tar
     28 
     29 bridge-utils
     30 inotify-tools
     31 mutt
     32 timelimit
     33 telnet
     34 traceroute
     35 mtr-tiny
     36 less
     37 tsocks
     38 gawk
     39 bc
     40 colordiff
     41 info
     42 num-utils
     43 time
     44 tidy
     45 qprint
     46 make
     47 unattended-upgrades
     48 netcat-openbsd
     49 fuse3
     50 at
     51 rsyslog
     52 
     53 curl
     54 w3m
     55 wget
     56 publicsuffix # w3m dependency
     57 
     58 lftp
     59 ftp
     60 
     61 apg
     62 file
     63 gzip
     64 hostname
     65 ifupdown
     66 grep
     67 findutils
     68 login
     69 perl
     70 logrotate
     71 lsof
     72 mount
     73 passwd
     74 patch
     75 diffutils
     76 gnupg-agent
     77 python3
     78 bindfs
     79 iptables-persistent
     80 wakeonlan
     81 iptables
     82 
     83 quota
     84 quotatool
     85 cgroup-tools
     86 manpages-dev # implies manpages
     87 
     88 task-ssh-server
     89 ssh # openssh client and server
     90 
     91 usbutils # lsusb
     92 
     93 # iprint
     94 
     95 needrestart # point out what needs a restart
     96 
     97 acl
     98 
     99 tree
    100 
    101 busybox-static
    102 
    103 # gnupg-curl # http://unix.stackexchange.com/a/113587
    104 
    105 openssl
    106 
    107 sed
    108 systemd
    109 
    110 gnupg2
    111 
    112 net-tools
    113 
    114 molly-guard
    115 
    116 ntp
    117 
    118 iputils-ping
    119 
    120 bsdmainutils
    121 unzip
    122 
    123 efibootmgr
    124 
    125 laptop-detect
    126 dmidecode # might be useful?
    127 
    128 cryptsetup
    129 cryptsetup-bin
    130 
    131 console-data # required to have console keymaps
    132 console-common # seems to be useful for keymaps too
    133 console-setup # seems to be useful for keymaps too
    134 
    135 cron
    136 
    137 isc-dhcp-client # dhclient
    138 isc-dhcp-common # manpages
    139 
    140 os-prober # for grub
    141 
    142 nocache
    143 
    144 software-properties-common # add-apt-repository
    145