【置顶】
怎样才能快速的定位到并发高是由于磁盘io开销大呢?可以通过三种方式:第一种:用 top 命令 中的cpu 信息观察 Top可以看到的cpu信息有: Tasks: 29 total, 1 running, 28 sleeping, 0 stopped, 0&nbs...
使用Xshell登录网络设备时候需要手动输入用户名和密码设置免输入用户名及密码用户名密码再次登录就不需要手动输入用户名和密码了
Subversion有两种不同的配置方式,一种基于它自带的轻量级服务器svnserve,一种基于非常流行的Web服务器Apache。根据不同的配置方式,Subversion使用不同的端口对外提供服务。基于svnserve的,默认端口为3690,基于Apache的,默认端口为Apache的默认端口80。有时候,我们会因为防火墙或其它原...
#先检查是否安装了iptables service iptables status #安装iptables yum install -y iptables #升级iptables yum update iptables #安装iptables-services yum&nbs...
基于服务器的安全考虑,我们需要在Ubuntu 18.04环境中进行配置iptables防火墙,这里老蒋简单的记录iptables的常规用法。一般我们都是在需要服务器的ROOT权限下进行的,有些服务器环境默认是安装过的,我们需要检查到底是否有安装,如果有安装过,直接就添加防火墙规则。第一、检查是否安装iptables# 检查 # wh...
1. 安装软件包sudo apt install ipset iptables netfilter-persistent ipset-persistent iptables-persistent2. 启用配置持久保存功能sudo systemctl enable&nbs...
下载安装包官网地址:https://redis.io[root@Centos7A ~]# cd /usr/local/src/[root@Centos7A src]#yum install gcc tcl wget -y[root@Centos7A src]#wget http://download.redis.io/releases/redis-...
重启网卡如下提示:[root@localhost ~]# service network restart Shutting down interface eth0: &n...
http://antivirus.neu.edu.cn/scan/ssh.php以下IP地址对SSH服务进行攻击,严重增加主机成为肉鸡的可能性。强烈建议网管对以下地址进行封锁。使用本站黑名单方法(适用大多数Unix主机): #==========开始复制========== ldd `which sshd` |&n...
haproxy 代理 ssl 有两种方式1、haproxy 本身提供ssl 证书,后面的web 服务器走正常的http 2、haproxy 本身只提供代理,后面的web服务器https第一种方式需要编译haproxy 支持ssl,编译参数: make TARGET=linux26 USE_OPENSSL=...
CentOS安装所需组件:yum -y install mercurial pam-devel安装Google Authenticator:#http://www.haiyun.mewget --no-check-certificate https://google-authenticator.googlecode.com/files/libpam-goog...
Hudson 脚本#!/bin/bash# Copyright (c) 2010, Jon Scott Stevens# This script will add a new branch for all of our projects to hudson based# on an existing set of projects. This script ...
1. crontab命令选项#crontab -u <-l, -r, -e>-u指定一个用户-l列出某个用户的任务计划-r删除某个用户的任务-e编辑某个用户的任务2. cron文件语法与写法可用crontab -e命令来编辑,编辑的是/var/spool/cron下对应用户的cron文件,也可以直接修改/e...
使用nload工具可以实时查看网络流量 nload -u M -m官网及下载 http://www.roland-riegel.de/nload/index.html http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz http://dl.wdlinux.cn:5180/soft/nload-0...
1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 daemonize no2. 当Redis以守护进程方式运行时,Redis默认会把pid写入/var/run/redis.pid文件,可以通过pidfile指定 pidfile /var/run/redis.pid3...