FeministWiki:Server setup: Difference between revisions

(Change all uses of the code HTML tag to the "C" template.)
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 automysqlbackup
  apt-get install -y automysqlbackup
  apt-get install certbot
  apt-get install -y certbot
  apt-get install dnsutils
  apt-get install -y dnsutils
  apt-get install emacs
  apt-get install -y emacs
  apt-get install git
  apt-get install -y git
  apt-get install mg
  apt-get install -y mg
  apt-get install moreutils
  apt-get install -y moreutils
  apt-get install net-tools
  apt-get install -y net-tools
  apt-get install nmap
  apt-get install -y nmap
  apt-get install rsync
  apt-get install -y rsync
  apt-get install software-properties-common
  apt-get install -y software-properties-common
  apt-get install tree
  apt-get install -y tree


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