Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- 对于使用中文软件的Linux用户来说WINE基本没什么用, 中文显示目前来说就是一大难题. 如果你的电脑够 …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Century Link is a very bad one! The speed is slow. Service people are irresponsible. I have problem to use SSH and NX services.
Time Warner is not …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Run the following command in an command window with administrator privileges to install WSL 2.
wsl --install
Run the following command to check the version of WSL.
wsl -l …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List all tables.
.\osqueryi .tables
Check the schema of a table (e.g., "process").
.\osqueryi ".schema processes"
.\osqueryi.exe "select * from system_info"
Please refer to Manage …