perloader

DD windows

KS3B 2T wget -O- https://down.zhujiwiki.com/windows-dd/Windows7-Joodle-Template.gz |gunzip|dd of=/dev/sda Username: Admin Password: Password147 7欧SSD wget -O- ‘https://down.tn/Windows/ISO/Win2012R2CN.gz’ | gunzip | dd of=/dev/sda 用户:Administrator 密码:Laiboke.com 20欧 wget -O- ‘https://down.tn/Windows/ISO/DD-Joodle/Windows2012R2-Joodle-Template.gz’ | gunzip | dd of=/dev/sda 用户:Administrator 密码:Password147 wget -O- ‘https://xxx.com/Windows10-x64-LTSC-Nic-Tomy.vhd.gz’ | gunzip | dd of=/dev/sda http://windowstemplate.com/   vultr bash <(wget –no-check-certificate -qO- ‘https://moeclub.org/attachment/LinuxShell/InstallNET.sh’) -dd ‘https://dl.ievo.top/Image/DD/Windows10-x64-LTSC-Nic-Tomy.vhd.gz’ centos 7,vnc看进度 用户名Administrator 密码ievo.top

.

Read more

图形

刚刚启动,成交量持续放大,放量拉升,缩量回调。 红宝丽 山西证券    

.

Read more

Ubuntu 16 install Python 3.5.1

Ubuntu 16.04 x64 sudo apt-get update sudo apt-get install gcc -y sudo apt-get install build-essential -y sudo apt-get install libssl-dev openssl -y sudo apt-get install build-essential wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz tar zxvf Python-3.5.1.tgz cd Python-3.5.1 ./configure&& make && make install sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python3.5 /usr/bin/python sudo rm /usr/bin/pip sudo ln -s /usr/local/bin/pip3 /usr/bin/pip #pip install –upgrade pip […]

.

Read more

Debian 8 install Python3.5.1

Debian 8 x64 (jessie) python –version sudo apt-get update bash: sudo: command not found. su – apt-get install sudo sudo apt-get update dpkg -l python* sudo apt-get install build-essential -y sudo apt-get install libncurses5-dev libncursesw5-dev libreadline6-dev -y sudo apt-get install libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev -y sudo apt-get install libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev -y sudo apt-get […]

.

Read more

ubuntu运行ss客户端

pip install shadowsocks apt-get install build-essential wget https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz tar xf libsodium-1.0.12.tar.gz && cd libsodium-1.0.12 ./configure && make -j2 && make install ldconfig sslocal -s server_ip -p server_port -l 1080 -k password -t 600 -m chacha20 -k 密码要加”双引号”    

.

Read more

illegal multibyte sequence

UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xad in position 840: illegal multibyte sequence #!/usr/bin/python3 # -*- coding:utf8 -*- import codecs 然后指定解码方式: open(“filename”,’w’,encoding=”utf8″)

.

Read more

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
xyz