Recent posts

Awesome Apps and Tools

3 minute read

VIM vimrc is the ultimate Vim configuration (vimrc), the author is also the founder of Doist.

Reading Notes on BPF Performance Tools

116 minute read

Ch 1 Introduction Ch 2 Technology Background Ch 3 Performance Analysis Ch 4 BCC Ch 5 bpftrace Ch 6 CPUs Ch 7 Memory Ch 8 File Systems Ch 9...

Reading Notes on Systems Performance

102 minute read

Ch 1 Introduction Ch 2 Methodology Ch 3 Operating Systems Ch 4 Observability Tools Ch 5 Applications Ch 6 CPUs Ch 7 Memory Ch 8 File Systems...

Quick File Transfer with QR code

less than 1 minute read

From time to time, I need to transfer files from computer to my android phone, install apk for example, I can use the app store if the app can be found there...

Internet Connection Sharing with Armbian

3 minute read

I need to work while travelling in the following couple of months, so I need all my devices connected to the internet, N1 has a Ethernet port and wireless mo...

Enable pstore for kernel oops/panic dumping

1 minute read

Debugging devices without serial console is big challenge especially for kernel panic issues, pstore (persistent store) writes kernel messages before system ...