@@ -8,97 +8,97 @@ Includes Linux concepts and utilities that work on Linux, not necessarily in the
8
8
9
9
Important files:
10
10
11
- - [ ubuntu/install.sh ] ( ubuntu/install.sh ) : Ubuntu install methods many programs.
12
- - [ utils.sh ] ( utils.sh ) : dump of many utils that fit in no other category or are not large enough to get their own file. Many POSIX utilities.
11
+ - [ ubuntu/install] ( ubuntu/install.sh ) : Ubuntu install methods many programs.
12
+ - [ utils] ( utils.sh ) : dump of many utils that fit in no other category or are not large enough to get their own file. Many POSIX utilities.
13
13
14
14
Documentation viewers:
15
15
16
- - [ man.sh ] ( man.sh )
17
- - [ info.sh ] ( info.sh )
16
+ - [ man] ( man.sh )
17
+ - [ info] ( info.sh )
18
18
19
19
Base standards:
20
20
21
- - [ linux.md ] ( linux.md ) : Linux, LSB.
22
- - [ posix.md ] ( posix.md ) : POSIX standards.
21
+ - [ Linux ] ( linux.md ) : Linux, LSB.
22
+ - [ POSIX ] ( posix.md )
23
23
24
24
Kernel related:
25
25
26
- - [ kernel/ ] ( kernel/ )
27
- - [ system-call/ ] ( system-call/ )
26
+ - [ Kernel ] ( kernel/ )
27
+ - [ System Call ] ( system-call/ )
28
28
29
29
Initialization:
30
30
31
- - [ install-os.md ] ( install-os.md ) : how to install a new OS.
32
- - [ boot.md ] ( boot.md )
33
- - [ init.md ] ( init.md ) : System V, Upstart.
31
+ - [ Install OS ] ( install-os.md ) : how to install a new OS.
32
+ - [ Boot ] ( boot.md )
33
+ - [ Init ] ( init.md ) : System V, Upstart.
34
34
35
35
Base topics:
36
36
37
- - [ desktop/ ] ( desktop/ ) : X, XDG, GNOME, KDE and related utilities.
38
- - [ filesystem.md ] ( filesystem.md ) : POSIX file permissions.
39
- - [ file- permissions.md ] ( file-permissions.md ) : filesystem, hard disks, mounting, partitions.
40
- - [ special- files.md ] ( special-files.md ) : ` proc ` , ` dev ` and ` sys ` filesystems.
41
- - [ terminal.md ] ( terminal.md ) : terminal emulators, ANSI escapes, control characters.
37
+ - [ Desktop ] ( desktop/ ) : X, XDG, GNOME, KDE and related utilities.
38
+ - [ Filesystem ] ( filesystem.md ) : POSIX file permissions.
39
+ - [ File permissions] ( file-permissions.md ) : filesystem, hard disks, mounting, partitions.
40
+ - [ Special files] ( special-files.md ) : ` proc ` , ` dev ` and ` sys ` filesystems.
41
+ - [ Terminal ] ( terminal.md ) : terminal emulators, ANSI escapes, control characters.
42
42
43
43
Media video, games, etc.) file types, viewers, editors, capture, synthesizers:
44
44
45
- - [ audio/ ] ( audio/ ) : audio, music, sound.
46
- - [ book.md ] ( book.md ) : PDF, DJVU.
47
- - [ compression.md ] ( compression.md ) : Zip, tar, gzip, 7z.
48
- - [ dict.md ] ( dict .md) : dictionary formats.
49
- - [ game.md ] ( game.md ) : games, emulation.
50
- - [ file- sharing.md ] ( files-sharing.md ) : Soulseek, Dropbox.
51
- - [ image/ ] ( image/ ) : images, photos.
52
- - [ markup ] ( markup/ ) : Markdown, RST. Focus on command line interface and extensions.
53
- - [ video.md ] ( video.md ) : videos, films, subtitles.
45
+ - [ Audio ] ( audio/ ) : audio, music, sound.
46
+ - [ Book ] ( book.md ) : PDF, DJVU.
47
+ - [ Compression ] ( compression.md ) : Zip, tar, gzip, 7z.
48
+ - [ Dictionary ] ( dictionary .md) : dictionary formats.
49
+ - [ Game ] ( game.md ) : games, emulation.
50
+ - [ File sharing] ( files-sharing.md ) : Soulseek, Dropbox.
51
+ - [ Image ] ( image/ ) : images, photos.
52
+ - [ Markup ] ( markup/ ) : Markdown, RST. Focus on command line interface and extensions.
53
+ - [ Video ] ( video.md ) : videos, films, subtitles.
54
54
55
55
Generic data formats:
56
56
57
- - [ json.md ] ( json.md )
58
- - [ unicode.md ] ( unicode.md )
59
- - [ xml/ ] ( xml/ )
57
+ - [ JSON ] ( json.md )
58
+ - [ Unicode ] ( unicode.md )
59
+ - [ XML ] ( xml/ )
60
60
61
61
File and directory related utilities:
62
62
63
- - [ du.md ] ( du.md )
64
- - [ fdupes.md ] ( fdupes.md )
65
- - [ find.md ] ( find.md )
66
- - [ locate.md ] ( locate.md )
67
- - [ ls.md ] ( ls.md )
68
- - [ tree.md ] ( tree.md )
63
+ - [ du] ( du.md )
64
+ - [ fdupes] ( fdupes.md )
65
+ - [ find] ( find.md )
66
+ - [ locate] ( locate.md )
67
+ - [ ls] ( ls.md )
68
+ - [ tree] ( tree.md )
69
69
70
70
Programming tools:
71
71
72
- - [ compile/ ] ( compile/ ) : compilation process, dynamic libraries.
73
- - [ ack.sh ] ( ack.sh )
72
+ - [ ack ] ( ack.sh )
73
+ - [ Compile ] ( compile/ ) : compilation process, dynamic libraries.
74
74
75
75
Process-related tools:
76
76
77
- - [ chroot.sh ] ( chroot.sh )
78
- - [ env.sh ] ( env.sh )
79
- - [ free.md ] ( env.md )
80
- - [ htop.md ] ( htop.md )
81
- - [ jobs.sh ] ( jobs.sh )
82
- - [ lsof.md ] ( lsof.md )
83
- - [ nice.sh ] ( nice.sh )
84
- - [ nohup.sh ] ( nohup.sh )
85
- - [ ps.md ] ( ps.md )
86
- - [ pstree.sh ] ( pstree.sh )
87
- - [ pwd.sh ] ( pwd.sh )
88
- - [ sleep.sh ] ( sleep.sh )
89
- - [ top.md ] ( top.md )
90
- - [ ulimit.md ] ( ulimit.md )
91
- - [ wait.sh ] ( wait.sh )
77
+ - [ chroot] ( chroot.sh )
78
+ - [ env] ( env.sh )
79
+ - [ free] ( env.md )
80
+ - [ htop] ( htop.md )
81
+ - [ jobs] ( jobs.sh )
82
+ - [ lsof] ( lsof.md )
83
+ - [ nice] ( nice.sh )
84
+ - [ nohup] ( nohup.sh )
85
+ - [ ps] ( ps.md )
86
+ - [ pstree] ( pstree.sh )
87
+ - [ pwd] ( pwd.sh )
88
+ - [ sleep] ( sleep.sh )
89
+ - [ top] ( top.md )
90
+ - [ ulimit] ( ulimit.md )
91
+ - [ wait] ( wait.sh )
92
92
93
93
Cryptography:
94
94
95
- - [ gpg.md ] ( gpg.md )
95
+ - [ GPG ] ( gpg.md )
96
96
97
97
Other tools:
98
98
99
- - [ eval.sh ] ( eval.sh )
99
+ - [ eval] ( eval.sh )
100
100
101
- [ virtual- machine.md/ ] ( virtual-machine/ ) : Vagrant, Docker.
101
+ [ Virtual machine] ( virtual-machine/ ) : Vagrant, Docker.
102
102
103
103
Related subjects in other repositories:
104
104
0 commit comments