In previous posts on vm.swappiness and using RAM disks we talked about how the memory on a Linux guest is used for the OS itself (the kernel, buffers, ...
分类:
系统相关 时间:
2017-05-31 18:52:23
阅读次数:
203
由于目前很多服务器已经本身不配光驱了,最近测试了下使用U盘进行Linux系统的安装,过程比较简单,需要注意的地方如下: 1、找一台linux主机,插入U盘,执行fdisk -l,识别到U盘。 2、将需要安装的Linux系统镜像上传到该主机的一个目录,这里是/home/networking [root ...
分类:
系统相关 时间:
2016-11-24 18:24:29
阅读次数:
148
虚拟机新增硬盘,如何让Linux系统识别到?下面来说说两种方式,让Linux系统识别到新增硬盘:1、重启系统(不用动脑就搞定)有人说,我比较懒,不想动脑,那么这种方法(重启系统,一切搞定)很适合你。那么,万一要是此Linux系统有业务正在运行,而又不能重启呢?咋办,这时就..
分类:
系统相关 时间:
2016-10-21 01:50:21
阅读次数:
325
Linux磁盘管理I/OPorts:I/O设备地址;一切皆文件: open(),read(),write(),close() 块设备:block,存取单位“块”,磁盘 字符设备:char,存取单位“字符”,键盘 设备文件:关联至一个设备驱动程序,进而能够跟与之对应硬件设备进行通信; 设备号码: 主设备号:majornumb..
分类:
系统相关 时间:
2016-08-30 16:14:12
阅读次数:
284
https://lonesysadmin.net/2013/12/22/better-linux-disk-caching-performance-vm-dirty_ratio/ Better Linux Disk Caching & Performance with vm.dirty_ratio ...
分类:
其他好文 时间:
2016-07-20 01:18:40
阅读次数:
515
#Inputparameters
PROGNAME=`basename$0`
REVISION=v1.00
HOST=$1
TYPE=$2
ONE=`df-Ph|sed-n‘2p‘|awk‘{print"Size:"$6"="$2,"Used="$3,"Avail="$4,"Use%="$5}‘`
TWO=`df-Ph|sed-n‘3p‘|awk‘{print"Size:"$6"="$2,"Used="$3,"Avail="$4,"Use%="$5}‘`
THREE=`df-Ph|sed-n‘4p‘|awk‘..
分类:
其他好文 时间:
2015-03-09 19:23:26
阅读次数:
148
1,kernel配置,设置ramdisk大小[root@localhost~]#cat/etc/grub.conf
#grub.confgeneratedbyanaconda
#
#Notethatyoudonothavetorerungrubaftermakingchangestothisfile
#NOTICE:Youhavea/bootpartition.Thismeansthat
#allkernelandinitrdpathsarerelativeto/boot/,eg.
..
分类:
其他好文 时间:
2015-03-05 15:00:06
阅读次数:
136
东西都上传到这里了:https://github.com/RexKang/Zabbix/tree/master/OS/Linux-disk-discovery 需要用到的东西:Zabbix的LLD:https://www.zabbix.com/documentation/2.0/manual/dis...
分类:
系统相关 时间:
2014-06-20 19:30:34
阅读次数:
393