网卡centos9 centos 2021

ubuntu 以及 centos 单盘改为 软raid1

项目有一个需要 批量克隆系统盘。给多台服务器使用。但是单盘的安全性不好。要使用软raid1. 组成软raid1再克隆有很多技术问题。工具很少支持。 找到的解决办法是 先普通硬盘 单盘安装系统。再加一块硬盘 ,组软raid1. 下面是单盘改软raid的方法: ### centos 和 ubuntu的 ......
ubuntu centos raid1 raid

centos、ubuntu将用户添加到sudo

1、sudo yum install 安装软件经常需要切换root用户或者sudo。 没有设置sudo报错: xx is not in the sudoers file. This incident will be reported. 2、centos设置sudo su - # 切换root vis ......
用户 centos ubuntu sudo

VMware安装CentOS7服务器系统

摘要 本教程将简要介绍如何在 VMware 虚拟机中安装 CentOS7 服务器系统,并配置 IP 和端口,供宿主机访问。 下载镜像 以下是镜像下载地址: https://repo.huaweicloud.com/centos/7.9.2009/isos/x86_64/ 因为要做服务器使用,所以推荐 ......
CentOS7 服务器 VMware CentOS 系统

CentOs设置国内源

1、切用户、切到原文件件 su root cd /etc/yum.repos.d/ 2、下载源文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 3、重命名 mv CentOS-Base.repo CentOS-Base.repo.bak mv ......
CentOs

Sketchup 2015、2016、2017、2018、2019、2020、2021、2022、2023(草图大师)下载

SketchUp是一套直接面向设计方案创作过程的设计工具,其创作过程不仅能够充分表达设计师的思想而且完全满足与客户即时交流的需要,它使得设计师可以直接在电脑上进行十分直观的构思,是三维建筑设计方案创作的优秀工具。草图大师也就是SketchUp,是一个建筑景观专业的3D建模软件,由于运行速度较快,操作 ......
草图 Sketchup 大师 2015 2016

CentOS7配置ssh登录失败10次,自动封锁IP

您可以按照以下步骤配置CentOS 7以在SSH登录失败10次后自动封锁IP: 安装fail2ban软件包:在终端中输入以下命令以安装fail2ban软件包: sudo yum install epel-release sudo yum install fail2ban 配置fail2ban:打开f ......
CentOS7 CentOS ssh

2021-7-24-数模比赛

还不是被我妹妹给气的.jpg 要掌握的库 数据挖掘 request BeautifulSoup 数据处理 Pandas 决策树,梯度提升问题 参考2020c109论文 决策树构建用包 xgboost 梯度提升 sklearn 回归聚类随机森林决策树等 spss因子分析降维 https://www.y ......
2021 24

2021-9-29-pygame

layout: post title: pygame五子棋 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictur ......
pygame 2021 29

2021-8-16-Holiday5

layout: post title: xtx暑假第五周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1 ......
Holiday5 Holiday 2021 16

2021-7-23-Holiday23

layout: post title: xtx暑假第二三周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin ......
Holiday 2021 23

2021-6-13-ACFly电赛

仍然是纯笔记 默认飞完一个定点飞行后会进入位置锁定模式 位置移动有多个模式 单位全部是cm厘米 BodyHeading才是机头方向 XY方向如下所示 设置速度单位是cm/s 延时也是老延时了 但是不能这么写,会导致全系统暂停 任务模式执行有个频率 为了延时2s,应该写 Mode_Inf->auto_ ......
ACFly 2021 13

2021-7-12-Holiday1

layout: post title: xtx暑假第一周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1 ......
Holiday1 Holiday 2021 12

2021-6-5-stm32系统板历程

这份笔记是我离开团队的第一份笔记 不是想纪念 而是想让自己明白以后要更加努力 AD部分 不要用中文名!! 常用封装 0805规格 104电容代表10*10的4次方,对应是100nf 105电容就是0.1uf stm32引脚 OSC接外部高速晶振(8M),OSC32接外部低速晶振 VDD接3.3电 V ......
历程 系统 2021 stm 32

2021-3-26-PX4环境配置路

本日志包含以下要素 Ubuntu的使用 查错误日志,查github,查脚本,错误复现 技巧点 PX4的win10版本的编译链太复杂且和现有环境兼容极差,python2和3,arm-gcc,cywin64。如果你电脑已经装了这些配置了环境变量,那大概率要翻车(当时遇到的问题是: 编译链报错,提示需要p ......
环境 2021 PX4 26 PX

2021-5.28-飞机

纯笔记,仅用于工作学习使用,不代表均为正确 三代机的机架对应电机输出的实际控制代码 在A9中也找到对应的代码但是被注释 虽然A9有C42机架的残留代码但是并没有ctrl_Attitude_MultiRotor_C42_PWM函数 那么按道理可以直接移植三代机的ctrl_Attitude_MultiR ......
飞机 2021 5.28 28

2021-11-20-ASM总结

layout: ASM总结 title: 大二上日志 categories: 日志 tags: - 比赛总结 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Picture ......
2021 ASM 11 20

2021-11-27-RTOS学习

layout: post title: RTOS学习 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBe ......
2021 RTOS 11 27

2021-3-9-3月份日志

layout: post title: 3月份日志 categories: 日志 tags: - 开发 - 日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
月份 日志 2021

2021-1-30-AD总结时间

layout: post title: AD总结时间 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Picture ......
时间 2021 30 AD

2021-12-13-寄存器怪谈

layout: post title: 寄存器怪谈 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
寄存器 怪谈 2021 12 13

2021-2-25-Onenet摸索道路

layout: post title: Onenet摸索道路 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pic ......
道路 Onenet 2021 25

2021-1-1-半潜船项目探索

layout: post title: 半潜船项目探索 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictur ......
半潜船 项目 2021

2021-11-24-407ZET6

layout: post title: 407ZET6最小系统板制作 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/P ......
2021 ZET6 407 ZET 11

2021-3-1-can重制日志

layout: post title: Can重制日志 categories: 日志 tags: - 开发 - 笔记 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureB ......
日志 2021 can

2021-4-13-半潜船杂项笔记

layout: post title: 4月份笔记 categories: 日志 tags: - 开发 - 日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
半潜船 杂项 笔记 2021 13

2021-11-14-MQTT的python应用

layout: post title: MQTT的python应用 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pi ......
python 2021 MQTT 11 14

2021-2-14-myy的寒假学习笔记

layout: post title: myy的寒假学习笔记 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pic ......
笔记 2021 myy 14

2021-11-28-ESPWROOM2调试路

layout: post title: ESPWROOM2无线调试器调试路 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin ......
ESPWROOM2 ESPWROOM 2021 11 28

2021-11-21-ESP-IDF研究路

layout: post title: ESP-IDF研究路 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictu ......
ESP-IDF 2021 ESP IDF 11

CentOS8部署NextCloud+onlyoffice笔记

通过宝塔一键部署 一、安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 二、从宝塔Docker快速部署安装NextCloud。 一键 ......
onlyoffice NextCloud CentOS8 笔记 CentOS