Skip to main content

Software installieren

Debian:

Hilfreiche Software installieren:

apt update \
  && \
  apt install -y \
  nano \
  curl \
  htop \
  iputils-ping \
  iproute2 \
  iptables \
  ipset \
  ethstatus \
  vnstat \
  btop \
  htop \
  sshfs \
  wget \
  cifs-utils \
  python3 \
  python3-venv \
  python3-pip \
  tmux \
  tree

tmux für crontab vorbereiten und auto update vorbereiten:

echo 'set-option -g default-shell /bin/bash' >> ~/.tmux.conf
mkdir Manual
echo -e 'apt-get update\napt-get full-upgrade -y\n/sbin/reboot now' >> Manual/Update_and_reboot.sh
echo -e 'apt-get update\napt-get full-upgrade -y' >> Manual/Just_update.sh