开关机 poweroff # 关机 reboot # 重启 网络相关 ip address # 查询IP地址 nmtui # 图形化管理网络 route # 查看路由表 systemctl restart network # 重启网络服务 ss -ntlp # 查看系统中tcp端口开启的情况 ss ...
分类:
系统相关 时间:
2021-05-24 12:07:41
阅读次数:
0
ifdown br0 brctl delbr br0 rm ifcfg-br0 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.111 NET ...
分类:
其他好文 时间:
2021-05-24 10:45:19
阅读次数:
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
在路由器上启用OSPF路由协议 Router(config)#router ospf process-id process-id是进程号,取值范围1-65535。 发布所知道的网络 Router(config-router)#network address wildcard-mask area ar ...
分类:
其他好文 时间:
2021-05-24 09:55:54
阅读次数:
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
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
Neural Network SMS Text Classifier https://www.freecodecamp.org/learn/machine-learning-with-python/machine-learning-with-python-projects/neural-networ ...
分类:
Web程序 时间:
2021-05-24 06:43:15
阅读次数:
0