随笔分类 -  Openstack

摘要:auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.104.10 netmask 255.255.255.0 network 192.168.104.0 broadcast 192.168.1 阅读全文
posted @ 2021-02-01 10:29 redsky66 阅读(57) 评论(0) 推荐(0)
摘要:apt-get install git -y git config --global http.postBuffer 524288000 git config --global http.postBuffer 24288000000 git clone git://github.com/openst 阅读全文
posted @ 2021-01-31 22:16 redsky66 阅读(88) 评论(0) 推荐(0)
摘要:1.查看虚拟机 root@ubuntu:~# virsh list --all setlocale: No such file or directory Id Name State 4 vm1 running 5 vm2 running - kvm1 shut off 2.查看虚拟机mac地址 ro 阅读全文
posted @ 2021-01-30 23:47 redsky66 阅读(99) 评论(0) 推荐(0)
摘要:1.添加硬盘 2.创建PV VG LV root@ubuntu:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 30G 0 disk |-sda1 8:1 0 28G 0 part / |-sda2 8:2 0 1K 0 part 阅读全文
posted @ 2021-01-30 22:09 redsky66 阅读(159) 评论(0) 推荐(0)
摘要:cpu芯片 32位 root@ubuntu:# arch i686 root@ubuntu:# uname -m i686 Error found when loading /root/.profile错误 终端输入:nano /root/.profile mesg n 进行注释,在前面加上# 增加 阅读全文
posted @ 2021-01-28 00:07 redsky66 阅读(72) 评论(0) 推荐(0)
摘要:1.配置/etc/apt/sources.list注释掉国外原块选中ctrl+v、shift+3(#)、esc 2次 deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse deb http://mi 阅读全文
posted @ 2021-01-26 22:00 redsky66 阅读(114) 评论(0) 推荐(0)
摘要:Ubuntu 版本:ubuntu 12.04 1 . 打开 vim /etc/network/interfaces 2 . 添加网卡配置(静态获取IP和DHCP获取IP选一个配置即可) 静态获取IP auto lo iface lo inet loopback auto eth0 iface eth 阅读全文
posted @ 2021-01-26 21:57 redsky66 阅读(759) 评论(0) 推荐(0)