logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux netstat 的local address例子

Listen *:80Listen 0.0.0.0:80Listen 127.0.0.1:80Listen 192.168.0.5:80The above options show up as:-:::800.0.0.0:80127.0.0.1:80192.168.0.5:80and translate to:-Listen on any IP ad

Linux 命令less 技巧 从文件底部往上看

Linux 命令less 技巧 从文件底部往上看对于一些很大的log文件,我们用more查看时会很费劲,没有办法直接跳到末尾再向前查看。 我们可以用less来解决,less查看一个文件时,可以使用类似vi的command命令,在command模式下按G跳到文件末尾,再使用f或B来翻页less filename :G 跳到底部,就可以用 向上 向下 箭头 或 向滚动鼠标来

#linux#less
在linux下disable 网卡

disable eth0 网卡ifconfig eth0 downenable eth0 网卡ifconfig eth0 up以下可以查看网卡连接的状态及速度 [root@sdb1 ~]# ethtool eth0Settings for eth0:        Supported ports: [ TP ]        Supported link modes

mysql flush logs时出现ERROR 1105

mysql 5.7.11 on Oracle Linux 5.8查看eror log所在目录为mysql> show variables like '%log_error%';+---------------------+---------------------+| Variable_name       | Value               |+-----------

到底了