firewall防火墙命令

查询端口号80 是否开启:firewall-cmd --query-port=80/tcp永久开放80端口号:firewall-cmd --permanent --zone=public --add-port=80/tcp移除80端口号:firewall-cmd --permanent --z...

Debian8 安装配置 MySQL5.6

安装使用apt-get安装mariadb-server。sudo apt-get install mariadb-server 提示输入root用户的密码:mysqlmima安装成功,输入mysql -uroot -p运行,安装完毕。配置使用mysql_secure_installation命...

Etcher -- 简洁、开源的刻录软件

Burn images to SD cards & USB drives, safely and easily.使用Etcher可以很容易的将树莓派镜像烧录到SD卡中。支持的操作系统Linux (most distros)macOS 10.9 and laterMicrosoft Window...

JS与C#对比

js源码function stringToLongArray(string, includeLength) { var length = string.length; var result = []; for (var i = 0; i < length; i +...

WechatSDK环境一键安装脚本

wget --no-check-certificate https://github.com/wshon/wechat_python_sdk_install/raw/master/easyinstall.sh chmod +x easyinstall.sh ./easyinstall.sh 2...