Command Palette
Search for a command to run...
More from this blog
ForwardDomain.net has been acquired
I’m excited to announce that forwarddomain.net has been acquired. The hosting service and its project will remain free and open source. It’s just that I’m no longer owning the project. Forward Domain has been this little sister project of a larger pa...

How to Fix File Dialog in COSMIC
Pop!_OS just released it’s new and stable COSMIC DE, and better yet, it came with ARM image! I can’t help myself but straight away wiping my linux disk into a brand new Pop!_OS. And everything went smooth! Except it came with broken open file dialog,...
Update LLVM from 18 to 21 In Ubuntu 24
Here’s I do it, first install the llvm 21: wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh 21 Then install all LLVM tools sudo apt install llvm-21* clang-21* lld-21* lldb-21* Then install the alternatives (see the script) wget htt...
Podman Issue with tar in Pop-OS! 22
I got a problem with tar inside podman The problem podman run -v $HOME:/mnt:Z -it --rm debian:trixie bash root@9d22f8d85816:/# cd /mnt/Documents/ root@9d22f8d85816:/mnt/Documents# apt update root@9d22f8d85816:/mnt/Documents# apt install wget root@9d2...
Writing a brand-new OS is almost impossible by now
A few months ago, I was wondering how an OS works, and instead of trying a new one from scratch, I decided to jump in on the existing one, which is Redox OS, to be exact. Redox OS is an OS that embraces microkernels and Rust as its base language, whi...
