qaqland
qaqland
test *2
> I was looking for this for a long time. However I found a way to use remote-ssh to a alpine vm recently. Following is what I did on the...
好家伙,我 C 语言就从你这里开始学 q(≧▽≦q)
Usually I use pc in home and work place, the internet in the work place is limited and monitored. So I also want one for my u disk XD
Any update here?
When comes to oftc.net, use `Commands` in User preferences instead of `Cerft` could get the same nickname. ``` /msg NickServ identify ```
I haven't try but some python libraries could be installed with alpine's `apk` https://pkgs.alpinelinux.org/package/v3.19/community/armv7/py3-josepy https://pkgs.alpinelinux.org/package/v3.19/main/armv7/py3-cffi
``` localhost:~$ code-cli --version code-cli 1.75.0 (commit e2816fe719a4026ffa1ee0189dc89bdfdbafb164) localhost:~$ uname -a Linux localhost 5.15.89-0-lts #1-Alpine SMP Thu, 19 Jan 2023 08:07:26 +0000 x86_64 Linux ``` VSCode now can use Remote...
> Unfortunately with the latest remote requirements (glibc >=2.28, libstdc++ >= 3.4.25) it seems these packages aren't enough to run the remote server. use 1.85.2 and disable auto update
not procps but [procps-ng](https://pkgs.alpinelinux.org/packages?name=procps-ng&branch=edge&repo=&arch=&maintainer=) ``` apk add procps-ng ``` update: vscode now has special alpine build and only needs `apk add bash curl git libstdc++ procps-ng`