设立开发环境

apt update -y && sudo apt install -y \
  build-essential \
  curl \
  wget \
  git \
  vim \
  unzip \
  tree \
  python3 \
  python3-pip \
  htop \
  tmux \
  p7zip-full \
  net-tools \
  iproute2 \
  dnsutils \
  traceroute \
  nmap \
  python3-venv \
  cmake

评论