windows安装qemu-ga 虚拟机配置里添加virtio serial端口 virsh edit instance-name devices里添加下面这段配置, 安装Qemu Guest Agent服务 wget https://fedorapeople.org/groups/virt/vir ...
分类:
Windows程序 时间:
2016-04-20 17:43:11
阅读次数:
2073
Zuul 是提供动态路由,监控,弹性,安全等的边缘服务。Zuul 相当于是设备和 Netflix 流应用的 Web 网站后端所有请求的前门。Zuul 可以适当的对多个 Amazon Auto Scaling Groups 进行路由请求。 Zuul 包含多个组件: zuul-core zuul-sim ...
分类:
Web程序 时间:
2016-04-18 16:53:01
阅读次数:
227
此功能是利用第三方SDK集成IOS应用中分享功能 1、获取AppKey 在mob官网注册应用得到appkey,www.mob.com 2、下载SDK 注册过下载需要的社会化的SDK工具 3、快速集成 第一步:将下载的SDK解压后导入您的工程中 注意:请务必在上述步骤中选择“Create groups ...
分类:
移动开发 时间:
2016-04-18 01:09:46
阅读次数:
297
1.服务器端直接apt install subversion安装svn; 2假设要把项目test部署在/var/www/html目录下,打开,然后svnadmin create test; 3test目录下打开conf文件夹; 4编辑authz文件,例如用户为test,组为admin [groups ...
分类:
系统相关 时间:
2016-04-16 12:16:09
阅读次数:
195
#!/bin/bash
#DeleteUsers
forusersinadmlpsyncshutdownhaltnewsuucpoperatorgamesgopher;
do
userdel$users
done
#DeleteGroups
forgroupsinadmlpnewsuucpgamesdippppuserspopusersslipusers;
do
groupdel$groups
done
#DisableServices
forservicesinanacronauditdautofsav..
分类:
其他好文 时间:
2016-04-11 07:38:03
阅读次数:
155
一、 1.查看用户 命令如下:whoami 2.创建用户 创建用户命令:sudo adduser hello 超级用户是 root 删除用户名命令:sudo deluser hello --remove-home 切换用户登录命令: su -l hello 3.用户组 groups 查看用户组命令: ...
分类:
系统相关 时间:
2016-04-09 20:12:59
阅读次数:
208
select id from oc_groups where FIND_IN_SET(id, getChildLst(23)); select id from oc_groups where FIND_IN_SET(id, getChildLst(9)) CREATE FUNCTION `getCh ...
分类:
其他好文 时间:
2016-04-05 00:21:28
阅读次数:
148
maven之 build lifecycle
A Maven build lifecycle consists of
a set of well-defined phases. Each phase groups a set of goals defined by
Maven plugins and the lifecycle defines the order of executi...
分类:
其他好文 时间:
2016-04-04 16:37:07
阅读次数:
365
一、在Inventory中定义变量详见《Ansible2:主机清单》二、在Playbook中定义变量1、通过vars关键字定义:vars:http_port:80server_name:localhostcert_file:/etc/nginx/ssl/nginx.crtkey_file:/etc/nginx/ssh/nginx.keyconf_file:/etc/nginx/conf/default.conf2、通过vars_file..
分类:
其他好文 时间:
2016-03-29 06:41:01
阅读次数:
548
查看用户所属的组使用命令:$ groups user 或者查看文件:$ cat /etc/group chmod -R 777 /upload 用户组 chgrp -R foldname zdz 命令变更文件或目录所属群组 chown -R 所有者用户名.组名 文件夹名称 指定文件的拥有者改为指定的 ...
分类:
系统相关 时间:
2016-03-28 23:17:54
阅读次数:
290