导出mongo为txt文件
#!/usr/bin/python #coding=utf-8 import sys reload(… 继续阅读 导出mongo为txt文件
#!/usr/bin/python #coding=utf-8 import sys reload(… 继续阅读 导出mongo为txt文件
yum install -y epel-release yum install -y docker-… 继续阅读 centos6.5快速安装docker
-bash: warning: setlocale: LC_CTYPE: cannot change… 继续阅读 -bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
https://www.joedog.org/ yum install -y siege [root… 继续阅读 Siege压测工具
pydash是一个简易的系统信息监控工具 cd /data yum install -y git p… 继续阅读 pydash
kali换源&更新 vim /etc/apt/sources.list deb http:/… 继续阅读 kali换源&更新
api-ms-win-crt-runtime-l1-1-0.dll丢失 https://downlo… 继续阅读 api-ms-win-crt-runtime-l1-1-0.dll丢失
rpmdb: unable to join the environment error: db3 e… 继续阅读 rpmdb: unable to join the environment
nginx响应类型default_type Nginx 会根据mime type定义的对应关系来告诉… 继续阅读 nginx响应类型default_type
#查看系统虚拟化技术-虚拟机还是物理机 Windows 查看系统制造商与型号: CMD下System… 继续阅读 查看系统虚拟化技术-虚拟机还是物理机
java –version 如果出现openjdk,最好还是先卸载掉openjdk,在安装sun公司… 继续阅读 Java环境设置
CREATE TABLE innodb_monitor(a INT) ENGINE=INNODB; … 继续阅读 mysql的innodb_monitor监控
K3C升级错误-未知的错误,错误码:-10102 先升级到175版本,再自动升级 http://ww… 继续阅读 K3C升级错误-未知的错误,错误码:-10102
package main import ( “fmt” “net/smtp” “strings” )… 继续阅读 go实现简易邮件
rm ./-123.txt rm — -123.txt find大法:find . -not -n… 继续阅读 rm删除特殊文件名
#MariaDB/MySQL的默认设置性能非常差,仅仅起一个功能测试的作用,不能用在生产环境中,因此… 继续阅读 mysql常用配置my.cnf
内存告急: free -m total used free shared buffers cache… 继续阅读 快速回收linux缓存
1、关闭binlog或者配置expire_logs_days,重启; 2、更改expire_logs… 继续阅读 快速清理binlog文件
fio(Flexible IO Tester)是Jens Axboe编写的可用于基准测试和硬件压力测… 继续阅读 fio磁盘压力测试
location /download { root /root/download/; if ($re… 继续阅读 nginx简易文件服务器