会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由出土文物
春困秋乏冬无力,夏日炎炎正好眠
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
45
下一页
2021年4月12日
elixir的phoenix环境配置
摘要: export HEX_MIRROR="https://hexpm.upyun.com" mix local.rebar 安装phoenix mix archive.install hex phx_new 1.5.8 创建项目 mix phx.new hello --no-ecto --no-webp
阅读全文
posted @ 2021-04-12 19:33 自由出土文物
阅读(148)
评论(0)
推荐(0)
2021年3月8日
snap设置代理
摘要: snap不支持镜像,只能设置代理 安装 sudo apt install snapd 修改配置 sudo systemctl edit snapd [Service] Environment="http_proxy=socks://10.0.2.2:1080" Environment="https_
阅读全文
posted @ 2021-03-08 09:57 自由出土文物
阅读(575)
评论(0)
推荐(0)
2021年2月2日
debian 查看已经安装的内核
摘要: sudo dpkg -l | grep linux-image
阅读全文
posted @ 2021-02-02 09:04 自由出土文物
阅读(1046)
评论(0)
推荐(0)
2020年11月9日
manjaro安装配置
摘要: 下载的xfce,旧的air发光发热的时候 sudo pacman-mirrors -i -c China -m rank sudo pacman -Syyu 安装字体 sudo pacman -S ttf-roboto noto-fonts ttf-dejavu sudo pacman -S wqy
阅读全文
posted @ 2020-11-09 16:16 自由出土文物
阅读(146)
评论(0)
推荐(0)
2020年8月6日
debian安装wifi驱动
摘要: 在新本子上,没有有线网了,先装完 win32diskimager创建启动y盘,rufus不行 在别的电脑上访问 https://packages.debian.org/buster-backports/all/firmware-iwlwifi/download 解压 firmware-iwlwifi
阅读全文
posted @ 2020-08-06 20:46 自由出土文物
阅读(842)
评论(0)
推荐(0)
2020年4月19日
debian安装太慢解决
摘要: 安装的时候选择expert模式 设置好mirror, 比如 mirrors.tuna.tsinghua.edu.cn 不选security-updates
阅读全文
posted @ 2020-04-19 23:05 自由出土文物
阅读(2859)
评论(0)
推荐(0)
2020年3月29日
linux生成iso
摘要: genisoimage -r -J -joliet-long -o xxx.iso /xxxxx/xxxxxx
阅读全文
posted @ 2020-03-29 15:15 自由出土文物
阅读(222)
评论(0)
推荐(0)
2020年3月9日
退出移动硬盘之前的操作
摘要: 备忘 ps -aux | grep tumblerd | grep -v grep | awk '{print $2}' | xargs kill -9 或者 kill -9 $(pidof tumblerd)
阅读全文
posted @ 2020-03-09 23:50 自由出土文物
阅读(216)
评论(0)
推荐(0)
2020年1月6日
rk3288开发板,webview崩溃问题处理
摘要: 网上找了很多资料,不管用,贴上解决办法 build.gradle里面
阅读全文
posted @ 2020-01-06 18:24 自由出土文物
阅读(517)
评论(0)
推荐(0)
2019年9月13日
荔枝派zero从焊接到跑起linux
摘要: 步骤 焊接flash芯片,需要注意1号脚的位置,flash芯片在开发板背面,1号脚位置是靠近麦克风的那边 以下为编译相关步骤,参考连接,注意,下载的源码,选用spi flash模式 uboot 编译 下载linux内核源码 选中 编译 rootfs,以前弄过,直接用mkfs.jffs2生成文件系统了
阅读全文
posted @ 2019-09-13 07:00 自由出土文物
阅读(2887)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
45
下一页
公告