随笔分类 -  fedora使用笔记

摘要:bash中的快捷键操作: 分为两大类, 一是移动, 另一个是删除 一. 移动 1. 按字符移动: ctrl+f, ctrl+b 3. 按行移动: ctrl+a, ctrl+e 二. 删除: 1. 按字符删除: ctrl+h, ctrl+d ctrl+D: 删除当前光标后的一个字符( 相当于delet 阅读全文
posted @ 2016-05-24 11:14 noitanym 编辑
摘要:要使用systemd, linux内核版本要高于: 2.6.39 systemctl的命令格式: systemctl 动作命令(如start stop restart status) 服务名称.service | | 要查看服务, 使用: systemctl t service 可以禁用一些服务, 阅读全文
posted @ 2016-05-24 09:40 noitanym 编辑
摘要:archive: ['a:kaiv] she went to the city archive this morning. ==================== === fedora 的下载地址是: "main address fedora下载主页" "version 14 address fe 阅读全文
posted @ 2016-05-24 09:01 noitanym 编辑
摘要:both和and的区别? both强调(两者)都,用于肯定语气, and字面意思是“和,而且”,是用于表示并列关系的句子,通常位于最后两个人或物之间,将将人物串联起来 如: this password is for both user and root accounts. (注意, 这里不能用use 阅读全文
posted @ 2016-05-24 08:34 noitanym 编辑
摘要:uname= unix +name, 是指unix 这个操作系统的 名字, 包括 主机名, 内核版本 架构 平台名称等等 阅读全文
posted @ 2016-05-24 08:24 noitanym 编辑
摘要:网络配置包括3个部分: 1. ipadd的配置 2. gateway profile 3. dns profile 格式区别: 1和2的格式都是: CONFIG_ITEM = value; 3的格式是: nameserver value; == 1. 主要是设置网卡的相关信xin 2. gatewa 阅读全文
posted @ 2016-05-19 13:37 noitanym 编辑
摘要:选用64位或32位的版本,注意看硬件: 内存大于4G的用64位, 小于4G的用32位 同时, 64位的版本在软件源, 软件的兼容性等问题. == 最终使用的是: red hat和centos系列的: fedora! 因为它的命令和配置都是跟服务器相同一致的, 这个既兼顾了桌面, 又兼顾了服务器的配置 阅读全文
posted @ 2016-05-17 10:45 noitanym 编辑