会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一如年少de模样
Coding changs world ------科学技术宅
博客园
首页
新随笔
联系
管理
订阅
2024年11月15日
WSL系统迁移Ubuntu
摘要: 一、通过Micrisoft Store下载Ubuntu 二、运行终端或者Power Shell 三、运行如下命令找到你安装的Ubuntu名字 wsl -l -v 四、关闭wsl wsl --shutdown 五、导出映像到指定盘,我这里想从C盘导入E盘 wsl --export Ubuntu E:\
阅读全文
posted @ 2024-11-15 15:39 一如年少de模样
阅读(618)
评论(0)
推荐(0)
2024年4月10日
Notepad--文本编译工具推荐
摘要: 推荐一个全平台的文本、代码编辑工具Notepad--,支持Windows、Mac以及国产uos深度系统、redhat/ubutu/centos等系统。 可以替换你目前手头使用的Notpad++,这个软件能不用就别用了,懂得都懂。 废话不多说,附上Notepad--作者爬山虎的gitee链接 ndd
阅读全文
posted @ 2024-04-10 16:38 一如年少de模样
阅读(154)
评论(0)
推荐(0)
2022年7月18日
SSH客户端推荐-Termius免费了
摘要: 之前使用Termius的时候,必须要求Pro用户才可以使用SFTP功能,所以一直不是很推荐使用,最新的一次更新终于SFTP免费了,可能也是看到网上好多为了这个功能破解,感觉没必要 现在终于可以免费使用这个功能了,推荐大家使用这个SSH客户端。 谁终将声震人间,必长久身自缄默。谁终将点燃闪电,必长久如
阅读全文
posted @ 2022-07-18 10:42 一如年少de模样
阅读(6038)
评论(0)
推荐(0)
2022年7月7日
portainer忘记密码之修改密码
摘要: 记录一次容器可视化管理工具Portainer忘记密码的经历。 1、停止 portainer 容器 使用 docker ps -a 找到对应的容器名字 或者 id 停止 portainer 容器 docker stop portainer 2. 借助仓库 portainer/helper-reset-
阅读全文
posted @ 2022-07-07 17:42 一如年少de模样
阅读(5069)
评论(0)
推荐(0)
2022年7月1日
WSL2 安装docker
摘要: 在Windows里安装Ubuntu之后,使用一下命令安装docker curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh sudo service docker start 安装之后就可以正常使用docke
阅读全文
posted @ 2022-07-01 18:00 一如年少de模样
阅读(470)
评论(0)
推荐(0)
2022年3月4日
使用yum安装Golang
摘要: 一:yum安装 首先配置epel源 yum install -y epel-release 然后直接安装 yum install -y golang 二:手动配置 去官网下载安装包手动编译安装 mkdir ~/go && cd ~/go wget https://dl.google.com/go/g
阅读全文
posted @ 2022-03-04 14:09 一如年少de模样
阅读(2442)
评论(0)
推荐(0)
2022年2月15日
K8S最佳安装教程
摘要: 直接使用界面安装,还可以随时卸载,极力推荐! 使用 KuboardSpray 安装kubernetes_v1.23.1 古之成大事者,不惟有超世之才,亦有坚忍不拔之志。
阅读全文
posted @ 2022-02-15 17:35 一如年少de模样
阅读(188)
评论(0)
推荐(0)
2021年12月30日
k8s安装教程
摘要: 1 检查 centos / hostname(在 master 节点和 worker 节点都要执行) # 在 master 节点和 worker 节点都要执行cat /etc/redhat-release# 此处 hostname 的输出将会是该机器在 Kubernetes 集群中的节点名字# 不
阅读全文
posted @ 2021-12-30 13:57 一如年少de模样
阅读(909)
评论(0)
推荐(0)
2021年2月25日
C语言生成二维码
摘要: 使用到的库:libzint 环境:centos 需要安装的环境: gcc / cmake / zlib-devel /libpng-devel (均使用yum安装即可) 1、下载zint https://sourceforge.net/projects/zint/ 2、安装zint tar xvf
阅读全文
posted @ 2021-02-25 11:36 一如年少de模样
阅读(227)
评论(0)
推荐(0)
2021年2月19日
mips交叉编译zlib
摘要: 1 export CC=/opt/gcc-4.9.3-64-gnu/bin/mips64el-linux-gcc LD=/opt/gcc-4.9.3-64-gnu/bin/mips64el-linux-ld 2 ./configure --shared --prefix=$PWD/__install
阅读全文
posted @ 2021-02-19 15:24 一如年少de模样
阅读(273)
评论(0)
推荐(0)
下一页
公告