autoDevops,CI,CD
nginx 新语法 limit_conn_zone 替换 limit_conn 用法 nginx自从1.1.8版本发布后将limit_conn更换为limit_conn_zone 。对应则需要修改配置文件。官方公告:syntax: limit_zone name $variable size;default: —context: httpThis directive is made obsolete in version 1.1.8, an equivalent limit_conn_zone directive with a changed syntax should be used instead:limit_conn_zone $variable zone=name:size;limit_conn_zone的描述:When several limit_conn directives are specified, any configured limit will apply. For example, the following configuration will limit the number of connections to the server per client IP and at the same time will limit the total number of connections to the virtual host:limit_conn_zone $binary_remote_addr zone=perip:10m;limit_conn_zone $server_name zone=perserver:10m;server {…limit_conn perip 10;limit_conn perserver 100;}These directives are inherited from the previous level if and only if there are no limit_conn directives on the current level...
自动永久激活 Ghost Win8.1 64位 专业完整版 2013.11Ghost Win8.1 64位 专业完整版2013.11 By songyongzhi 光盘说明◆ 系统简述:制作Ghost版Windows8.1系统只是为了安装方便:1.免激活、集成最新补丁、全套运行库运行库、完整、纯净、没有任何个人信息。2.在使用习惯上花费了作者大量的时间和精力,让系统使用起来更顺手,不会有网上抱怨的诸多问题。系统采用网友“知彼而知己”制作的“HEU_KMS_Activator_v7.3迷你版”一键激活Win8.1并安装“自动续期服务”实现永久保持激活状态。但不保证100﹪激活成功,如果系统还是未激活状态请使用桌面Win8.1激活工具文件夹里面的工具激活。温馨提示:激活过程中会自动安装虚拟网卡,如果提示安装驱动,必须“确定”,否则无法激活。激活完毕后会自动卸载虚拟网卡,整个过程完全自动。◆ 系统特色:==============================================================* 使用微软MSDN官方2013年10月17号发行的Windows 8.1 64位简体中文专业版制作,系统没有精简,完整保留原版系统驱动、系统服务…* 整合了截至2013年11月15日前微软所有关键漏洞补丁。* 通过正版验证,支持自动更新、支持Windows update在线更新。* 集成SkyIAR v2.52磁盘控...
支付宝关联了银行卡 如果手机丢了会发生什么关于支付宝安全的帖子不少,那些帖子说的都是手机身份证银行卡一起丢,光凭身份证和卡就可以取钱了,何必通过支付宝。 如果只丢失手机呢,是否危险?请看下面的测试,结果你会很惊恐:测试场景:捡到一个手机,没有银行卡身份证其他的任何东西1、获得手机之后,怎么知道支付宝登陆名,手机号就是登陆名啊,只要你绑定了手机而且还能贴心的告诉你这个手机是否注册了支付宝2、不知道登陆密码?支付宝,知托付,贴心的告诉你忘记密码怎么办,点一下试试看看,一个手机验证码搞定,也就是说你只要有了手机,账号和密码都有了3、登陆之后看看,不是土豪嘛,只有余额宝有点钱4、安全级别看起来挺高啊,有U盾的数字证书,看起来很放心的样子。把余额宝转出来试试,转不了5、牢不可破的数字证书认证,是没法攻克的,这道门进不去怎么办,我们居然可以不开门,把门拆掉就行。解除数字证书,一个手机短信就够了。手机兄真是逆天了,神挡杀神,佛挡杀佛。6、看看,数字证书已经被干掉了,再试试转出余额宝,哟,还有支付密码,手机君再次出场,熟悉的找回密码,短信验证,OK 支付宝关联了银行卡 如果手机丢了会发生什么 2014-01-18 23:...
CentOS基础安全设定我们必须明白:最小的权限+最少的服务=最大的安全所以,无论是配置任何服务器,我们都必须把不用的服务关闭、把系统权限设置到最小话,这样才能保证服务器最大的安全。下面是CentOS服务器安全设置,供大家参考。一、注释掉系统不需要的用户和用户组注意:不建议直接删除,当你需要某个用户时,自己重新添加会很麻烦。cp /etc/passwd /etc/passwdbak #修改之前先备份vi /etc/passwd #编辑用户,在前面加上#注释掉此行#adm:x:3:4:adm:/var/adm:/sbin/nologin#lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin#sync:x:5:0:sync:/sbin:/bin/sync#shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown#halt:x:7:0:halt:/sbin:/sbin/halt#uucp:x:10:14:uucp:/var/spool/uucp:/sbin/nologin#operator:x:11:0:operator:/root:/sbin/nologin#games:x:12:100:games:/usr/games:/sbin/nologin#gopher:x:13:30:gopher:/var/gopher:/sbin/nologin#ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin #注释掉ftp匿名账号cp /etc/group /etc/groupbak #修改之前先备份vi /etc/group #编辑用户组,在前面加上#注释掉此行#adm:x...
quark / MaxGuevara authored 14 days ago contrib Quarkcoin to Quark transition in Qt 14 days ago doc 2013-06-23 7 months ago share Installer changes a month ago src Windows icons 14 days ago .gitattributes 2013-06-23 7 months ago .gitignore Initial quark checkin 6 months ago COPYING Initial quark checkin 6 months ago INSTALL 2013-06-23 7 months ago README.md Readme 15 days ago quarkcoin-qt.pro Initial quark checkin 6 months ago README.md Quarkcoin 0.8.3 BETACopyright (c) 2009-2013 Bitcoin Developer...
To compile it yourself from the official source, open a terminal and enter the following lines one by one;cd Desktopsudo apt-get updatesudo apt-get -y install make gcc m4 automake libevent-dev zlibc zlib1g-dev libjansson-dev libcurl4-openssl-dev gitgit clone https://github.com/MaxGuevara/quark.gitcd quarkqmakemakeYou should now have a quark folder on your desktop - open that and double click on quarkmine-qt to open the walletI am using Slackware 13.37 x86_64 gcc (GCC) 4.5.2 QMake version 2.01a Qt version 4.7.0Followed these commands: git clone github.com/MaxGuevara/quark.git cd quark/ qmake makeSeemed to be going along fine until:In file included from src/walletdb.h:8:0, from src/wallet.h:19, from src/init.h:8, &...
Actively being updated/monitored.If you liked this guide, considering tipping: QRK Qe8t4VFboBgvazQoUapcA8bYdn15NB59k2 | BTC 1GDtPPhXJ8YXFUHUywrqPKAb6QBKQfsBk9Resources Mining: Neisklar's Quark version of CPU Miner (source code): github.com/Neisklar/quarkcoin-cpuminer Stonefoz's miner (source code) - stonefoz.myfastmail.com/cpuminer-quark.zip http://stonefoz.myfastmail.com/cpuminer-quark2.zip Smolen's GPU miner thread - bitcointalk.org/index.php?topic=310975.0 Quick VPS script for Quark mining (warning, contains somebody's affiliate links): bitcointalk.org/index.php?topic=264866.0 I have also uploaded an Amazon AMI for EC2 mining under 'quark miner all tools'; just search for 'quark' Meta-Mining: &nb...
QuarkSuper secure cryptographic coin Specifications * Super secure hashing: 9 rounds of hashing from 6 hashing functions (blake, bmw, groestl, jh, keccak, skein). 3 rounds apply a random hashing function.* CPU mining* Quick block generation: 30 seconds* 2048 QRK per block (halving every 60480 blocks ~ 3 weeks)* Block reward will never drop below 1 QRK * Total of 247 million QRK will be mined in ~ 6 months, after that ~ 1 million QRK p.a. (~ 0.5% p.a inflation)* Difficulty retargets every 20 blocks (maximum 10% up or 50% down) Downloads Source code: https://github.com/MaxGuevara/quarkWindows Qt wallet 0.8.3r15 (zip):http://www.qrk.cc/quarkcoin083r15win.zip File hashes: md5 bf41df82999832f1193d88218e224772 sha1 4c22f94840a78d9c322322f3c708a6197ed319dfWindows Qt wallet 0.8.3r15 (installer):http://www.qrk.cc/Quark-0.8.3-r15-Installer.exe File hashes: md5 f1c4...
用squid缓存视频文件的配置调试 1.首先强调一下视频文件的特点视频文件的尺寸比起普通HTTP请求的文件要大得多视频文件上传以后就不会被修改视频文件被播放器下载时,存在大量多线程下载2.为了跟踪你的命中率和观察你的文件里的TCP_MISS的类型,请增加squid cache manager和access.log的输出。在配置文件中增加以下内容acl managerip src [HOSTIP]acl manager proto cache_objecthttp_access allow manager manageriplogformat analyse %>a "%rm %ru HTTP/%rv" %Ss:%Sh/%Hsaccess_log /usr/local/squid/var/logs/access.log analyse分别增加了manager的访问和access.log的跟踪3.优化前,先关注你当前的squid运行情况squidclient -h[SQUIDIP] -p[PORT] mgr:info mgr的其他选项,用squidclient mgr: 查看 Request Hit Ratios和Byte Hit Ratios这两项重要指标就是我们要追求的结果。他的指标高地直接说明了squid的起到的cache效果Memory accounted for:项中的Total accounted指标表示你所允许squid使用的cache内存有多少空间已经存储了cache文件File decript:or usage for squid:项里面的指标指明了你的文件描述符数量是否cac...
最新评论