VirtualBox 安装 MacOS 问题排查汇总 作者: LiesAuer 时间: 2021-10-18 分类: 默认分类 评论 ## 安装或启动卡在`[EB|#LOG: EXITBS:START]` 1. `VBoxManage modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K"` 2. 更新VirtualBox至最新版 ## 无法进入`recovery` 1. ~~`sudo nvram recovery-boot-mode=unused && sudo shutdown -r now`~~(执行后无限重启,进入`BIOS`后啥也没做又能进去了,吓死) 2. ~~启动后按`Esc`进入系统自带的`recovery`分区~~(没找到`boot文件`) 3. 使用别人制作好的`recovery`镜像并挂载使用其启动(网上就很容易找到) - 阅读剩余部分 -
使用 v2rayN + SSTap 对 Win10 + WSL2 进行超简单易用的科学上网设置 作者: LiesAuer 时间: 2021-10-12 分类: 开发 3 条评论 # 必需前提 1. 可用节点代理 2. 任意有`socks5协议`代理功能的代理软件(本文使用`v2rayN V4.20`做示例) 3. 任意有`TAP模式`的代理软件(本文使用`SSTap V1.0.9.7`做示例) ## v2rayN设置 - 阅读剩余部分 -
解决Android Studio启动提示空白的Start Failed的问题 作者: LiesAuer 时间: 2021-08-17 分类: 开发 评论 最近买了一只OPPO Watch 2,然后想安装一下Android Studio玩一玩,安装完后打开发现报了个Start Failed的错误,而且具体的报错信息是空的,如下图。  这时候请到万能的百度,查出来的解决方法几乎这样的: 1. 打开Android Studio安装目录 2. 编辑`idea.properties`文件 3. 添加`disable.android.first.run=true`配置 4. 保存重启Android Studio 但是很遗憾,这个解决方法应该是用来解决连不上`Google`而启动报错的问题,但是我几乎是全程挂着梯子的,所以和这个问题无关,因此这个解决方案也应该无效的(验证过确实无效)。 既然度娘不行,我又用Bing搜了一下,正好搜到一篇文章,里面的问题和我类似,都是空白提示- 阅读剩余部分 -
戳中自己挺多点的鸡汤 作者: LiesAuer 时间: 2021-08-02 分类: 日常 4 条评论 # Reference [《TWENTY FIVE》 from Randall Degges blog](https://www.rdegges.com/2013/twenty-five/) ## Be Understanding Every single person is different in some way. Each person was born into some circumstances out of their control, and their life experiences shaped them into who they are. This means that no matter how you see the world – what you think is right, what you think is wrong, what you like, what you don’t like – other people will see things differently, and there’s no changing that. Given that everyone lives in their own little world, you should be understanding and compassionate towards others. If someone does something rude to you, don’t feel offended – just realize that each person is who they are, and try to accept them the way they are. There’s no point in trying to change people or convince them to act a certain way. If people want to change, they’ll do it of their own accord. So be understanding. ## Don’t Waste Your Time On People You Don’t Like - 阅读剩余部分 -