Recent posts

Control your Android devices with scrcpy

1 minute read

scrcpy is an open source project developed by Genymobile, it can be used to display and control of your android devices over adb connection. The following fe...

Android performance monitoring with bcc

4 minute read

Build kernel with bpf support In order to use bpf, kernel should be at least build with these options: +CONFIG_BPF=y +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_EVENTS...

Scheduling task with crontab

2 minute read

I think schduling a job with crontab should be easy for me, as I am a veteran linux user, the truth is I don’t know crontab, totally.

Kernel memory debugging techniques

7 minute read

Linux kernel has many memory related debug tools to help kernel developers find out memory related issues, these tools are included in upstream kernel: Ke...