nginx1.异步非阻塞的高性能IO模型,任你有N个请求来临,Nginx都临危不惧2.现在自动生成nginx复杂配置文件:https://www.digitalocean.com/community/tools/nginx?global.app.lang=zhCN3.nginx的运行架构nginx运行后,有多少个干活的工人,多进程,调用多个CPU去解析用户的请求4.关于nginx的优化设置
#!/bin/bash#################yum install -y wget gzip gc make taryum install -y pcre pcre-devel zlib-devel###注意P需要大写wget -c http://nginx.org/download/nginx-1.21.6.tar.gz -P /usr/src/cd /usr/src/ls -l n
1.在fusioncompute平台上,看到某虚拟机有两块磁盘,分别是vda,vdb2.对vdb扩容至1500GB的容量3.对vdb分区[root@histest202209 ~]# fdisk /dev/vdbWelcome to fdisk (util-linux 2.23.2).Changes will remain in memory only, until you decide to w
转自此文https://blog.csdn.net/weixin_46659843/article/details/124522333?spm=1001.2100.3001.7377&utm_medium=distribute.pc_feed_blog_category.none-task-blog-classify_tag-19-124522333-null-null.nonecas
1.下载三个包, 2.依次安装3.复制文件cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service4.因为我有两个两个用户,一个是root ,另外一个是普通
1.我的软件版本如下:将其传入 /root目录下,如图:2.卸载掉centos自带的mariadb[root@yeshuai ~]# rpm -qa | grep mariadbmariadb-libs-5.5.68-1.el7.x86_64[root@yeshuai ~]# rpm -e --nodeps mariadb-libs-5.5.68-1.el7.x86_64[root@y
1.安装tigervnc server的文件包如下:2.用winscp传入mint桌面cd mint---vncsudo dpkg -i *.deb3.安装xterm,否则会报这个错误4.运行vncservertest@test-virtu
1.参考文章CSDN---VPN服务器架设标准文档2.3.需要注意的地方(1)172.16.9.130服务器上yum安装了 nginx,停止防火墙和selinux,能正常在win10上访问网页,则表示vpn访问内网成功(2)openvpn客户端注意路径需要重新选择:
备注ip地址正向代理服务器---centos 7网卡1:192.168.3.21网卡2:普通PC ---kubuntu1.centos服务器虚拟机的配置服务器有两张网卡,一张网卡桥接到我的傻瓜家用路由器上网的,dhcp分配地址为192.168.3.21另一张网卡设置成桥接到vmnet7 ,这是个私网,默认
1.下载并安装tinyproxy apt-get install tinyproxy2.配置tinyproxy的配置文件我的内网是192.168.129.0/24所以应该这么修改:sudo vim /etc/tinyproxy/tinyproxy.conf#### tinyproxy.conf -- tinyproxy daemon configuration file#### This ex
参考自这个链接https://blog.csdn.net/weixin_43461520/article/details/105890429
参考自一下博客:https://www.jianshu.com/p/2f1202d61185一.安装jdk检查系统是否安装了 OpenJDK,输入 java -version ,如下提示表示安装了[root@iZwz9f32qxgaqekk0b2ovwZ ~]# java -versionjava version "1.6.0"OpenJDK Runtime
非LVM,扩容根分区
1.访问地址https://ubuntu.com/download/server2.选中【option 2】选择【download now】4.重点来了,默认情况下,ubuntu server 是不装ssh server的,只有一个ssh client ,所以按空格选中它,安装openssh server这个啥都不选,直接选中done安装结束。=======================
1.下载地址链接:https://pan.baidu.com/s/17DtnsciIRdT15T7psW6ECg 提取码:8rm0 --来自百度网盘超级会员V5的分享2.安装方式
1.tmpfs是什么文件系统?2.devtmpfs是什么文件系统?/dev/sr0是什么文件系统?
假设yeshuai,是普通用户yeshuai传文件到/home/yeshuai目录是有权限的,但是传到/opt/目录下就提示没权限1.2.设置用户权限,给普通用户访问SFTP二进制文件的权限可以把yeshuai加入sudoers,并免sudo需要输入密码如果你想设置成yeshuai需要密码登录那就加入这行就可以了:yeshuai ALL=(ALL
在Linux中使用fdisk命令进行分区时,有时会遇到“WARNING: Re-reading the partition table failed with error 16: Device or resource busy.The kernel still uses the old table.The new table will be used at the next reboot.”这种告
1.系统版本 [root@test001 ~]# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) [root@test001 ~]#
fusioncompute8.0.1对一个磁盘进行扩容LVM
centos7 LVM目录扩容
centos 7, htop,离线
[root@localhost~]#yuminstallapr-develapr-util-devel-y[root@localhost~]#cd/usr/src[root@localhostsrc]#wgethttp://archive.apache.org/dist/httpd/httpd-2.2.31.tar.gz[root@localhostsrc]#tarzxvfhttpd-2.2.31
本文参考这边博文,不过有坑,所以已经给出解决方案了:https://www.freesion.com/article/199793312/[root@localhost~]#yuminstallhttpd查看本机地址:通过浏览器访问地址:通过rpm源安装mysqlwget-i-chttp://dev.mysql.com/get/mysql57-community-release-el7-11.no
https://www.jianshu.com/p/98c8e29a5885如果报错,说PHP版本太低,用这个方法:https://www.zhangyijian.com/94.html
转载,lamp,编译,
no server suitable for synchronization found
编译安装openssl:[root@192~]#yuminstall-ywgetgcc[root@192~]#wgethttps://www.openssl.org/source/old/1.0.2/openssl-1.0.2l.tar.gz--2021-03-1416:03:13--https://www.openssl.org/source/old/1.0.2/openssl-1.0.2l.t
httpd历史版本下载http://archive.apache.org/dist/httpd/#releasestomcat历史版本下载https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.62/bin/tomcat-connector下载地址https://archive.apache.org/dist/tomcat/tomcat-conne
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号