Posts21-30
Milligram CSS: Custom build (with Node.js 18 on Alpine Linux 3.17)
Podman 4.3 on Artix Linux: Fix initialization issues
Summary
It is not so difficult to install Podman on Artix Linux, based on Arch Linux and systemd-free. It’s because pacman brings key packages:
... Readpodmanandqemu-baseof QEMU.Podman 4.3 on Artix Linux: Install
Podman 4.3 on Windows 10: Install
sudoedit (`sudo -e`) security flaw (CVE-2023-22809)
CVE vulnerabilities on Google Chrome prior to releases around on Dec. 2022
Rust WebAssembly (wasm) with Webpack on Arch Linux (Rust 1.66)
Summary
WebAssembly (wasm in abbreviation) is “a binary instruction format”. It works on “a stack-based virtual machine”. It is not manually written as code. Instead, it is compiled from various programming languages such as C (programming language), C++, Golang and Rust (rustlang). In addition, it is different in some ways from what assembly is originally.
... ReadFix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.17 (Rust 1.66)
Rust on Arch Linux: Getting started
PostgreSQL 14: Database migration with pg_dump
Summary
PostgreSQL offers native ways to export database as backup from existing server and import to restore it to another one.
... Read