perloader

Windows 安装 64位 mysql

下载mysql-5.7.19-winx64, 1.以管理员身份打开CMD 2.进入解压目录 cd C:\mysql-5.7.19-winx64\bin 3.安装: 安装并初始化,记下初始密码 mysqld –initialize –user=mysql –console A temporary password is generated for root@localhost: hs/sIrK3g%tB 安装服务 mysqld -install 启动服务 net start mysql 修改默认密码和数据库的字符集: mysql -u root -p mysql> alter user root@localhost identified by “12345”; mysql> set character_set_client=utf8; …… 查看数据库的字符集是否全部为utf8 mysql> show variables like ‘character%’; +————————–+—————————————-+ | Variable_name | Value | +————————–+—————————————-+ […]

.

Read more

给VPS添加SWAP交换分区

cd /var vi fakeswap.sh   #!/bin/bash SWAP=”${1:-512}” NEW=”$[SWAP*1024]”; TEMP=”${NEW//?/ }”; OLD=”${TEMP:1}0″ umount /proc/meminfo 2> /dev/null sed “/^Swap\(Total\|Free\):/s,$OLD,$NEW,” /proc/meminfo > /etc/fake_meminfo mount –bind /etc/fake_meminfo /proc/meminfo free -m   chmod +x fakeswap.sh sh fakeswap.sh sh fakeswap.sh 1024 free -m echo “/var/swapfile swap swap defaults 0 0” >>/etc/fstab echo “cd /var && sh fakeswap.sh 6144” >> /etc/rc.d/rc.local

.

Read more

DHT磁力链接搜索引擎 python编写

cd /home tar zxvf zsky.tar.gz systemctl stop firewalld.service systemctl disable firewalld.service systemctl stop iptables.service systemctl disable iptables.service setenforce 0 sed -i s/”SELINUX=enforcing”/”SELINUX=disabled”/g /etc/sysconfig/selinux cd zsky yum -y install wget gcc gcc-c++ python-devel mariadb mariadb-devel mariadb-server yum -y install epel-release python-pip redis pip install -r requirements.txt pip install redis systemctl start mariadb.service systemctl enable mariadb.service systemctl […]

.

Read more

压测平台

http://zstress.net/ 实测 UDP很少(<1G)TCP量给力 可以秒饭桶10G防 http://instabooter.com/ 根据外国友人的测试 UDP3~5G http://polystress.com/ 实测 UDP秒SK的20G防 每天有次数限制 http://betabooter.com/ 实测 UDP和TCP都是甜品级别 支持XMLRPC和Joomla模式

.

Read more

期货0622

刚破线,收完第一个线下单,箭头处。回调,非买入机会,圆圈处。

.

Read more

vps用CPU挖ETH教程

使用ethereum-qt挖ETH,也就是以太币 首先安装mix sudo add-apt-repository ppa:ethereum/ethereum-qt sudo add-apt-repository ppa:ethereum/ethereum sudo add-apt-repository ppa:ethereum/ethereum-dev sudo apt-get update sudo apt-get install mix 然后安装ethereum brew tap ethereum/ethereum brew install cpp-ethereum brew linkapps cpp-ethereum sudo apt-get install software-properties-common sudo add-apt-repository ppa:ethereum/ethereum sudo apt-get update sudo apt-get install cpp-ethereum 这就安装完成了 CPU挖 Ethminer.exe -C -F http://eth.pool.minergate.com:55751/YOUR_EMAIL –disable-submit-hashrate GPU挖 Ethminer.exe -G -F http://eth.pool.minergate.com:55751/YOUR_EMAIL –disable-submit-hashrate […]

.

Read more

m247.ro 不能抗DMCA

Dear Client, We have received the below abuse message regarding your services. Please deal with them as soon as possible and confirm if possible in writing that it was resolved. We would except a shift action with a deadline of maximum 48 hours. ……. Many thanks for your cooperation, M247 Abuse Team

.

Read more

Nginx 反向代理 https 网站

Nginx SSL反向代理 反代部分参考:http://027886.xyz/archives/358   apt-get -y install git git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt ./letsencrypt-auto certonly –standalone –email admin@xxx.com -d xxx.com ./certbot-auto certonly –standalone –email admin@xxx.com -d xxx.com 在完成Let’s Encrypt证书的生成之后,我们会在”/etc/letsencrypt/live/xxx.com/”域名目录下有4个文件就是生成的密钥证书文件。 cert.pem – Apache服务器端证书 chain.pem – Apache根证书和中继证书 fullchain.pem – Nginx所需要ssl_certificate文件 privkey.pem – 安全证书KEY文件 Let’s Encrypt证书是有效期90天的 30 2 * * 1 ./letsencrypt-auto certonly –renew-by-default –email admin@xxx.com -d xxx.com […]

.

Read more

外汇

做MM平台就Oanda,做ECN就dukascopy

.

Read more

Github

https://github.com/fatedier/frp 高性能的反向代理应用,轻松地进行内网穿透,对外网提供服务 https://github.com/BevisGoh/7ghost 基于PHP的网站反向代理程序,高效反向代理指定网站,拥有丰富的内容替换、请求头设置功能。

.

Read more
xyz