| 命令 | 说明 |
|---|---|
| addpart | 添加硬盘分区 |
| agetty | 在终端设备上启动登录提示并等待用户登录 |
| blkdiscard | 丢弃磁盘设备的区块 |
| blkid | 获取块设备的属性 |
| blkzone | 管理和查看分区式(zoned)块设备的 zone 信息 |
| blockdev | 从命令行对块设备调用 ioctl |
I recently used emsdk to build interpreters for languages like Python. Then I wrote an online code editor based on WebAssembly that supports languages such as Python, Lua, and Ruby. No backend is needed, the code runs directly in the browser. Therefore, apart from the initial loading of WASM resources, there are no other network delays, and the results are displayed almost instantly. It can generate shareable links, so now I include the link when posting code online, and clicking it shows the results.
Web Site:https://shift.js.org/
| 元素 | 描述 |
|---|---|
| html | 表示一个 HTML 文档的根(顶级元素),所以它也被称为根元素。所有其它元素必须是此元素的后代。 |
Windows 平台上配置文件路径如下:
- 用户安装:
%appdata%\Parsec\config.txt - 系统安装:
%ProgramData%\Parsec\config.txt
在配置文件中写入代理配置:
参考 配置 APT 的代理
最近遇到 APT 连不上 docker 源的问题,需要配置 APT 的代理。
创建 /etc/apt/apt.conf.d/50proxy.conf 文件,填入代理配置:
Acquire::http::Proxy "http://ADDRESS:PORT";
NewerOlder