FeministWiki:Server setup: Difference between revisions

    Line 21: Line 21:
    Some of these are needed further down, some are just good to have.
    Some of these are needed further down, some are just good to have.


      apt-get install -y automysqlbackup
      apt-get install automysqlbackup \
    apt-get install -y certbot
                    certbot \
    apt-get install -y dnsutils
                    dnsutils \
    apt-get install -y emacs
                    emacs \
    apt-get install -y git
                    git \
    apt-get install -y mg
                    mg \
    apt-get install -y moreutils
                    moreutils \
    apt-get install -y net-tools
                    net-tools \
    apt-get install -y nmap
                    nmap \
    apt-get install -y rsync
                    rsync \
    apt-get install -y software-properties-common
                    software-properties-common \
    apt-get install -y tree
                    tree


    === Fetch scripts & config repo ===
    === Fetch scripts & config repo ===