background picture of the home page

Hi,Friend

apache 的安装

yum install httpd -y 安装 apache ----------------------------------------------------------------------------- [root@home /]# yum install httpd -y Loa

thumbnail of the cover of the post

编译php遇见的错误

复制代码 代码如下: yum -y install net-snmp-devel configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 复制代码 代码如下: yum

thumbnail of the cover of the post

linux开机启动服务的添加方法

linux开机启动服务的添加方法 vim /etc/rc.local 需要开机启动的组件服务 添加进这个启动文件中 /usr/local/apache/bin/apachectl start 方式 组件的启动脚本目录 绝对路径 若是不放入这个文件夹,下就需要每次开机重新启动(做虚拟机实验

thumbnail of the cover of the post

交换机路由器 CCNA 基础

凌乱爱石头 ·2022-08-31 ·3 次阅读 ssh 加密的telent 连接服务器 数据链路成--交换机 网络层-路由器 os--操作系统 boo--引导程序 RAM--随即存储 ROM--只读存储 flash--闪存 存储IOS nvRAM-bootstart指令

thumbnail of the cover of the post

计算机知识 linux发型版本

Vmware woekstation的使用, 现代计算机设备的组成部分: 运算器,控制器,存储器,输入设备,输出设备。 CPU ,bus(总线),memoey:编址存储设备 read ahead IO:与外部部件交互 磁盘,网卡. 虚拟机:虚拟计算机。(在一个主机之上,用软件加硬件的

thumbnail of the cover of the post

linux终端介绍,命令帮助介绍

终端, 用户与主机交互,必然用的设备; 物理终端:直接接入本机的显示器和键盘设备;console 虚拟终端:附加在物理终端智商的一软件方式虚拟实现的终端,CentOS 6默认启动6个虚拟终端; Ctrl+Alt+F#(1-6). 图形终端:附加在物理终端上的以软件方式虚拟实现的终端,但额外会提供桌面

thumbnail of the cover of the post

tcpdump 命令

用简单的话来定义tcpdump,就是:dump the traffic on a network,对网络上的数据包进行截获的包分析工具。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、not等逻辑语句来帮助你去掉无用的信息。 1、安装tcpdump yum install tcp

thumbnail of the cover of the post

pidstat命令详解

pidstat命令详解 pidstat 命令是 sysstat 工具的一个命令,用来监控全部或者指定进程的CPU、内存、线程、设备IO等系统资源的占用情况。pidstat 首次运行时显示自系统启动开始的各项统计信息,之后运行pidstat将显示自上次运行该命令之后的统计信息。用户可以通过指定统计的次

thumbnail of the cover of the post

nginx快速安装,和简单使用

负载均衡,反向代理 没有什么是加一层是解决不了,高性能的HTTP的反向代理服务器, 占用内存少, 登陆这个网站nginx.org 下载nginx [root@localhost ~]# nginx -bash: nginx: command not found [root@localhost ~]#

thumbnail of the cover of the post