101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

582
active users

#uniq

0 posts0 participants0 posts today
Markus Osterhoff<p>Der <a href="https://troet.cafe/tags/FPGA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FPGA</span></a> lief gut durch, ∃ Logdatei mit 29.385.185 Zeilen.</p><p>Die erste Spalte soll einfach nur hochzählen (wenn Zahlen fehlen = Fehler).</p><p>awk '{print $1-NR;}' tomotrg25.log | sort -n | uniq -c</p><p>… zieht von der Zahl in der ersten Spalte ($1) die Zeilennummer (NR = number of records) ab, dann wird sortiert, dann werden identische Zeilen zusammengefasst/gezählt.</p><p>Weil die Werte tatsächlich aufsteigend sind: $1-NR = const und diese Konstante kommt 29385185 mal vor 🥳</p><p><a href="https://troet.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://troet.cafe/tags/awk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awk</span></a> <a href="https://troet.cafe/tags/sort" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sort</span></a> <a href="https://troet.cafe/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://troet.cafe/tags/CLI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLI</span></a></p>
Unity :Friendica: ⁂Ich habe eine .txt (neu.txt) Datei, die unterschiedliche Begriffe beinhaltet. Das Problem ist, dass einige der Begriffe doppelt vorkommen. Wie also die Datei mit den doppelten Begriffen bereinigen? Lösung:<br><code>cat neu.txt | tr -s ' ' '\n' | sort | uniq | tr -s '\n' ' ' &gt; neu1.txt</code><br>Dies erstellt eine neue .txt (neu1.txt) mit bereinigten Inhalt. Ich liebe Linux einfach. 👍<br><a href="https://base.nospy.net/search?tag=Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://base.nospy.net/search?tag=cat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cat</span></a> <a href="https://base.nospy.net/search?tag=sort" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sort</span></a> <a href="https://base.nospy.net/search?tag=uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a>
Erzbet<p><a href="https://apobangpo.space/tags/KpopMonday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KpopMonday</span></a> theme: <a href="https://apobangpo.space/tags/MusicShowStages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicShowStages</span></a> </p><p>EOEO by UNIQ on Airirang's Simply Kpop<br><a href="https://www.youtube.com/watch?si=bf3gLIOHYpyn-9Jo&amp;v=JZUQG8ks-3U&amp;feature=youtu.be" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?si=bf3gLIOHY</span><span class="invisible">pyn-9Jo&amp;v=JZUQG8ks-3U&amp;feature=youtu.be</span></a></p><p><a href="https://apobangpo.space/tags/kpop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kpop</span></a> <a href="https://apobangpo.space/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://apobangpo.space/tags/3rdGen" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>3rdGen</span></a> <a href="https://apobangpo.space/tags/seungyoun" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>seungyoun</span></a> <a href="https://apobangpo.space/tags/woodz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>woodz</span></a> <a href="https://apobangpo.space/tags/yibo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yibo</span></a></p>
Michael Boelen<p>Wanted to search all unique <a href="https://mastodon.social/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a> commands that end with 'ctl'. Systemd has a great NEWS file that covers most of the new features and changes, so that was a perfect source to query. The obvious question then is how to do that?</p><p>Find all unique words in a file: <a href="https://linux-audit.com/data-processing/faq/how-to-find-all-unique-words-in-a-file/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linux-audit.com/data-processin</span><span class="invisible">g/faq/how-to-find-all-unique-words-in-a-file/</span></a></p><p><a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://mastodon.social/tags/sort" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sort</span></a> <a href="https://mastodon.social/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a></p>
9579cfc2-3e7d-35c7-af3b-cddda26f71bd<p>oh yea i made ripuniq 1.1.0</p><p>it's now around 15x faster than sort -u instead of 5x.</p><p>it's also *even smaller* now.</p><p>also you can use null-delimited lines for some obscure usecases.</p><p><a href="https://crates.io/crates/ripuniq" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">crates.io/crates/ripuniq</span><span class="invisible"></span></a></p><p><a href="https://glaceon.social/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <a href="https://glaceon.social/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://glaceon.social/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://glaceon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a></p>
DeaDSouL :fedora:<p><a href="https://fosstodon.org/tags/parsing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>parsing</span></a> <a href="https://fosstodon.org/tags/tools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tools</span></a> </p><p><a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://fosstodon.org/tags/parse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>parse</span></a> <a href="https://fosstodon.org/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://fosstodon.org/tags/ngrep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ngrep</span></a> <a href="https://fosstodon.org/tags/awk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awk</span></a> <a href="https://fosstodon.org/tags/cut" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cut</span></a> <a href="https://fosstodon.org/tags/sed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sed</span></a> <a href="https://fosstodon.org/tags/cli" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cli</span></a> <a href="https://fosstodon.org/tags/sort" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sort</span></a> <a href="https://fosstodon.org/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://fosstodon.org/tags/diff" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>diff</span></a> <a href="https://fosstodon.org/tags/clitools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clitools</span></a> <a href="https://fosstodon.org/tags/cmd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cmd</span></a> <a href="https://fosstodon.org/tags/unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unix</span></a> <a href="https://fosstodon.org/tags/freebsd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freebsd</span></a> <a href="https://fosstodon.org/tags/GNULinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNULinux</span></a> <a href="https://fosstodon.org/tags/GNU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNU</span></a> <a href="https://fosstodon.org/tags/Log" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Log</span></a> <a href="https://fosstodon.org/tags/logs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>logs</span></a> <a href="https://fosstodon.org/tags/CheatSheet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CheatSheet</span></a></p>
OSTechNix<p>The Uniq Command Tutorial With Examples For Beginners <a href="https://floss.social/tags/Uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Uniq</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxhowto</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <br><a href="https://ostechnix.com/uniq-command-tutorial-examples-beginners/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/uniq-command-tut</span><span class="invisible">orial-examples-beginners/</span></a></p>
abionic<p>Linux Shell guide (to using awk, grep, sed, sort, uniq, head, history) to get most used Commands</p><p><a href="https://youtu.be/4LIrOZKVOps" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/4LIrOZKVOps</span><span class="invisible"></span></a></p><p><a href="https://qoto.org/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://qoto.org/tags/shellscripting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shellscripting</span></a> <a href="https://qoto.org/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://qoto.org/tags/shell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shell</span></a> <a href="https://qoto.org/tags/awk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awk</span></a> <a href="https://qoto.org/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://qoto.org/tags/sed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sed</span></a> <a href="https://qoto.org/tags/sort" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sort</span></a> <a href="https://qoto.org/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://qoto.org/tags/tail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tail</span></a> <a href="https://qoto.org/tags/history" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>history</span></a> <a href="https://qoto.org/tags/gnu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnu</span></a> <a href="https://qoto.org/tags/tutorial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tutorial</span></a> <a href="https://qoto.org/tags/tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tech</span></a> <a href="https://qoto.org/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://qoto.org/tags/zsh_history" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh_history</span></a></p>
DansLeRuSH ᴱᶰ<p>« October 2020 Top 10 <a href="https://fosstodon.org/tags/Sysadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Sysadmin</span></a> <a href="https://fosstodon.org/tags/HowTo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HowTo</span></a> and tutorials » by <a href="https://fosstodon.org/tags/RedHat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RedHat</span></a></p><p>- Join a <a href="https://fosstodon.org/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> system to an <a href="https://fosstodon.org/tags/ActiveDirectory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ActiveDirectory</span></a> domain<br>- <a href="https://fosstodon.org/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> basics for SysAdmins<br>- Top 5 <a href="https://fosstodon.org/tags/Vim" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vim</span></a> plugins for SysAdmins<br>- 8 ways to protect <a href="https://fosstodon.org/tags/SSH" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SSH</span></a> access on your system<br>- Understanding YAML for <a href="https://fosstodon.org/tags/Ansible" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ansible</span></a><br>- <a href="https://fosstodon.org/tags/YAML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YAML</span></a> for beginners<br>- Use the <a href="https://fosstodon.org/tags/uniq" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uniq</span></a> <a href="https://fosstodon.org/tags/command" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>command</span></a> to process lists in Linux<br>- Customize Linux user environments<br>- Using Ansible to interact with <a href="https://fosstodon.org/tags/Web" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Web</span></a> <a href="https://fosstodon.org/tags/Endpoint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Endpoint</span></a>(s)<br>- Deconstructing an Ansible playbook</p><p>/&gt; <a href="https://www.redhat.com/sysadmin/october-2020-recap" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">redhat.com/sysadmin/october-20</span><span class="invisible">20-recap</span></a></p>