Linsy

Results 29 issues of Linsy

Lxc could provide great container management.

It seems that all the image, initramfs are written to the kernel partition, and the boot partition isn't used during booting, so why do we need to create one?

Here is a guide running windows applications on archlinux arm64 PC installed by [imagebuilder](https://github.com/linsyking/imagebuilder): https://github.com/linsyking/game-lxc-arm64 LXC works great. No problem with wayland and pulseaudio. I tested running a few games...

I used the script to build a chromebook_trogdor bookworm arm64 image. However, I got stuck in the first step: https://github.com/hexdump0815/imagebuilder/blob/main/scripts/create-fs-cache.sh ```bash wget https://ftp-master.debian.org/keys/release-12.asc -qO- | gpg --import --no-default-keyring --keyring ${DOWNLOAD_DIR}/debian-release-12.gpg...

Using the provided kernel, I found that the battery charge control threshold is not available. Is it possible to control the charging behaviors? ``` /sys/class/power_supply/sbs-12-000b/charge_control_start_threshold not available ```

I could compile and run the app, and I could switch the mode, but the surface is very unstable and is always twinkling. Besides, `compileSdk = 34` cannot compile due...

I cannot build my project after upgrading soupault to 5.0.0 or newer version. [ERROR] Could not save a cached object: .soupault-cache/site/blog/tag/SJTU.html/6041699cc5d0bfe11fd9e6c6507814da09f380907aa23d0524cd96ad0896ad48_3b799d02006a914199af25da741d4937507bcfd25e7b139c1fc0f52752a99a48: No such file or directory It works well with...

I found that Json.Encode is extremely slow when construction JSON objects. For example, `Encode.object` cannot create objects directly and needs to wrap and unwrap a lot of things. In my...