timerring

Docker With GPU

March 18, 2025 · 3 min read · Page View:
Tutorial
Docker | GPU

This post is to introduce how to use gpu in docker, which also covers the basic usage of gpu on the host machine.

...


Stochastic Processes

March 15, 2025 · 20 min read · Page View:
Tutorial
Math | Random Process

Compared to deterministic model, which is specified by a set of equations that describe exactly how the system will evolve over time. In a stochastic model, the evolution is at least partially random and if the process is run several times, it will not give identical results.

...


Further Understanding of Proc

February 1, 2025 · 3 min read · Page View:
Tutorial
Linux

The /proc in Linux is a kind of Pseudo file system (also known as Virtual File System), what it saves is a series of special files that store the current running state of the kernel, and the user can check the hardware info and the runnning processes via the files, even adjust some files to change the state of running kernel. The files in /proc will be refresh in RAM, so the files’ size is 0 bytes.

...