How to Install Python 3.7 on Ubuntu 18.04
Python , Ubuntu / 2019年11月25日

Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax, Python is a great choice for beginners and experienced developers. Python is quite a ver...

CentOS 下解决ssh登录 locale 警告
CentOS / 2019年11月21日

登录一台CentOS 机器,发现登录都提示如下警告: -bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8):...

openssl查看pem格式证书细节
Linux , SSL / 2019年11月18日

openssl x509部分命令 打印出证书的内容: openssl x509 -in cert.pem -noout -text 打印出证书的系列号: openssl x509 -in cert.pem -noout -serial 打印出证书的拥有者名字 openssl x509 -in cert.pem -noout -subject 以RFC2253规定的格式打印出证书的拥有者名字 ope...

OneinStack 1.3 发布,一键 PHP/JAVA 安装工具
Linux / 2019年11月5日

这个脚本是使用 shell编写,为了快速在生产环境上部署lnmp/lamp/lnmpa/lnmt(Linux、Nginx/Tengine/OpenResty、 MySQL/MariaDB/Percona、PHP、Apache、Tomcat),适用于CentOS 5~7(包括redhat)、Debian 6~8、Ubuntu 12~16的32位和64位。 可根据需求自由组合以下: lnmp(Linu...

自动分区、格式化、挂载脚本
Disk , Linux / 2019年11月5日

功能:自动检测是否有尚未分区的数据盘,格式化新的数据盘并自动挂载 解决了什么问题:一键式检测是否有尚未分区的数据盘,并能对其格式化和自动挂载,省去了复杂的命令和步骤 执行方法:以root身份执行命令 wget auto_fdisk.sh chmod +x auto_fdisk.sh ./auto_fdisk.sh vim auto_fdisk.sh    &...

卸载阿里云盾、云监控、安骑士
Linux , 其他 / 2019年11月4日

service aegis stop chkconfig --del aegis wget http://update.aegis.aliyun.com/download/uninstall.sh sh uninstall.sh wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh sh quartz_uninstall....