diff options
-rw-r--r-- | core/bash.html | 12 | ||||
-rw-r--r-- | core/dash.html | 4 | ||||
-rw-r--r-- | core/tmux.html | 18 |
3 files changed, 17 insertions, 17 deletions
diff --git a/core/bash.html b/core/bash.html index 53b279d..0ea3ade 100644 --- a/core/bash.html +++ b/core/bash.html @@ -2,12 +2,12 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>4.2. Bash</title> + <title>2.4.2. Bash</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1 id="bash">4.2. Bash</h1> + <h1 id="bash">2.4.2. Bash</h1> <p>Just to be sure, setup bash as default login;<p> @@ -32,7 +32,7 @@ alias, editor.</dd> </dl> - <h2 id="profile">4.2.1. Profile</h2> + <h2 id="profile">2.4.2.1. Profile</h2> <p>Example of ~/.profile;</p> @@ -43,7 +43,7 @@ export SSH_AUTH_SOCK # enable gpg-agent for ssh </pre> - <h2 id="bashrc">4.2. Bash RC</h2> + <h2 id="bashrc">2.4.2.2. Bash RC</h2> <p>Example of ~/.bashrc;</p> @@ -106,7 +106,7 @@ fi </pre> - <h2 id="bash_profile">4.3. Bash profile</h2> + <h2 id="bash_profile">2.4.2.3. Bash profile</h2> <p>Example of ~/.bash_profile;</p> @@ -122,7 +122,7 @@ </pre> - <a href="index.html">Systools Index</a> + <a href="index.html">Core OS Index</a> <p> This is part of the c9-doc Manual. Copyright (C) 2016 diff --git a/core/dash.html b/core/dash.html index f5e50e9..e4eefc6 100644 --- a/core/dash.html +++ b/core/dash.html @@ -2,13 +2,13 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>4.1. Dash</title> + <title>2.4.1. Dash</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1>4.1. Dash</h1> + <h1>2.4.1. Dash</h1> <p>By default dash installed as /bin/sh, if not relink;</p> diff --git a/core/tmux.html b/core/tmux.html index a352925..58f223f 100644 --- a/core/tmux.html +++ b/core/tmux.html @@ -2,15 +2,15 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>6. Tmux</title> + <title>2.4.3. Tmux</title> </head> <body> - <a href="index.html">Systools Index</a> - <h1 id="tmux">6. Tmux</h1> + <a href="index.html">Core OS Index</a> + <h1 id="tmux">2.4.3. Tmux</h1> - <p>Install tmux, improves cli work efficiency;</p> + <p>Install tmux, improves cli work efficiency;</p> <pre> $ sudo prt-get depinst tmux @@ -79,9 +79,9 @@ key } swap pane </pre> - <h2 id="cpypst">6.1. Copy paste</h2> + <h2 id="cpypst">2.4.3.1. Copy paste</h2> - <p>This instructions are valid if tmux.conf file discribed + <p>This instructions are valid if tmux.conf file discribed in this document is used;</p> <pre> @@ -90,13 +90,13 @@ 3) move around using arrow keys to select region 4) when you reach end of region simply hit y to copy the region 5) now Control+b ] will paste the selection - </pre> + </pre> <p>Paste in X with xsel;</p> <pre> 6) update buffer of xsel using Control+b u - <pre> + </pre> <p>Copy from X with xsel;</p> @@ -106,7 +106,7 @@ <p>Before pasting on vim, set paste mode and then set nopaste.</p> - <a href="index.html">Systools Index</a> + <a href="index.html">Core OS Index</a> <p> This is part of the c9-doc Manual. Copyright (C) 2016 |