配置了一台3700X电脑后
众所周知,电脑是生活中必不可少的玩具,最近搞了一套配置。CPU3700X,显卡RX580,内存32GB。敲,这CPU的框框,看见就爽的不得了。
As we all know, a computer is an indispensable toy in life, and a set of configurations has recently been developed. CPU3700X, graphics card RX580, memory 32GB. Knock, the frame of the CPU is so cool to see it.
Linux下面更直观
新配置的电脑作为主力机,旧的电脑我这里安装了PVE系统,用来代替vmware workstation pro ,用起来还算可以。千兆网络环境中传输数据还是可以的。在此之上,家里的网络环境中做了端口映射,就可以做到在公网环境下链接到家里的电脑上,我直接把路由器的管理地址,使用的域名:https://www.chenbuyun.top/ 在之前的文章中有写过使用阿里云的解析实现动态DDNS,这样在公网IP地址变化后,可以第一时间收到通知,同时可以实现自动化更新IP地址,解析生效 TTL 为3600秒,所以在收到告警后十分钟内可以网络会无法正常通讯。
The newly configured computer is used as the main machine, and the old computer I installed the PVE system here to replace the vmware workstation pro, which is not bad. Data transmission in a gigabit network environment is still possible. On top of this, the port mapping is done in the home network environment, and it can be connected to the home computer in the public network environment. I directly put the management address of the router and the domain name used: https://www.chenbuyun .top/ In the previous article, I wrote about using Alibaba Cloud's resolution to implement dynamic DDNS, so that after the public IP address changes, you can receive notifications as soon as possible, and at the same time, you can automatically update the IP address. The resolution takes effect with a TTL of 3600 Seconds, so the network will not be able to communicate normally within ten minutes after receiving the alarm.
同时,这里我使用到了阿里云的云监控。配置完成后,出现问题会收到信息的通知,
At the same time, here I used Alibaba Cloud's cloud monitoring. After the configuration is complete, you will receive a notification of information when there is a problem.
在之后的文章中会出一些具体的步骤。PVE安装后的管理界面。
There will be some specific steps in the following articles. The management interface after PVE installation.
配置了一台3700X电脑后的更多相关文章
- synergy 两台Windows电脑配置过程
Synergy 介绍 软件作用 Synergy 两台独立电脑,共享一套鼠标和键盘的工具, 软件原理(我自己想的) 保证两台电脑在一个局域网内,可以相互Ping通的电脑(这样才能直接通过TCP连接) 将 ...
- vue配置手机通过IP访问电脑开发环境
vue配置手机通过IP访问电脑开发环境config/index.js// Various Dev Server settings host: '0.0.0.0', // can be overwrit ...
- vmware centos7系统虚拟机复制到其他电脑后不能联网问题解决
虚拟机复制到别的电脑后,无法联网 使用ifconfig命令,没有显示出IP4的网址信息(显示ens33文件配置信息) 在网上查看相关资料,大部分说是mac地址不一致导致 如果配置了mac地址,那么在/ ...
- centos7: iptables保存(配置完nginx的web规则后)
centos7: iptables保存(配置完nginx的web规则后) 以本地虚拟机为例: 添加规则:入站规则 iptables -I INPUT -p tcp --dport 80 -j ACCE ...
- windows tomcat nginx session(当一台tomcat关闭后)
在windows下作nginx负载均衡测试. nginx的配置文件如下: worker_processes 1; events { worker_connections 1024; } http ...
- 使用Qt Creator作为Linux IDE,代替Vim:实现两台Linux电脑远程部署和gdb调试(一台电脑有桌面系统,一台电脑无桌面系统)
版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/libaineu2004/article/details/62423830 尊重作者,支持原创,如 ...
- 手机通过数据线连接电脑后,找不到设备--Android Studio
手机通过数据线连接电脑后,找不到可用的设备.允许USB调试,,因为小米手机还要设置USB开发者模式. 1.打开设置/关于手机 四次点击“MIUI版本”如图: 2.返回上一页打开更多设置 看到开发者选项 ...
- U盘插入电脑后,提示需要格式化U盘如何解决?
未弹出U盘就拔掉U盘,有可能会破坏U盘的分区表.当再次把U盘插入电脑时,会提示需要格式化U盘,这是什么情况,如何解决呢?其实只要用DiskGenius硬盘恢复软件就可以解决这个问题.下面和小编一起来看 ...
- 重启电脑后,oracle数据库连接不上
oracle10g安装成功后使用正常,重启电脑后,连接不上了,电脑-服务中各个服务都手动重启了,仍然无效 报错信息:ORA-12514 TNS 监听程序当前无法识别连接描述符中请求服务 要手工去操作命 ...
- CocoaPods管理的项目移植到别人电脑后找不到头文件
CocoaPods管理的项目移植到别人电脑后找不到头文件 在TARGETS -> Search Paths -> User Header Search Paths 中 写入 ${SRCRO ...
随机推荐
- vue el-tree 单选实现
<el-tree :props="props" ref="treeList" :load="loadNode" check-stric ...
- Unity C#代码入门
Unity C#代码入门 1. 脚本基本结构 1.1 unity生成的模板 using System.Collections; using System.Collections.Generic; us ...
- input设置自定义属性,并获取值。
HTML代码: JavaScript代码: 因为busCode不是input标签原生的属性,所以不能使用"点"操作. 非标准属性,要用:obj.getAttribute(" ...
- 解决element-ui表格多重嵌套循环时,添加row-key="id" 出现Duplicate keys detected: 'XXX' 错误的问题
Duplicate keys detected: 'XXX' 错误,怀疑是多重嵌套循环时 :key="item.id或index" 不能重复的问题,但设置了不同的 key 后并未解 ...
- Vivado工程常见报错及解决办法
1. 在进行自定义 IP 后,将自定义 IP 添加到当前的工程时,出现如下报错: [IP_Flow 19-167] Failed to deliver one or more file(s). [IP ...
- 2.javaOOP_Part2继承
- 2003031126-石升福-python数据分析第四周作业-第二次作业
项目 matplotlib 博客名称 2003031126-石升福-Python数据分析第四周作业 班级链接 20级数据班 作业链接 第二次作业 要求 每道题要有题目,代码(使用插入代码,不会插入代码 ...
- 从XXE漏洞修复引起Not supported: http://javax.xml.XMLConstants/property/accessExternalDTD说到SPI机制
引子 在使用Fortify扫描时代码报XML External Entity Injection,此漏洞为xml实体注入漏洞,XXE攻击可利用在处理时动态构建文档的 XML 功能.修复方案也包含了增 ...
- jquery input标签的禁用和启用disabled
input框使用disabled后 input 元素既不可用,也不可点击.可以设置 disabled 属性,直到满足某些其他的条件为止(比如选择了一个复选框等等).然后,就需要通过 JavaScrip ...
- vue下拉选择select option el-cascader删除重选值的问题
select当下拉值多的时候 以及input cascader级联选择一个值后 后面我不想要了 vue 提供了一个关键字 可以帮你全部清空 这个关键字就是:clearable