Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 13, 2016
1 parent e31978a commit d756a57
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ <h1>rm -rf /</h1>
</div>

<h1>
<a id="screen-to-open-serial-connection" class="anchor" href="#screen-to-open-serial-connection" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Screen to open serial connection</h1>

<h5>
<a id="apr-13-2016" class="anchor" href="#apr-13-2016" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>(Apr 13, 2016)</h5>

<h6>
<a id="linux" class="anchor" href="#linux" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>

<div class="highlight highlight-source-shell"><pre>screen /dev/ttyUSB0 9600</pre></div>

<hr>

<h1>
<a id="keep-processes-running-beyond-jenkins-job" class="anchor" href="#keep-processes-running-beyond-jenkins-job" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Keep processes running beyond Jenkins job</h1>

<h5>
Expand Down Expand Up @@ -75,7 +88,7 @@ <h5>
<a id="apr-04-2016" class="anchor" href="#apr-04-2016" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>(Apr 04, 2016)</h5>

<h6>
<a id="linux" class="anchor" href="#linux" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>
<a id="linux-1" class="anchor" href="#linux-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>

<div class="highlight highlight-source-shell"><pre>setxkbmap -option ctrl:nocaps</pre></div>

Expand Down Expand Up @@ -114,7 +127,7 @@ <h5>
<a id="aug-26-2015" class="anchor" href="#aug-26-2015" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>(Aug 26, 2015)</h5>

<h6>
<a id="linux-1" class="anchor" href="#linux-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>
<a id="linux-2" class="anchor" href="#linux-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>

<div class="highlight highlight-source-shell"><pre>$ cat /proc/<span class="pl-smi">${PID}</span>/environ</pre></div>

Expand Down Expand Up @@ -215,7 +228,7 @@ <h5>
<a id="dec-4-2014" class="anchor" href="#dec-4-2014" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>(Dec 4, 2014)</h5>

<h6>
<a id="linux-2" class="anchor" href="#linux-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>
<a id="linux-3" class="anchor" href="#linux-3" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h6>

<div class="highlight highlight-source-shell"><pre>find /var/log/ -name <span class="pl-s"><span class="pl-pds">"</span>*log<span class="pl-pds">"</span></span> -type f -follow <span class="pl-k">|</span> xargs tail -n 0 -f <span class="pl-k">|</span> grep -v <span class="pl-s"><span class="pl-pds">'</span>^$<span class="pl-pds">'</span></span></pre></div>

Expand Down
Loading

0 comments on commit d756a57

Please sign in to comment.