freshLiver

@freshLiver

Joined on Nov 13, 2019

  • This note records some experiences of my open source software development. Environment Setup (Docker Container) Use the openSUSE tumbleweed as the development environment, because it has newest development packages. distrobox (docker) You might get error during installing the additional packages when using old distrobox version, make sure to use the latest distrobox: https://github.com/89luca89/distrobox/tree/main # create a env you can install latest dev packages (host) $ distrobox create --name box --image opensuse/tumbleweed
     Like  Bookmark
  • Hardware and OS Info $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 39 bits physical, 48 bits virtual CPU(s): 12 On-line CPU(s) list: 0-11 Thread(s) per core: 2 Core(s) per socket: 6
     Like  Bookmark