forsre published on 2018-08-20 线材直径的标识 PC电源上使用的线材都以AWG(美国线规,American Wire Gauge)标识线材的直径,AWG的数字越小,线材直径越大。PC电
forsre published on 2018-08-11 虚拟机(特指Linux虚拟机)磁盘如果选用的弹性增长模式的话,有时候虚拟机内部占用的磁盘大小和宿主机显示的会不一致,明明删除了部分文件,但是
forsre published on 2018-08-09 Centos 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1.#.安装依赖包 yum install -y yum-utils device-mapper-persistent-data lvm2 2.#配置docker yum源 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 3.#dock
forsre published on 2018-08-08 最近用Golang重构了所有的Prometheus Exporter监控项,发现elasticsearch的一个内存占用误导问题,监控项的原理
forsre published on 2018-08-08 0、格式化代码 Ctrl+N:查找所有类 Ctrl+B:查找100个实现类 Ctrl+Alt+B:查找所有实现类 Ctrl+F12:查找所有方法 Al
forsre published on 2018-08-08 1 Python 3.7发布有一段时间了,之前一直用的2.7,感觉是时候学下新版本了。
forsre published on 2017-07-07
forsre published on 2016-08-31 Linux环境变量分登录和非登陆两种,登录的会加载/etc/的环境变量,不登录的话只加载家目录的环境变量,之前用的Ubuntu都是在/etc
forsre published on 2016-08-08 目前我用过的免费申请 letsencrypt SSL证书主要有两种方式,各有利弊,一种是使用certbot-auto手动申请,需要手动增加解析域名,另一种是使用ac
forsre published on 2016-06-13 变量 说明 $$ Shell本身的PID(ProcessID) $! Shell最后运行的后台Process的PID $? 最后运行的命令的结束代码(返回值) $-
forsre published on 2016-06-10 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 wget -r -p -np -k -E http://target.com #-r, --recursive specify recursive download. #递归调用 #-p, --page-requisites get all images, etc. needed to display HTML page. # --strict-comments turn on strict (SGML) handling of HTML comments. #下载页面的所有图片等文件
forsre published on 2016-06-04 MySQL 5.7数据库参数优化 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
forsre published on 2016-06-03 Doc1: /proc/sys/net目录 所有的TCP/IP参数都位于/proc/sys/net目录下(请注意,对/proc/sys/net目录下内容
forsre published on 2016-06-02 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
forsre published on 2016-06-01 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
forsre published on 2016-04-01 Debian&Ubuntu取消自动升级 适用于采用Systemd的Debian版本(8+)和Ubuntu版本(16.04+) 1 2 3 4 5
forsre published on 2016-04-01 目前各大发行版都在推ip命令了,原有的ifconfig可能会慢慢退出历史舞台了,先总结几条常用的以备不时之需。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
forsre published on 2016-04-01 1.Binlog的分类 mysql binlog的格式有三种,分别是STATEMENT,MIXED,ROW。 在配置文件中可以选择配置 binlog_format= statement|mixed|row 2.三种格式的区
forsre published on 2016-03-15 最近ELK都迁移至Systemd系统了,由于采用的是官网的tar包进行安装升级的,考虑到自动升级和依赖问题,没有采用原厂的RPM包和DEB包
forsre published on 2016-03-15 最近ELK都迁移至Systemd系统了,由于采用的是官网的tar包进行安装升级的,考虑到自动升级和依赖问题,没有采用原厂的RPM包和DEB包
forsre published on 2016-01-20 Grafana 中的 Data(IEC) 和 Data(metric) Grafana中提供了两种存储单位的格式: 其中IEC的单位之前的换算是1024,这个和计算机中常用的是一样的;例如1GB=102
forsre published on 2016-01-02 基于Scala2.11 01.Scala入门 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
forsre published on 2015-12-01 1.pom 依赖 1 2 3 4 5 6 7 <dependencies> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.37</version> </dependency> </dependencies> 2.连接测试 2.1 Test01.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 package com.forsre.jdbc; import java.sql.Connection; import java.sql.Driver; import java.sql.SQLException; import java.util.Properties; public class Test01 { public
forsre published on 2015-11-12 基于JavaSE1.8
forsre published on 2015-10-21 修改Grub2配置重启即可,重启前记得将新网卡的配置文件改为eth0: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #/etc/default/grub 配置文件新加最后那个net.ifnam
forsre published on 2015-09-12 Centos 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 #安装依赖 yum -y install qemu-kvm libvirt virt-install bridge-utils #启动libvir
forsre published on 2015-05-05 1. SQL的语言规范 MySQL对于SQL语句不区分大小写,SQL语句关键字尽量大写 SQL 可以写在一行或者多行。为了提高可读性,各子句分行写,必要时
forsre published on 2015-03-31 SUID, SGID, Sticky 1 权限 r, w, x user, group, other 2 安全上下文 前提:进程有属主和属组;文件有属主和属组; (1) 任何一个可执行程序文件能不能启动为进程:取决发起者对
forsre published on 2015-02-20 GNU awk: 文本处理三工具:grep, sed, awk grep, egrep, fgrep:文本过滤工具;pattern sed: 行编辑器 模式空间、保持空间 awk:报告生成器,格式化文
forsre published on 2015-02-20 sed:编辑器 sed: Stream EDitor, 行编辑器; 用法: sed [option]... 'script' inputfile... script: '地址命令' 常用选项: -n:不输出模式中的内容至屏幕; -e: 多点编辑; -f /PATH/TO/SCRIPT_FILE: 从指定文件中读取编辑脚本
forsre published on 2014-11-11 Perl
forsre published on 2014-05-31 文件查找: 在文件系统上查找符合条件的文件; 文件查找:locate, find 非实时查找(数据库查找):locate 实时查找:find locate: 依
forsre published on 2014-04-04 TCP的三次握手与四次挥手理解 1.理解一 序列号seq:占4个字节,用来标记数据段的顺序,TCP把连接中发送的所有数据字节都编上一个序号,第一
forsre published on 2014-03-20 有时候Linux中会产生一些不能补全或者选择的文件,例如乱码文件等,此时需要通过制定文件的Inode进行删除。 ps:想起之前ext3之前的文
forsre published on 2014-03-02 find ./ -type f -print0 | xargs -0 md5sum > /tmp/md5.txt md5sum -c /tmp/md5.txt
forsre published on 2013-12-20 有时候我们编写Shell脚本的时候需要遇到报错就退出,不要进一步造成不可恢复的影响,比如一些分区操作等,此时,我们需要在脚本中设置set -e 变
forsre published on 2013-09-22 1.常用查询 查看大小写是否敏感 show variables like '%lower_case_table_names%'; 查看缓存相关的设置 show variables like "%query_cache%"; 查看第一次执行的SQL show profile cpu,block io for query 1 ; 查看第二次执行的SQL show profile cpu,block io for query ; 查
forsre published on 2013-04-10 Perl
forsre published on 2013-03-15 Perl
forsre published on 2013-01-05 1.ctrl键组合 ctrl+a:光标移到行首。 ctrl+b:光标左移一个字母 ctrl+c:杀死当前进程。 ctrl+d:退出当前 Shell。 c
forsre published on 2012-12-30 0.语言分类 高级语言分为: 1)面向过程的(如C)和面向对象的(如C++,JA) 2)编译型的(如C、C++等)和解释型的(如Python等脚本
forsre published on 2010-02-03 常用 ctrl+左右键:在单词之间跳转 ctrl+a:跳到本行的行首 ctrl+e:跳到页尾 Ctrl+u:删除当前光标前面的文字 (还有剪切功能) c