from: https://wandersick.blogspot.com/2016/06/resolving-root-partition-is-filling-up.html This is a quick guide on how to resolve an occasional problem that could happen to neglected Sophos UTM firewall with default settings, where updates are automa…
/********************************************************************************** * raspi-config Expand root partition to fill SD card 原理 * 说明: * 想知道树莓派是如何完成SD卡扩展的,记录相关文档. * * 2017-2-20 深圳 南山平山村 曾剑锋 *************************************************…
Resolving 'Root Partition Is Filling Up' Issue on Sophos UTM Firewall 收到“Sophos UTM 9”防火墻的“根分區填满”问题的郵件警告.解決步驟如下: 1.登入web 控制台,開啟SSH,設定root 和loginuser 密碼. 2.putty 登入防火墻,刪除up2date下sys文件夾下的下載內容,注意命令:rm -Rf xxxxxxxxxxxx, R是大寫. 3.刪除前可以查看up2data/sys裡的data大小…
There is also a quick remedy for the emergency situation when your root partition runs out of disk space. There is a feature specific to ext3 and ext4 that can help the goal of resolving the full disk situation. Unless explicitly changed during files…
查看系统版本号 [root@mysql bin]# cat /etc/issue CentOS release 6.4 (Final) Kernel \r on an \m…
>>>>概述<<<< 这里不解释什么是redmine及用来做什么,如果不知道用来做什么,估计也不会把它安装到CentOS5.4上.哈哈…… 以下为详细的步骤,筒子们可以在安装好CentOS5.4后,直接复制其命令就能安装顺利. 如果你的机器的环境与我的不同,或者本身已经在CentOS5.4上安装过其它的应用(如:mysql-server等)可以在以下安装步骤中,省略安装此包即可. 详细的步骤如下: <<1>>需要上网环境 将安装好的C…
Linux TCP Performance Tuning News Linux Performance Tuning Recommended Books Recommended Links Linux performance bottlenecks Kernel parameters tuning on Linux Performance Monitoring tcpdump iptraf netstat ntop nfsstat lsof vmstat Disk subsystem tunin…
一.离线安装包 文件准备 这里以mysql-5.6.23-linux-glibc2.5-x86_64.tar.gz为例,记一次MySQL 5.6.x 的生产环境离线部署过程.使用SecureCRT连接生产部署的机器,这里注意使用root用户进行操作. mysql-5.6.23-linux-glibc2.5-x86_64.tar.gz文件,已放到网盘(为什么不放到仓库的原因:****,习惯了 ), 链接:https://pan.baidu.com/s/1aOC4jUiVa5KcLS7dQwyCbA…
更改SSH服务端远程登录的配置 windows服务端的默认远程管理端口是3389,管理员用户是administrator,普通用户是guest.Linux的管理用户是root,普通用户默认有很多个,远程连接默认端口是22. 修改配置文件/etc/ssh/sshd_config,13行Port 22(默认端口22),改为Port 52113(范围0--65535):15行ListenAddress 0.0.0.0 (监听ip地址),改为ListenAddress 192.168.131.1:43行…
1.查看当前版本 [root@IDC-D-1699 docker]# cat /etc/issue CentOS release 6.8 (Final) Kernel \r on an \m 2.升级Centos [root@IDC-D-1699 docker]# yum update –y 3.内核升级至3.10 前往http://www.elrepo.org/ 3.1下载升级包 [root@localhost ~]# rpm --import https://www.elrepo.org/R…