标签:pre one lan 没有 get 虚拟 simple ESS npm
常用环境配置
要清理磁盘空间可以看这个文章:https://www.linuxprobe.com/disk-release.html
最简单的安装,结束以后先换源
apt install build-essential gcc make perl dkms
# 之后安装vbox增强功能
# 基本工具
apt install python3-pip
apt install git
apt install vim
apt install net-tools
# 配置vim
# set tabstop=4
# set softtabstop=4
# set shiftwidth=4
# set autoindent
# set nu
# ?apt install libc6-dev-i386 # 这个我也不确定道理有没有用,用到再装好了
# 来点python库
pip3 install -i https://pypi.douban.com/simple pwn
# ==================================备份到这里==================================
# 调试工具
# pwndbg
git clone https://github.com/pwndbg/pwndbg # 这玩意儿慢的一比 可以用这个https://github.com.cnpmjs.org/pwndbg/pwndbg
cd pwndbg
./setup.sh
环境配置 | ubuntu20.04虚拟机常用环境配置(基于vbox)
标签:pre one lan 没有 get 虚拟 simple ESS npm
原文地址:https://www.cnblogs.com/Mz1-rc/p/14403585.html