Linux https://notes.masterweb.sk/ sk network traffic https://notes.masterweb.sk/linux-man/network-traffic <span class="field field--name-title field--type-string field--label-hidden">network traffic</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">Pi, 09/06/2019 - 10:01</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><a href="https://www.binarytides.com/linux-commands-monitor-network/">https://www.binarytides.com/linux-commands-monitor-network/</a></p> <p><a href="https://www.cyberciti.biz/tips/keeping-a-log-of-daily-network-traffic-for-adsl-or-dedicated-remote-linux-box.html">https://www.cyberciti.biz/tips/keeping-a-log-of-daily-network-traffic-for-adsl-or-dedicated-remote-linux-box.html</a></p> <p><a href="https://superuser.com/questions/604998/monitor-tcp-traffic-on-specific-port">https://superuser.com/questions/604998/monitor-tcp-traffic-on-specific-port</a></p> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/1" hreflang="sk">Linux</a></li> <li><a href="/taxonomy/term/41" hreflang="sk">network</a></li> </ul> </div> Fri, 06 Sep 2019 08:01:07 +0000ROOT73 at https://notes.masterweb.sk tail https://notes.masterweb.sk/linux-man/tail <span class="field field--name-title field--type-string field--label-hidden">tail</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">Pi, 09/06/2019 - 09:55</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>watch or monitoring in real-time</p> <p><a href="https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/">https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/</a></p> <p>tail -f<br /> tailf<br /> multitail<br /> lnav<br /> less<br />  </p> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/38" hreflang="sk">tail</a></li> <li><a href="/taxonomy/term/1" hreflang="sk">Linux</a></li> <li><a href="/taxonomy/term/39" hreflang="sk">lnav</a></li> <li><a href="/taxonomy/term/40" hreflang="sk">less</a></li> </ul> </div> Fri, 06 Sep 2019 07:55:57 +0000ROOT72 at https://notes.masterweb.skhttps://notes.masterweb.sk/linux-man/tail#comments find https://notes.masterweb.sk/linux-man/find <span class="field field--name-title field--type-string field--label-hidden">find</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">Št, 08/29/2019 - 15:13</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><a href="https://www.linode.com/docs/tools-reference/tools/find-files-in-linux-using-the-command-line/">https://www.linode.com/docs/tools-reference/tools/find-files-in-linux-using-the-command-line/</a></p> <pre> <code>find /home/username/ -name "*.err"</code></pre> <p>find and remove older than <a href="https://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/">https://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/</a><br /> find /path/to/files* -mtime +5 -exec rm {} \;</p> <p>find . -name testfile.txt #Find a file called testfile.txt in current and sub-directories.</p> <p>find /home -name *.jpg #Find all .jpg files in the /home and sub-directories.</p> <p>find . -type f -empty #Find an empty file within the current directory.</p> <p>find /home -user exampleuser -mtime 7 -iname ".db" #Find all .db files (ignoring text case) modified in the last 7 days by a user named exampleuser.</p> <pre> <code>find /&lt;directory&gt; -newermt "-24 hours" -ls</code></pre> <pre> <code>find /&lt;directory&gt; -newermt "1 day ago" -ls</code> </pre> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/1" hreflang="sk">Linux</a></li> <li><a href="/taxonomy/term/33" hreflang="sk">find</a></li> </ul> </div> Thu, 29 Aug 2019 13:13:23 +0000ROOT69 at https://notes.masterweb.skhttps://notes.masterweb.sk/linux-man/find#comments Install and update CentOS 7 https://notes.masterweb.sk/node/1 <span property="schema:name" class="field field--name-title field--type-string field--label-hidden">Install and update CentOS 7</span> <span rel="schema:author" class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span property="schema:dateCreated" content="2018-12-12T20:14:52+00:00" class="field field--name-created field--type-created field--label-hidden">St, 12/12/2018 - 21:14</span> Wed, 12 Dec 2018 20:14:52 +0000ROOT1 at https://notes.masterweb.skhttps://notes.masterweb.sk/node/1#comments