七,加速以后的开发
如果你准备以后经常定制iso 那么你可能需要在本地缓存Kali的软件包,节省一些下载时间。首先下载apt-cacher-ng
apt-get install apt-cacher-ng
当你以后要开发时,先打开cacher
/etc/init.d/apt-cacher-ng start
export http_proxy=http://localhost:3142
lb config --apt-http-proxy http://127.0.0.1:3142
lb build
如果你准备以后经常定制iso 那么你可能需要在本地缓存Kali的软件包,节省一些下载时间。首先下载apt-cacher-ng
apt-get install apt-cacher-ng
当你以后要开发时,先打开cacher
/etc/init.d/apt-cacher-ng start
export http_proxy=http://localhost:3142
lb config --apt-http-proxy http://127.0.0.1:3142
lb build