工作 Debug 日记
记录一些工作上遇到的,花的时间较多的 bug。大部分和 C++ 相关。
记录一些工作上遇到的,花的时间较多的 bug。大部分和 C++ 相关。
This the final project for course ECE 5725 Embedded Operating System at Cornell University (2023 Fall). Me and my team members build an intelligent 3D LED smart alarm clock with LED panels bought from Adafruit, 3D printed frameworks and specially designed software based on open source libraries.
V2Ray 核心使用的是 v2fly/v2ray-core: A platform for building proxies to bypass network restrictions. (github.com);
V2Ray 客户端使用的是 v2rayA/v2rayA: A web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel 🚀 (github.com);
购买境外节点使用的是 Portal Home - V2NET (v2ray.cx)
这篇文档和另一篇
WSL2搭建v2ray代理有重复
,后续会合并
本文介绍了在没有显示屏的情况下如何仅使用网线连接树莓派并查询树莓派的 IP 地址。该方法在很多博文中都有介绍,本文详细介绍了 Win11 系统下的操作流程,以及可能遇到的问题。
具体环境:Windows11,树莓派 4B,网线直连。
WSL2 下没法直接使用 Windows 中的 VPN,导致涉及到 GitHub 的操作经常失败,因此尝试在 WSL2 中搭建 v2Ray 代理。
V2Ray 核心使用的是 v2fly/v2ray-core: A platform for building proxies to bypass network restrictions. (github.com);
V2Ray 客户端使用的是 v2rayA/v2rayA: A web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel 🚀 (github.com);
购买境外节点使用的是 Portal Home - V2NET (v2ray.cx)
下面是详细流程:
This article explains how to configure a graphical interface for an Ubuntu system based on WSL2.
It uses xrdp as the daemon, which supports Microsoft’s Remote Desktop Protocol (RDP) and uses either Xvnc or xorgxrdp as its backend. The desktop environment used is xfce4, a lightweight desktop environment designed for Unix-like operating systems, capable of running under limited system resources.
本文讲解关于配置基于 WSL2 的 Ubuntu 系统的图形界面。
使用 xrdp 作为守护程序,它支持 Microsoft 的 Remote Desktop Protocol (RDP) 且使用 Xvnc 或 xorgxrdp 作为其后端。使用 xfce4 作为桌面环境,xfce 是一个轻量级的桌面环境,专为 Unix-like 的操作系统设计,能在有限的系统资源下运行。
我从2019年开始尝试搭建属于自己的博客平台,最开始是在博客园上创建了账号,体验还不错,不需要折腾,但是可定制性弱了些,后来了解到很火的 hexo
博客框架,于是使用 hexo
生成博客网页后在 github.io
发布。
但上 GitHub
有时会卡,于是考虑迁移到我自己用于做实验性项目的腾讯云服务器上。考虑到博客网站只需要展示静态资源,而且并发量肯定不大,用 Apache
和 NginX
都没问题,我自己选用了 Apache
,有关如何配置自己的云服务器相关的内容,请查看我的另一篇博客:我的云服务器配置
This blog introduce the detailed configuration of my cloud server, including customizing shell theme and vim theme. It also tell you how to run a apache http server and deploy your blog resource to the server.
记录一下我的电脑中常备的几款好用的小工具。包括键鼠功能增强类,截图贴图类,文件搜索以及快捷打开软件类,还有其他一些常用的效率类工具。