Here we start use Xming as Gui on WSL. Configuration on WSLAdd this line to your .bashrc or .zshrc. export DISPLAY=:0 Install Xming on WindowsVisit Xming X Server for Windows...
About Account# switch to root sudo du # switch to other user su username # modify password passwd username # permanently delete user (include directory) userdel -r username c...
Here are some small features to improve my static blog when I build it on GitHub Pages using Hexo. Make Headings in Markdown Can Scroll to Top When ClickedThe static blog engi...
截至2019年3月,搬瓦工的openVZ架构VPS全部下线,最低价$49.99/yr的服务器也卖光了。在vultr上为公司搭建的Shadowsocks服务又导致IP经常被封(正值x会期间),实在折腾不起,所以转投GCP(Google Cloud Platform)。 GCP使用外币信用卡开通可享受含300美元赠金的12个月免费试用,系统会在您的免费...
配置 | config撤销与回滚 | undo and rollbackgit commit之前 | before git commitgit add之前 | before git add也就是撤销工作区的更改。 ➜ git:(develop) ✗ git status On branch develop Your branch is up to ...