摘要:
使用apt get install 安装软件 使用apt cache search 查询软件 使用dpkg i 安装ded软件包, 类似于CentOS中的rpm包 L 查询软件安装的位置 l 显示包版本 使用apt get remove 删除软件 使用apt get update 更新 dpkg d 阅读全文
摘要:
以下都是举例说明: A. 使用fdisk命令对/dev/sdb进行分区 B. 先对/dev/sdb5和/dev/sdb6进行格式化, 文件系统为btrfs C. 使用btrfs filesystem show命令查看所有的btrfs类型的分区 D. 发现磁盘不够, 希望扩展该btfs文件系统的大小, 阅读全文
摘要:
1. tar xzvf linux major minor VERSION.tar.gz C /usr/src 2. cd /usr/src 3. ln sv linux major minor VERSION linux 4. make allnoconfig 5. make menuconfig 阅读全文
摘要:
\ \ This is the main Apache server configuration file. It contains the \ configuration directives that give the server its instructions. \ See for det 阅读全文
摘要:
``` o / : 2GB o /boot: 200MB o /usr : 4GB o /var : 2GB o /tmp : 1GB o swap : 1GB o /home: 5GB,并且使用 LVM 模式建置 创建共享目录 这五个朋友的共享目录建置于 /home/vbirdgroup 这个目录 阅读全文