性能测试必备的 Linux 命令系列,可以看下面链接的文章哦 https://www.cnblogs.com/poloyy/category/1819490.html 介绍 显示进程树 语法格式 pstree [-a, --arguments] [-c, --compact] [-h, --high ...
分类:
其他好文 时间:
2021-02-24 12:51:37
阅读次数:
0
linux7.4源码编译安装nginx 介绍 Web工作者构建网站就需要用到Nginx Web服务器,可是还有小伙伴不会在Linux上安装Nginx,毕竟我们开发的项目都是要在服务器上运行的,今天就来讲讲如何在CentOS7环境使用源码进行安装Nginx。 Nginx官网下载链接:https://n ...
分类:
系统相关 时间:
2021-02-24 12:50:50
阅读次数:
0
性能测试必备的 Linux 命令系列,可以看下面链接的文章哦 https://www.cnblogs.com/poloyy/category/1819490.html 介绍 系统启动up了(运行了)多长时间 语法格式 uptime [options] 字段说明 18:36:33:系统当前时间 up ...
分类:
其他好文 时间:
2021-02-24 12:48:55
阅读次数:
0
性能测试必备的 Linux 命令系列,可以看下面链接的文章哦 https://www.cnblogs.com/poloyy/category/1819490.html 介绍 显示有关CPU架构的信息 语法格式 lscpu [-a|-b|-c|-J] [-x] [-y] [-s directory] ...
分类:
其他好文 时间:
2021-02-24 12:47:41
阅读次数:
0
ubuntu 系统默认已安装ufw. 1.安装 sudo apt-get install ufw 2.启用 sudo ufw enable sudo ufw default deny 运行以上两条命令后,开启了防火墙,并在系统启动时自动开启。关闭所有外部对本机的访问,但本机访问外部正常。 3.开启/ ...
分类:
系统相关 时间:
2021-02-23 14:33:33
阅读次数:
0
21篇测试必备的Linux常用命令,每天敲一篇,每次敲三遍,每月一循环,全都可记住!! https://www.cnblogs.com/poloyy/category/1672457.html 每次显示5行 more -5 test.txt 从第5行开始显示 more +5 test.txt 每次翻 ...
分类:
系统相关 时间:
2021-02-23 14:33:16
阅读次数:
0
一,服务器安装 yum install -y openldap openldap-clients openldap-servers migrationtools 二,配置ldap服务器 2.1配置ldap的域和密码 vim /etc/openldap/slapd.d/cn\=config/olcDa ...
分类:
系统相关 时间:
2021-02-23 14:32:21
阅读次数:
0
RAID 几种常见的类型 安装的megacli,之前先查看系统硬盘个数和RAID级别 [root@localhost Linux]# cat /proc/scsi/scsi Attached devices: Host: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor ...
分类:
其他好文 时间:
2021-02-23 14:19:20
阅读次数:
0
积少成多 Learning Linux From Scratch(一) 冷知识 bash shell Bourne again shell tty means teletypewriter 电传打字机 命令行界面(command line interface, CLI) 快捷键 Shift + Ct ...
分类:
系统相关 时间:
2021-02-23 14:17:31
阅读次数:
0
搭建 Apache RocketMQ 单机环境 qianghong000关注0人评论1643人阅读2016-04-26 11:14:58 环境需求: 64位操作系统,建议使用Linux / Unix / CentOs7.3 64bit JDK 1.8+ Maven 3.2.x 一、安装Maven 安 ...
分类:
Web程序 时间:
2021-02-23 14:12:57
阅读次数:
0