table of contents for readme.md
This commit is contained in:
parent
20554074c5
commit
c9de390f71
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,10 +1,10 @@
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
1. [Important-Linux-commands](#Important-Linux-commands)
|
1. [Important Linux commands](#important-linux-commands)
|
||||||
2. [getting some INFO about the system](#getting-some-INFO-about-the-system)
|
2. [getting some INFO about the system](#getting-some-info-about-the-system)
|
||||||
3. [cool programs you find on almost all linux](#cool-programs-you-find-on-almost-all-linux)
|
3. [cool programs you find on almost all linux](#cool-programs-you-find-on-almost-all-linux)
|
||||||
|
|
||||||
|
|
||||||
#Important-Linux-commands
|
# Important Linux commands
|
||||||
|
|
||||||
The commands which make life in cyberspace easier.
|
The commands which make life in cyberspace easier.
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ here the output of history gets piped into the program grep.
|
||||||
as the output of history gives one command per line, grep will filter out exactly the command in which the pattern "whatsoever" occur.
|
as the output of history gives one command per line, grep will filter out exactly the command in which the pattern "whatsoever" occur.
|
||||||
|
|
||||||
|
|
||||||
#getting-some-INFO-about-the-system
|
# getting some info about the system
|
||||||
|
|
||||||
|
|
||||||
## df
|
## df
|
||||||
|
@ -228,7 +228,7 @@ with
|
||||||
I ask systemctl to give me the status of the nginx daemon, running in the background of my (and actually all of my machines there is running one nginx daemon) machine.
|
I ask systemctl to give me the status of the nginx daemon, running in the background of my (and actually all of my machines there is running one nginx daemon) machine.
|
||||||
|
|
||||||
|
|
||||||
#cool-programs-you-find-on-almost-all-linux
|
# cool programs you find on almost all linux
|
||||||
|
|
||||||
|
|
||||||
## ssh
|
## ssh
|
||||||
|
|
Loading…
Reference in a new issue