wshon 发布的文章
wshonEcho TCP Server基于gevent实现
基于gevent实现的TCP服务器,import gevent from gevent import socket, monkey monkey.patch_all() def handle_request(conn): while True: data = co...
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...
最新回复