前言因为闪迪搞活动,入手了一个128G存储的U盘(),1G随机读 150M/s 写 30M/s 。本来想着作为存储器,但是本身读写速度不快,我还有一个 500G 移动机械硬盘,除便携性外其他都略逊。本着不浪费、学习Linux的原则,刷入Ubuntu系统。
准备工作1.存储32G以上的U盘2.电脑3.软件 VMware 16.0
镜像下载
123456789apt updateapt upgradeapt install sudo tree wget unzip curl git screen vim ca-certificates htop -ycurl -sSL https://get.docker.com/ | shsystemctl start dockersystemctl enable docker
https://blog.csdn.net/weixin_55873007/article/details/126581328
Linux基础Linux查看磁盘存储空间大小 https://blog.csdn.net/zzldm/article/details/82804557linux怎么查看内存多大 https://www.php.cn/linux-490794.htmlLinux / 清理空间的几个方法 https://zhuanlan.zhihu.com/p/347876565查看Linux系统架构的命令 https://blog.csdn.net/weixin_41010198/article/details/109166131Linux 查看端口占用并杀掉 https://blog.csdn.net/spring21st/article/details/8621343linux解压命令 https://www.php.cn/linux-478082.html
前言参考文章:https://www.barrett0828.com/nps-%E5%9F%9F%E5%90%8D%E4%BB%A3%E7%90%86/https://blog.csdn.net/hantoy/article/details/126957133https://www.bilibili.com/video/BV19T4y1e7Qf/https://blog.zeruns.tech/archives/660.htmlhttps://blog.csdn.net/fengxiandada/article/details/123435562
CentOShttps://blog.csdn.net/weixin_34396103/article/details/85934300https://blog.csdn.net/zx110503/article/details/78787483https://blog.csdn.net/ldq_sd/article/details/103760585https://www.php.cn/centos/452612.html
dockerht ...
必要工具硬件:一台电脑一个随身WIFI软件:MIKO9008免签名驱动ADB驱动知识:AndroidLinux
选择性工具星海(备份基带)
第一步 全量备份https://www.right.com.cn/forum/thread-4053917-1-1.html
引言因为使用 Revit 时,插件加载会使启动变慢,为了提高效率,将暂时不用的插件禁用。
相关信息Revit 的插件注册方式之一就是通过。addin 文件,我们叫 manifest file。
文件会存放在两个位置:
一个是%ALLUSERSPROFILE%\Autodesk\Revit\Addins,对应的真实目录在 Windows 10 和 Windows 7 上是 C:\ProgramData\Autodesk\Revit\Addins,里面的插件会为所有用户使用。
另外一个是%APPDATA%\Autodesk\Revit\Addins,对应的真实目录是 C:\Users<用户名>\AppData\Roaming\Autodesk\Revit\Addins,里面的插件仅为当前用户使用。
操作(以 MagiCAD 为例)我们可以在 Window+R 的运行框里或者在文件浏览器里输入任一地址,然后回车。
创建一个名为 MagiCAD 的文件夹,将有名为前缀的 MagiCAD 的文件,移动(剪切)到文件夹,即可。
外观配置主题Butterfly项目地址: https://github.com/jerryc127/hexo-theme-butterfly
GitHub贡献图-Gitcalendar教程文档:https://akilar.top/posts/1f9c68c9/
1npm install hexo-filter-gitcalendar --save
功能配置配置文章链接转数字或字母项目地址: https://github.com/rozbo/hexo-abbrlink
1npm install hexo-abbrlink --save
本地搜索依赖项目地址:https://github.com/wzpan/hexo-generator-search
1npm install hexo-generator-search --save
自动分类-hexo-auto-category教程文档:https://github.com/xu-song/hexo-auto-category
采用npm安装:
1npm install hexo-auto-category --save
配置: ...
环境要求gitnodejs
操作步骤1234567891011121314#hexonpm install hexo-cli -ghexo init blogcd blognpm install#vercelnpm install vercel -ghexo cleanvercel loginvercel
本地环境Vercel配置