摘要:https://files.cnblogs.com/files/gushiren/oz%E6%B5%81%E7%A8%8B%E5%9B%BE.pdf https://files.cnblogs.com/files/gushiren/Oz%E6%A6%82%E8%BF%B0.pdf
阅读全文
随笔分类 - oz
1
摘要:https://files.cnblogs.com/files/gushiren/oz%E6%B5%81%E7%A8%8B%E5%9B%BE.pdf https://files.cnblogs.com/files/gushiren/Oz%E6%A6%82%E8%BF%B0.pdf
阅读全文
摘要:deb http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multivers
阅读全文
摘要:deb http://debian.ustc.edu.cn/ubuntu/ xenial main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ xenial-backports main multivers
阅读全文
摘要:deb http://debian.ustc.edu.cn/ubuntu/ precise main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ precise-backports main multive
阅读全文
摘要:deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free deb http://mirrors.ustc.edu.cn/debian/ jessie-updates mai...
阅读全文
摘要:#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthe
阅读全文
摘要:#!/bin/bash sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#UseDNS no/UseDNS no/g' /etc/ssh/sshd_config sed -i 's/GSSAPIAuthentication yes/GSSAPIAuthentication n...
阅读全文
摘要:# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more i
阅读全文
摘要:#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config sed -i 's/#...
阅读全文
摘要:#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config sed -i 's/#...
阅读全文
摘要:#!/bin/bash sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config sed -i 's/...
阅读全文
摘要:#!/bin/bash sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#UseDNS yes/UseDNS no/g' /etc/ssh/sshd_config sed -i 's/GSSAPIAuthentication yes/GSSAPIAuthentication ...
阅读全文
摘要:最近在研究虚拟机的镜像格式,就写个笔记记录一下这些东东。 在linux下,虚拟机的选择方式有很多,比如vmware for linux,virtual box,还有qemu,在以前,使用qemu的人不多,主要是使用起来有些麻烦,但现在随着Openstack的兴起,qemu也得到了很大的发展,现在在F
阅读全文
摘要:此tdl和auto文件只可定义windows disk bus以ide模式启动,不支持virtio。 <template> <name>Windows-gushiren</name> <os> <name>Windows</name> <version>2008</version> <arch>x8
阅读全文
摘要:参考链接: http://blog.csdn.net/gcogle/article/details/52767135http://tlinux.blog.51cto.com/7288656/1749749/http://blog.csdn.net/coolper/article/details/51
阅读全文
摘要:<template> <name>Debian8.7-zxy</name> <os> <name>Debian</name> <version>8</version> <arch>x86_64</arch> <install type='iso'> <iso>file:///data/md0/DVD
阅读全文
摘要:参考链接: https://github.com/clalancette/oz/wiki/Oz-template-description-language https://github.com/clalancette/oz/wiki/oz-install http://dl528888.blog.5
阅读全文
摘要:参考 http://linuxblind.blog.51cto.com/7616603/1655550/ http://www.chenshake.com/oz-making-centos-mirror/ http://www.bubuko.com/infodetail-2167558.html h
阅读全文
摘要:执行成功 错误信息解决办法 libvirt.libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory 解决方法: 查看libvirt进程是否启动: ps -
阅读全文
摘要:1、之前通过修改auto文件和windows.py文件可实现自动安装OS,但是disk bus只能以IDE模式启动,进入系统自动下载运行bat文件,安装cloudbase-init和qga,及清理日志等操作 2、winodws2008.tdl无法定义file注入系统 3、通过Oz官方社区了解到,之前
阅读全文
1
|