centos编译安装Python时,提示“Warning: File `Makefile.pre.in' has modification time 19209898 s in the future”先说结论:系统时间不对。如果遇到编译make时一直checking,那不用等了,它停不下来。实际上m... ...
分类:
系统相关 时间:
2021-05-24 12:34:55
阅读次数:
0
一、CentOS 7 防火墙命令: CentOS升级到7之后,发现无法使用iptables控制Linuxs的端口,baidu之后发现Centos 7使用firewalld代替了原来的iptables。下面记录如何使用firewalld开放Linux端口: 开启端口 firewall-cmd --zo ...
分类:
其他好文 时间:
2021-05-24 12:20:09
阅读次数:
0
服务器信息: 此小节的内容: SecurityCRT:用来连接到Linux服务器命令操作。 FTP(FTPRush):本地文件和Linux服务器文件交互的 工具服务器 借助客户端工具来链接到Linux服务器上进行相关操作——securityCRT 在Linux上安装ftp服务器 (File Tran ...
分类:
系统相关 时间:
2021-05-24 12:02:36
阅读次数:
0
安装Linux系统 (CentOS与Ubuntu) 60% ) 制作U盘启动 说明:2.0也是可以的。 40%)i选对镜像so文件,我的CentOS镜像是CentOS-7.0-1406-x86_64-DVD.iso,而Ubuntu是(ubuntu-20.04.2.0-desktop-amd64.is ...
分类:
系统相关 时间:
2021-05-24 10:29:41
阅读次数:
0
各位看官可以关注博主个人博客,了解更多信息。 作者:Surpasser 链接地址:https://surpass.org.cn 前言 接上一篇帖子,博主在CentOS上安装了最新版的MySQL容器(版本为8.0.19),在使用本地springBoot项目连接,启动项目后操作登录系统时报错。 问题 请 ...
分类:
数据库 时间:
2021-05-24 09:06:05
阅读次数:
0
用到的工具 XShell CentOS 7 Docker Docker 是一个开源的应用容器引擎,基于 Go 语言 并遵从 Apache2.0 协议开源。 Docker 可以让开发者打包他们的应用以及依赖包到一个轻量级、可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。 容 ...
分类:
其他好文 时间:
2021-05-24 09:04:23
阅读次数:
0
扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.co ...
分类:
其他好文 时间:
2021-05-24 08:32:18
阅读次数:
0
1.设置环境变量 # echo 'PATH=/opt/opsmgr/web/components/postgresql96linux64.1/bin/:$PATH' >> /etc/profile # echo 'export PGPASSWORD=ytcmUUNq' >> /etc/profile ...
分类:
数据库 时间:
2021-05-24 08:13:18
阅读次数:
0
运行命令free -h,若swap那一行都是0的话表明没有交换空间。dd if=/dev/zero of=/var/swap bs=1024 count=2048000if 表示infile,of表示outfile,bs=1024代表增加的模块大小,count=2048000代表2048000个模块 ...
分类:
其他好文 时间:
2021-05-24 07:51:25
阅读次数:
0
firewall的操作 1.firewalld的基本使用 启动: systemctl start firewalld查状态:systemctl status firewalld 停止: systemctl disable firewalld禁用: systemctl stop firewalld在开 ...
分类:
其他好文 时间:
2021-05-24 06:54:27
阅读次数:
0