• Stars
    star
    205
  • Rank 191,264 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

「Linuxのしくみ 増補改訂版」の実験コードです

linux-in-practice-2nd

「Linuxのしくみ 増補改訂版」の実験コードです

実験プログラム実行環境の作成

お手元のUbuntu 20.04環境で本書の実験プログラムを実行する際は、以下のコマンドを実行して必要パッケージのインストールおよびユーザ設定をしてください。

$ sudo apt update && sudo apt install binutils build-essential golang sysstat python3-matplotlib python3-pil fonts-takao fio qemu-kvm virt-manager libvirt-clients virtinst jq docker.io containerd libvirt-daemon-system
$ sudo adduser `id -un` libvirt
$ sudo adduser `id -un` libvirt-qemu
$ sudo adduser `id -un` kvm

More Repositories

1

linux-in-practice

C
403
star
2

elkdat

ELKDAT: easy linux kernel development and test tool
Perl
112
star
3

btrfs-thin-book

Btrfsの薄い本
104
star
4

linux-kernel-statistics

Shell
31
star
5

ld-hello

hello world written in GNU linker script
Makefile
13
star
6

stop-machine

stop machine temporarily
C
10
star
7

youtube-sample

The sample probrams of satoru-takeuchi's youtube
C
9
star
8

rook-helper

A simple Rook cluster constructor for testing
Shell
8
star
9

bash-builtin-example

C
5
star
10

test-linux-stable

tools for testing stable linux
Shell
4
star
11

gihyo-serialization-linux-in-practice

C
4
star
12

rook-demos

Shell
3
star
13

debugging-go-program-with-delve-samples

Go
3
star
14

kce21-sample

A manifests of sample Rook/Ceph cluster
Shell
3
star
15

osmpoi

An easy to use web based OpenStreetMap POI editor
JavaScript
3
star
16

kernelvm-hokuriku-part6

kernel/vm探検隊 北陸 part6で紹介した機能のソースコードです
C
2
star
17

hello-world-web-server

a web server which just returns "hello world"
Dockerfile
2
star
18

git-binignore

add binary executables and shared objects to .gitignore
Shell
2
star
19

optical-drive-panic

Fancy and thrilling game to save your system from panic
Shell
2
star
20

oss-dev-files

files for OSS development for example the case that mails with images are considered as SPAM
1
star
21

markdown-viewer

Go
1
star
22

the-first-code

Go
1
star
23

programming-language-awk

Awk
1
star
24

engineerhub-article-sample

Go
1
star
25

test

test
1
star
26

sched-behavior

Observe process scheduler's behavior
C
1
star
27

memalign

allocate aligned memory
1
star
28

kernelvm-online-part3-infinite-storage

Shell
1
star
29

tlpi_ans

answers of practices in The Linux Programming Interface
C
1
star
30

deepthought

HTML
1
star
31

inline-vs-macro

Compare the build time between inline function and macro
Shell
1
star
32

placemat-menu

configuration tool for placemat
Go
1
star
33

rook-test

Shell
1
star
34

simple-screencast

a screencast program written in simple bash script
Shell
1
star
35

livadevbox

Testing SynQuacer 96Boards BOX
1
star
36

sd-special-issue-low-layer-sample

C++
1
star
37

satcc

a c compiler
1
star