技术改变生活

博客园 首页 新随笔 联系 订阅 管理

12 2018 档案

摘要:dns配置文件解析 SOA(Start Of Authority): ZONE NAME TTL IN SOA FQDN(主DNS的名称) ADMINISTRATOR_MAILBOX ( serial number refresh retry expire na ttl ) serial numbe 阅读全文
posted @ 2018-12-19 18:15 小阿峰 阅读(214) 评论(0) 推荐(0) 编辑

摘要:本地yum源搭建 cd源 mount /dev/sr0 /mnt vim /etc/yum.repos.d/base.repo [centos-base]name=centos7#baseurl=file:///var/www/html/centos/baseurl=file:///mntenabl 阅读全文
posted @ 2018-12-15 20:08 小阿峰 阅读(675) 评论(0) 推荐(0) 编辑

摘要:在windows中编辑好的汉字文本文档,上传到Linux下打开乱码。 [root@localhost ~]# rpm -ivh /mnt/Packages/lrzsz-0.12.20-36.el7.x86_64.rpm [root@localhost ~]# rpm -qf `which iconv 阅读全文
posted @ 2018-12-11 22:28 小阿峰 阅读(2065) 评论(0) 推荐(0) 编辑

摘要:挂载光盘: 光盘插入光驱后使用:mount -t iso9660 /dev/cdrom /mnt 或 mount /dev/sr0 /mnt [root@centos7 ~]# ll /dev/cdrom lrwxrwxrwx 1 root root 3 Dec 12 10:55 /dev/cdro 阅读全文
posted @ 2018-12-11 14:55 小阿峰 阅读(577) 评论(0) 推荐(0) 编辑

摘要:mount [ -t 设备类型 ] [ -o 扩展参数 ] dev dir -t:指定mount挂载设备类型,常见的类型有nfs、ntfs、vfat、iso9660等; is09660:光盘或光盘镜像 msdos:fat16文件系统 vfat:fat32文件系统 ntfs:ntfs文件系统 ntsf 阅读全文
posted @ 2018-12-11 10:49 小阿峰 阅读(5142) 评论(0) 推荐(0) 编辑