码迷,mamicode.com
首页 > 系统相关 > 详细

环境配置 | ubuntu20.04虚拟机常用环境配置(基于vbox)

时间:2021-02-17 15:13:48      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!