Linux

Using DenyHosts

2019-03-06

At a Glance How to run DenyHosts on a SmartMachine. You can install DenyHosts to help prevent SSH server attacks (also known as dictionary-based or brute-force attacks). DenyHosts runs as a se ...

Linux

ldd命令的原理与使用方法

2019-03-06

报错: ld: fatal: symbol referencing errors. No output written to bin/libnetapi.so.0 ld.so.1: nagios: fatal: libperl.so: open failed: No such file or directory 处理: ldd /opt/local/bin/nagios f ...

Linux

Linux 日志清除

2019-03-06

<<logtamper_v1_1.tgz>> logtamper 是一款 * 修改 *linux 日志的工具,在修改日志文件的同时,能够保留被修改文件的时间信息 (atime 没改,觉得没必要 ) 。 [root@localhost logtamper]# ./logtamper-static Logtamper v 1.1 for linux Copyrigh ...

Linux

Linux iostat监测IO状态

2019-03-06

Linux系统出现了性能问题,一般我们可以通过top、iostat、free、vmstat等命令来查看初步定位问题。其中iostat可以给我们提供丰富的IO状态数据。 1. 基本使用 $iostat -d -k 1 10 参数 -d 表示,显示设备(磁盘)使用状态;-k某些使用block为单位的列强制使用Kilobytes为单位;1 10表示,数据显示每隔1秒刷新一次,共显示1 ...

Linux

linux 下稳定性测试工具 ( 拷机工具 )

2019-03-06

在网上查了有如下些: stresslinux super pi prime mprime nbench UnixBench cpuburn gamut mersenne prime stress cpu burn-in memtester memtest86 memtest86++ System Stability Tester BONNIE ++ /HPL_TEST( 不是专门的压力测试软件)自 ...

Linux

在Linux平台使用IPMI远程管理服务器

2019-03-06

IPMI(Intelligent Platform Management Interface) IPMI(Intel公司推出的远程管理解决方案),也 称为Baseboard Management Cards (BMCs) ,可以在服务器通电(没有启动操作系统)情况下对服务器进行远程管理。即智能平台管理接口是使硬件管理具备"智能化"的新一代通用接口标准。用户可以利用 IPMI 监视服务器的物理特 ...