摘要:
参考:https://www.cnblogs.com/kevingrace/p/8662088.html 环境说明 Ubuntu 16.04 LTS 安装samba服务器 # apt-get install samba 配置服务器 # mkdir /shares #创建共享目录 # vim /etc 阅读全文
posted @ 2020-11-10 13:42
Varden
阅读(153)
评论(0)
推荐(0)
摘要:
环境说明 Ubuntu 16.04 LTS 安装phpMyAdmin # apt-get install phpmyadmin 注:phpmyadmin会自动安装在/usr/share/phpmyadmin下,需要将 phpMyAdmin文件夹拷贝到/var/www/html目录下面 (14.04是 阅读全文
posted @ 2020-11-10 11:44
Varden
阅读(298)
评论(0)
推荐(0)
摘要:
服务端 # apt-get install nfs-kernel-server # mkdir /nfs #创建要共享的目录 # vim /etc/exports #导出共享目录 /nfs *(rw,sync,no_root_squash,no_subtree_check) # /etc/init. 阅读全文
posted @ 2020-11-10 11:19
Varden
阅读(305)
评论(0)
推荐(0)
摘要:
环境: Ubuntu 16.04 LTS 安装: # apt-get install libreoffice Word文档转换为PDF: # libreoffice --invisible --convert-to pdf --outdir . *.doc 阅读全文
posted @ 2020-11-10 11:12
Varden
阅读(710)
评论(0)
推荐(0)
摘要:
环境说明 Debian 8(Jessie) 更改国内源,加快打包速度 # vim config/build # vim config/bootstrap # vim config/binary 配置 # mkdir test-image && cd test-image # lb config \ 阅读全文
posted @ 2020-11-10 10:59
Varden
阅读(1434)
评论(0)
推荐(0)
摘要:
#### Contents of the preconfiguration file (for jessie) ### Localization d-i debian-installer/locale string en_US d-i keyboard-configuration/xkb-keyma 阅读全文
posted @ 2020-11-10 10:42
Varden
阅读(684)
评论(1)
推荐(0)
摘要:
安装软件 # apt-get install tftpd-hpa isc-dhcp-server apache2 配置dhcp服务器 配置文件:/etc/dhcp/dhcpd.conf option domain-name "example.org"; default-lease-time 600; 阅读全文
posted @ 2020-11-10 10:26
Varden
阅读(1247)
评论(0)
推荐(0)
摘要:
#Debian 9中的显著变化 火狐Firefox取代Iceweasel作为网页浏览器。 Thunderbird取代Icedove作为电子邮件客户端。 MariaDB替换MySQL。mysql数据库会和mariaDB同时共存产生冲突。 Debian 9中包含的90%以上的源代码包都将构建完全相同的二 阅读全文
posted @ 2020-11-10 08:39
Varden
阅读(487)
评论(0)
推荐(0)
摘要:
#杀死占用资源高的进程并重启桌面管理服务 # top # killall xfce4-panel # killall xfdesktop # killall xfsettingsd # service lightdm restart #重启xrdp服务 # service xrdp restart 阅读全文
posted @ 2020-11-10 08:32
Varden
阅读(604)
评论(0)
推荐(0)
摘要:
#组件说明 DHCP:为将要安装系统的机器分配IP,以便通过网络获取启动镜像。 TFTP:为机器提供引导映像 APACHE:提供系统镜像DVD/CD安装文件、自动安装脚本文件 PXE:开机引导 #安装DHCP # apt-get install isc-dhcp-server #配置DHCPv4,指 阅读全文
posted @ 2020-11-10 08:28
Varden
阅读(670)
评论(0)
推荐(0)

浙公网安备 33010602011771号