shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

246
active users

#linuxtips

0 posts0 participants0 posts today
OSTechNix<p>Fix Slow Linux Boot Issue and Speed Up Your Linux System in Less Than 5 Minutes <a href="https://floss.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://floss.social/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://floss.social/tags/linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxcommands</span></a> <a href="https://floss.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://floss.social/tags/troubleshooting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>troubleshooting</span></a> <br><a href="https://ostechnix.com/fix-slow-linux-boot-issues/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/fix-slow-linux-b</span><span class="invisible">oot-issues/</span></a></p>
Farooq | فاروق<p>A <a href="https://cr8r.gg/tags/reboot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reboot</span></a> is a solution to many tech problems. But if you are on <a href="https://cr8r.gg/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a>, did you know you need to reboot only if your kernel has changed? Otherwise you can do a "soft reboot" and get the same thing. You need to kill the init process and make it respawn. It varies from distro to distro but on <a href="https://cr8r.gg/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> ones, you can do <code>systemctl soft-reboot</code> and it'll do the job for you.</p><p>Also if you have problem with your graphical shell, you can simply restart your graphical stuff. Not even a soft reboot is needed. For instance if your display manager is lightdm like me, simply do <code>systemctl restart lightdm</code>. </p><p>I think this applies to other <a href="https://cr8r.gg/tags/unixlike" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unixlike</span></a> operating systems with the similar kernel and system architecture as Linux. Maybe <a href="https://cr8r.gg/tags/BSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BSD</span></a> people can share their experience?</p><p><a href="https://cr8r.gg/tags/techtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>techtips</span></a> <a href="https://cr8r.gg/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://cr8r.gg/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> <a href="https://cr8r.gg/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a> <a href="https://cr8r.gg/tags/operatingsystem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>operatingsystem</span></a> <a href="https://cr8r.gg/tags/freebsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freebsd</span></a> <a href="https://cr8r.gg/tags/openbsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openbsd</span></a> <a href="https://cr8r.gg/tags/unix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unix</span></a> <a href="https://cr8r.gg/tags/unixclone" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unixclone</span></a></p>
in_sympathy<p>If you’re running both Linux (like Kali or Ubuntu) and Windows on the same machine and notice that Windows displays the wrong time after booting into Linux, you’re not alone. </p><p>It kept bugging me for years tbh 🤣. </p><p>Solution is simple - just run the following command in your Linux terminal:</p><p>sudo timedatectl set-local-rtc 1 --adjust-system-clock</p><p>🔗 More details: <a href="https://itsfoss.com/wrong-time-dual-boot" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">itsfoss.com/wrong-time-dual-bo</span><span class="invisible">ot</span></a> </p><p><span class="h-card" translate="no"><a href="https://mastodon.social/@itsfoss" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>itsfoss</span></a></span> 👍🏻</p><p><a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/Windows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Windows</span></a> <a href="https://mastodon.social/tags/DualBoot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DualBoot</span></a> <a href="https://mastodon.social/tags/TimeFix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TimeFix</span></a> <a href="https://mastodon.social/tags/RTC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RTC</span></a> <a href="https://mastodon.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a></p>
OSTechNix<p>Bulk Text Replacement in Bash: Easy Step-by-Step Guide <a href="https://floss.social/tags/Bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bash</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxhowto</span></a> <br><a href="https://ostechnix.com/bulk-text-replacement-in-bash/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/bulk-text-replac</span><span class="invisible">ement-in-bash/</span></a></p>
Anisse<p>Did you know? On Linux you can observe the file descriptor positions using `/proc/&lt;pid&gt;/fdinfo/&lt;fd-number&gt;`<br><a href="https://man7.org/linux/man-pages/man5/proc_pid_fdinfo.5.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">man7.org/linux/man-pages/man5/</span><span class="invisible">proc_pid_fdinfo.5.html</span></a></p><p>You can use that to observe long-running file processing jobs' progress. But there are tools that format this properly; Debian (/Ubuntu) packages `progress` a tool that does just that:<br><a href="https://github.com/Xfennec/progress" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Xfennec/progress</span><span class="invisible"></span></a></p><p>It can snoop for coreutils processes, or just watch an arbitrary pid:</p><p>`progress --monitor --pid $(pidof -s lbzcat)`</p><p><a href="https://social.treehouse.systems/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a> <a href="https://social.treehouse.systems/tags/Debian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Debian</span></a></p>
Linux Guides<p>Jetzt online: Festplatten automatisch einhängen beim Systemstart - Linux Tutorial<br><a href="https://youtu.be/FToisMjU2LE" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/FToisMjU2LE</span><span class="invisible"></span></a><br><a href="https://mastodon.social/tags/linuxguides" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxguides</span></a> <a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/linuxskills" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxskills</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://mastodon.social/tags/linuxmint" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxmint</span></a></p>
Jonathan Kamens 86 47<p><a href="https://federate.social/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> that in <a href="https://federate.social/tags/GNOME" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNOME</span></a> you can hit the Super key or the Activities button to bring up desktop search, then type the name of any <a href="https://federate.social/tags/Unicode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Unicode</span></a> character or <a href="https://federate.social/tags/emoji" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emoji</span></a> to search for it, then select it to copy it into your clipboard.<br><a href="https://federate.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://federate.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a></p>
OSTechNix<p>How To Efficiently Search Linux Manual Pages with the man -k Command <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Manualpages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Manualpages</span></a> <a href="https://floss.social/tags/Manpage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Manpage</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxbasics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxbasics</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <br><a href="https://ostechnix.com/search-linux-manual-pages/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/search-linux-man</span><span class="invisible">ual-pages/</span></a></p>
OSTechNix<p>Today's Linux Tip: Adjust System Clock from Command line in Linux <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
OSTechNix<p>Today's Linux Tip: Quickly Find Recently Modified Files in Linux <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
OSTechNix<p>Today's Linux Tip: Redirect Output to a File in Linux <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
OSTechNix<p>Today's Linux Tip: Execute Commands on Multiple Files in Linux <a href="https://floss.social/tags/xargs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xargs</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a></p>
OSTechNix<p>Today's Linux Tip: View file contents without opening an editor <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a></p>
OSTechNix<p>Today's Linux Tip: Quickly Navigate to HOME Directory in Linux <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
OSTechNix<p>Today's Linux Tip: Redirect Errors to a File in Linux <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bash</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a></p>
Tuckers Nuts Resist! 🇺🇦 <p><span class="h-card" translate="no"><a href="https://mastodon.social/@thelinuxEXP" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>thelinuxEXP</span></a></span> <span class="h-card" translate="no"><a href="https://linuxmom.net/@vkc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vkc</span></a></span> <br>🥥 Eye'm indecisive, Nick, and haven't given my heart fully to any particular Linux distro even though Eye've been an amateur for Linux since 1998.<br>That's why it's fun for me to have a copy of Ventoy with a half dozen or so distro ISOs to boot from just to be able to change things up if Eye wish.<br>Also, Eye have been watching and enjoying YOUR Linux videos for years. 🥥<br><a href="https://mstdn.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a>, <a href="https://mstdn.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a>, <a href="https://mstdn.social/tags/TheLinuxExperiment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TheLinuxExperiment</span></a>, <a href="https://mstdn.social/tags/LinuxMom" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxMom</span></a>, <a href="https://mstdn.social/tags/NerdWormholes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NerdWormholes</span></a>, <a href="https://mstdn.social/tags/Ventoy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ventoy</span></a>, <a href="https://mstdn.social/tags/LinuxISO" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxISO</span></a></p>
LINUXexpert.org<p>Discover run0 for Linux, a passwordless command execution tool. Learn its similarities and differences with sudo, security analysis, installation, and usage for daily tasks and automation.</p><p><a href="https://linuxexpert.org/understanding-run0/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxexpert.org/understanding-</span><span class="invisible">run0/</span></a></p><p><a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/LinuxTools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTools</span></a> <a href="https://mastodon.social/tags/run0" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>run0</span></a> <a href="https://mastodon.social/tags/sudo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sudo</span></a> <a href="https://mastodon.social/tags/SystemAdministration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SystemAdministration</span></a> <a href="https://mastodon.social/tags/LinuxCommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxCommands</span></a> <a href="https://mastodon.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a> <a href="https://mastodon.social/tags/RootAccess" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RootAccess</span></a> <a href="https://mastodon.social/tags/PasswordlessCommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PasswordlessCommands</span></a> <a href="https://mastodon.social/tags/Automation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Automation</span></a> <a href="https://mastodon.social/tags/Security" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Security</span></a> <a href="https://mastodon.social/tags/LinuxTutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTutorial</span></a> <a href="https://mastodon.social/tags/TechTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechTips</span></a> <a href="https://mastodon.social/tags/AdminTools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminTools</span></a> <a href="https://mastodon.social/tags/ITSecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ITSecurity</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/LinuxLearning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxLearning</span></a> <a href="https://mastodon.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://mastodon.social/tags/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</span></a> <a href="https://mastodon.social/tags/LinuxCommunity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxCommunity</span></a></p>
nixCraft 🐧<p>🚀 Don't want to crack open your <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> machine? Find your RAM speed &amp; type (DDR3, DDR4, etc.) with a few simple commands or GUI tools! 💻</p><p>Check out this guide to level up your Linux knowledge: <a href="https://www.cyberciti.biz/faq/check-ram-speed-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">cyberciti.biz/faq/check-ram-sp</span><span class="invisible">eed-linux/</span></a> <a href="https://mastodon.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a> <a href="https://mastodon.social/tags/RAMUpgrade" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RAMUpgrade</span></a> <a href="https://mastodon.social/tags/TechHacks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechHacks</span></a></p>
OSTechNix<p>How To Test Your Microphone In Linux <a href="https://floss.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://floss.social/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://floss.social/tags/linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxcommands</span></a> <a href="https://floss.social/tags/microphone" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microphone</span></a> <a href="https://floss.social/tags/alsa" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>alsa</span></a> <a href="https://floss.social/tags/pulseaudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pulseaudio</span></a> <br><a href="https://ostechnix.com/test-microphone-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/test-microphone-</span><span class="invisible">linux/</span></a></p>
OSTechNix<p>How To Find When A Command Is Executed In Linux <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxbasics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxbasics</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxhowto</span></a> <a href="https://floss.social/tags/Commandline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Commandline</span></a> <a href="https://floss.social/tags/Linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxtips</span></a> <br><a href="https://ostechnix.com/find-when-a-command-is-executed-in-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/find-when-a-comm</span><span class="invisible">and-is-executed-in-linux/</span></a></p>