-
SSH密钥登录配置
生成密钥 1ssh-keygen -t rsa -t 指定加密算法 rsa dsa -f 指定文件名 -b 指定二进制密钥位数 1024 2048 4096 1ssh-copy-id -i /root/.ssh/id_rsa.pub root... -
linux上tcpdump循环抓包教程
12345678910111213141516171819202122232425262728293031323334353637#!/bin/bash#script name:~/main_dump.shwhile :do STIME=`da... -
Linux安装RAR程序
下载地址: http://www.rarlab.com/download.htm 下载之后进行解压之后,进入rar目录,运行make指令进行安装: 123456[root@localhost rar]# makemkdir -p /usr/local... -
openvpn自动创建证书脚本
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667... -
JDK配置(Linux&Windows)
JDK安装Windows下JDK安装一、 下载JDK阿里云下载:https://zysd-shanghai.oss-cn-shanghai.aliyuncs.com/software/windows/jdk/jdk-8u60-windows-x64.... -
iptables命令详解
iptablesLinux上常用的防火墙软件 补充说明iptables命令 iptables 是 Linux 内核中的防火墙软件 netfilter 的管理工具,位于用户空间,同时也是 netfilter 的一部分。Netfilter 位于内核空间,... -
docker安装
安装依赖包1234567891011121314复制#关闭防火墙和selinux[root@host103 ~]# systemctl disable --now firewalld[root@host103 ~]# setenforce 0#将系统... -
docker基本命令
容器命令 12345678910111213docker run [可选参数] image | docker container run [可选参数] image #参书说明--name="Name" #起容器名字 tomca... -
Nginx配置
Nginx配置 添加SSL模块 123错误信息:nginx: [emerg] the “ssl” parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:3... -
elasticsearch搭建
一、安装配置1、安装jdk,配置好环境变量 2、关闭防火墙 3、创建es用户 123456789adduser espasswd essu esmkdir escd es 4、下载es 1wget https://artifacts.elastic...
我自狂歌空度日,飞扬跋扈为谁雄|