LFTP是Linux下一FTP客户端工具,用于登录FTP服务器。可结合mirror命令进行本地文件远程备份、同步、删除等操作。安装可用yum命令快速安装yuminstalllftpLFTP用法格式:lftp[-d][-ecmd][-pport][-uuser[,pass]][site]用法:lftp[OPTS]<site>`lftp‘是在rc文件执行后lftp执行的第一个命令-
分类:
系统相关 时间:
2020-07-17 16:28:06
阅读次数:
93
环境:CentOS7版本:postgresql11安装repo源yuminstallhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm2.安装client、serveryuminstallpostgresql11yuminstallpostgres
分类:
数据库 时间:
2020-07-17 16:27:16
阅读次数:
121
已知一台服务器的串口服务器地址为10.223.32.25,端口为7007.跳板机上首先需要安装telnet:yum install telnet然后简单的使用telnet命令即可连接成功了:telnet 10.223.32.25 7007那么该如何退出telnet的session呢?首先,按键Ctr... ...
分类:
Web程序 时间:
2020-07-17 14:07:23
阅读次数:
155
条件: 系统:CentOS 7 网卡: eth0 内网 网关:192.168.1.1 eth1 外网 网关:10.0.0.1 配置: 先安装net-tools:yum -y install net-tools route del default #删除默认路由 route add -net 192. ...
分类:
其他好文 时间:
2020-07-17 11:31:43
阅读次数:
74
源码编译安装 http://nginx.org/en/download.html 到官网下载,然后用XFTP上传到root目录 把文件解压出来 tar -zxvf nginx-1.16.0.tar.gz 然后用yum安装依赖项 yum install gcc pcre-devel zlib-deve ...
分类:
其他好文 时间:
2020-07-17 09:27:00
阅读次数:
72
安装Docker 1 2 3 4 5 [root@localhost /]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost /]# yum install docker-ce -y [root ...
分类:
数据库 时间:
2020-07-17 01:22:08
阅读次数:
138
构建基本Web服务 Web服务:提供一个网页内容的服务 Web服务器:提供网页内容的机器 http:超文本传输协议 软件:httpd、Nginx、Tomcat 虚拟机A: 1.安装httpd软件 [root@svr7 ~]# yum -y install httpd [root@svr7 ~]# r ...
分类:
Web程序 时间:
2020-07-16 22:06:45
阅读次数:
110
YUM:YellowdogUpdateModifier,rpm的前端程序,可解决软件包相关依赖性,可在多个库之间定位软件包,up2date的替代工具yumrepository:yumrepo,存储了众多rpm包,以及包的相关的元数据文件,放置在特定的目录repodata下yum客户端配置文件:/etc/yum.conf:为所有仓库提供公共配置[root@Centos7yum.repos.d]#cd
分类:
其他好文 时间:
2020-07-16 18:19:20
阅读次数:
93
!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
yum 安装(推荐) 1.安装gearmand [root@iZbp12y6fwj9mup08bgko6Z ~]# mkdir /usr/local/gearmand [root@iZbp12y6fwj9mup08bgko6Z ~]# cd /usr/local/gearmand/ [root@iZ ...
分类:
其他好文 时间:
2020-07-16 00:23:04
阅读次数:
74