摘要: #系统发行代号及对应版本 wheezy -- 7.x jessie -- 8.x stretch -- 9.x buster -- 10.x testing -- 当前开发中的最新版本 #官方源 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb http:// 阅读全文
posted @ 2020-11-07 11:16 Varden 阅读(4229) 评论(0) 推荐(0)
摘要: #环境说明 debian 8(jessie) apache2 php 7.0 #安装组件 # apt-get install apache2 php7.0-mysql libapache2-mod-php7.0 php7.0-mbstring #更改默认字符集 # nano /etc/apache2 阅读全文
posted @ 2020-11-07 10:06 Varden 阅读(1509) 评论(0) 推荐(0)
摘要: #环境说明: debian 8(jessie) #更改下载源: # vim /etc/live/build.conf LB_MIRROR_BOOTSTRAP="http://ftp.cn.debian.org/debian/" LB_MIRROR_CHROOT_SECURITY="http://ft 阅读全文
posted @ 2020-11-07 09:57 Varden 阅读(3007) 评论(1) 推荐(0)
摘要: #系统要求: 超级管理员访问权限 一个最新版本的live-build 符合POSIX标准的shell,如bash或dash debootstrap或cdebootstrap 内核2.6+ #环境说明: debian 8(jessie) #安装live-build: apt-get install l 阅读全文
posted @ 2020-11-07 09:43 Varden 阅读(6409) 评论(0) 推荐(0)