mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

818
active users

#linuxtips

0 posts0 participants0 posts today
Henry Fisher<p><strong>Finally! True Privacy in a Laptop: NovaCustom Review</strong></p> <p><a href="https://neat.tube/w/3hydHWa6S3vuF7crabneMm" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">neat.tube/w/3hydHWa6S3vuF7crab</span><span class="invisible">neMm</span></a></p>
Baa<p><span>Save time and energy managing your Ubuntu software by preinstalling it<br></span><code>sudo apt install * -y</code><span><br></span><a href="https://mk.absturztau.be/tags/ubuntu" rel="nofollow noopener noreferrer" target="_blank">#ubuntu</a> <a href="https://mk.absturztau.be/tags/linuxtips" rel="nofollow noopener noreferrer" target="_blank">#linuxtips</a></p>
Abdullah<p>🖥️ Understanding the Linux File System 🐧</p><p>If you're diving into the world of Linux, one of the most important concepts to understand is the Linux File System (LFS). The way Linux organizes and manages data on a disk is essential for navigating, managing files, and running your system smoothly. So let’s break down how the Linux File System works, its structure, and the key components! 🚀</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/LinuxFileSystem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxFileSystem</span></a> <a href="https://mastodon.social/tags/TechExplained" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechExplained</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/SystemAdministration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SystemAdministration</span></a> <a href="https://mastodon.social/tags/TechLearning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechLearning</span></a></p>
Joseph Zikusooka (ZIK)<p>💡On a Linux system, use the "nohup" utility to execute one-time commands or scripts that can run later, even after you log out of your terminal session <span class="h-card" translate="no"><a href="https://fosstodon.org/@opensuse" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>opensuse</span></a></span> <br><span class="h-card" translate="no"><a href="https://fosstodon.org/@fedora" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fedora</span></a></span> <span class="h-card" translate="no"><a href="https://framapiaf.org/@debian" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>debian</span></a></span> </p><p>Example: To schedule a one-time script to run 15 minutes after you disconnect from the terminal:</p><p>nohup bash -c "(sleep 900 &amp;&amp; ./myscript.sh)" &amp;</p><p><a href="https://mastodon.social/tags/ZikTIPS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ZikTIPS</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/techtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>techtips</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/Fedora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fedora</span></a> <a href="https://mastodon.social/tags/OpenSUSE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSUSE</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/Opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Opensource</span></a></p>
Joseph Zikusooka (ZIK)<p>💡 Use the following Linux command to create a file with a specific access and modification timestamp <span class="h-card" translate="no"><a href="https://fosstodon.org/@fedora" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fedora</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@opensuse" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>opensuse</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@archlinux" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>archlinux</span></a></span> </p><p>touch -t [FILE] </p><p>e.g. For a file named mytalk.txt March 10, 2025 at 9AM:</p><p>touch -t 202503100900 mytalk.txt</p><p>To verify:<br>stat -c "%x%y" mytalk.txt.</p><p><a href="https://mastodon.social/tags/ZikTIPs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ZikTIPs</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/LinuxTechTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTechTips</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/Opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Opensource</span></a></p>
Winbuzzer<p>TIP: How to Find the Process for a Window on Windows, macOS, Linux <a href="https://mastodon.social/tags/Windows11" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Windows11</span></a> <a href="https://mastodon.social/tags/WindowsTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WindowsTips</span></a> <a href="https://mastodon.social/tags/MacOSTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MacOSTips</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/TaskManager" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TaskManager</span></a> <a href="https://mastodon.social/tags/ProcessExplorer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProcessExplorer</span></a> <a href="https://mastodon.social/tags/CMD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CMD</span></a> <a href="https://mastodon.social/tags/Xcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Xcode</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/ResourceMonitor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ResourceMonitor</span></a> <a href="https://mastodon.social/tags/Admins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Admins</span></a> <a href="https://mastodon.social/tags/Debugging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Debugging</span></a> </p><p><a href="https://winbuzzer.com/2025/01/12/how-to-find-the-process-for-a-window-on-windows-macos-linux-xcxwbt/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">winbuzzer.com/2025/01/12/how-t</span><span class="invisible">o-find-the-process-for-a-window-on-windows-macos-linux-xcxwbt/</span></a></p>
News Feed India<p>Unlocking the Power of openSUSE: A Comprehensive Guide for New Users in 2025<br><a href="https://techrefreshing.com/unlocking-the-power-of-opensuse-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">techrefreshing.com/unlocking-t</span><span class="invisible">he-power-of-opensuse-linux/</span></a><br><a href="https://mastodon.social/tags/UnlockingThePowerOfopenSUSE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnlockingThePowerOfopenSUSE</span></a> <a href="https://mastodon.social/tags/openSUSEGuide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openSUSEGuide</span></a> <a href="https://mastodon.social/tags/LinuxForBeginners" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxForBeginners</span></a> <a href="https://mastodon.social/tags/openSUSELeap" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openSUSELeap</span></a> <a href="https://mastodon.social/tags/openSUSETumbleweed" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openSUSETumbleweed</span></a> <a href="https://mastodon.social/tags/YaSTConfiguration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>YaSTConfiguration</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/openSUSEFeatures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openSUSEFeatures</span></a> <a href="https://mastodon.social/tags/LinuxCustomization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxCustomization</span></a> <a href="https://mastodon.social/tags/LearnLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnLinux</span></a></p>
Lanie Carmelo<p><a href="https://caneandable.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> owners, how do you back up your <a href="https://caneandable.social/tags/RPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RPi</span></a>?<br>I don’t have an extra hard drive, so I need to back up to <a href="https://caneandable.social/tags/GoogleDrive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleDrive</span></a>. I’ve installed <a href="https://caneandable.social/tags/Rclone" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rclone</span></a> and tried creating a <a href="https://caneandable.social/tags/BASH" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASH</span></a> script, but I’m struggling with it.<br>If you’ve set up something similar or have recommendations for an efficient backup workflow, I’d love to hear them! Bonus points if you know any good courses or resources to improve my scripting skills.<br><a href="https://caneandable.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://caneandable.social/tags/Tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tech</span></a> <a href="https://caneandable.social/tags/SelfHosted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosted</span></a> <a href="https://caneandable.social/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a> <a href="https://caneandable.social/tags/RaspberryPiBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPiBackup</span></a> <a href="https://caneandable.social/tags/RaspberryPi500" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi500</span></a> <a href="https://caneandable.social/tags/RaspberryPiProjects" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPiProjects</span></a> <a href="https://caneandable.social/tags/RPiBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RPiBackup</span></a> <a href="https://caneandable.social/tags/RaspberryPiOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPiOS</span></a> <a href="https://caneandable.social/tags/RPiProjects" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RPiProjects</span></a> <a href="https://caneandable.social/tags/LinuxBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxBackup</span></a> <a href="https://caneandable.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a> <a href="https://caneandable.social/tags/LinuxCommunity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxCommunity</span></a> <a href="https://caneandable.social/tags/TechSupport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechSupport</span></a> <a href="https://caneandable.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://caneandable.social/tags/DataBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DataBackup</span></a> <a href="https://caneandable.social/tags/CloudBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CloudBackup</span></a> <a href="https://caneandable.social/tags/GoogleDriveBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleDriveBackup</span></a> <a href="https://caneandable.social/tags/CloudStorage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CloudStorage</span></a> <a href="https://caneandable.social/tags/FileBackup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FileBackup</span></a> <a href="https://caneandable.social/tags/Rclone" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rclone</span></a> <a href="https://caneandable.social/tags/BASHScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASHScript</span></a> <a href="https://caneandable.social/tags/ShellScripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ShellScripting</span></a> <a href="https://caneandable.social/tags/ProgrammingHelp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProgrammingHelp</span></a> <a href="https://caneandable.social/tags/CodeNewbie" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeNewbie</span></a> <a href="https://caneandable.social/tags/LearnToCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnToCode</span></a> <a href="https://caneandable.social/tags/TechSolutions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechSolutions</span></a> <a href="https://caneandable.social/tags/Automation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Automation</span></a> <a href="https://caneandable.social/tags/techhacks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>techhacks</span></a> <span class="h-card" translate="no"><a href="https://a.gup.pe/u/linux" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>linux</span></a></span> <span class="h-card" translate="no"><a href="https://lemmy.ml/c/selfhost" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>selfhost</span></a></span> <span class="h-card" translate="no"><a href="https://a.gup.pe/u/selfhosting" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>selfhosting</span></a></span> <span class="h-card" translate="no"><a href="https://lemmy.world/c/selfhosted" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>selfhosted</span></a></span></p>
Anisse<p>TIL: you can use <code>systemd-inhibit &lt;command&gt;</code> to keep you laptop's system on and screen unlocked for the duration of the command.</p><p><a href="https://social.treehouse.systems/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> <a href="https://social.treehouse.systems/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://social.treehouse.systems/tags/ScreenSaver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ScreenSaver</span></a> <a href="https://social.treehouse.systems/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a></p>
ajaxStardust<p><a href="https://social.vivaldi.net/tags/FIND" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FIND</span></a> <a href="https://social.vivaldi.net/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://social.vivaldi.net/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> </p><p>Where is the <a href="https://social.vivaldi.net/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> file in my <a href="https://social.vivaldi.net/tags/home" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>home</span></a> directory??</p><p> `find . -path "./." -prune -o -type f -iname ".html"`</p><p>oh. okay!</p><p>Aww. but I need it to be sorted by something maybe. Hmm.</p><p> `find . -path "./.`✴️`" -prune -o -type f -iname "`✴️`\.html" -printf "%T@ %Tc %p\n" | sort -n`</p><p>Oh! Hey! That's ***excellent***! </p><p>paths and iname need to have the asterisk in there. <br>✴️ for demonstration</p>
Ahmed Mansour<p>💻✨ Why Linux doesn’t need cache clearing!<br>Unlike Windows, Linux manages RAM and cache dynamically, using all available memory for performance while freeing it automatically when apps need it. 🐧<br>Manually clearing the cache? Rarely needed, and it might slow things down instead of speeding them up!</p><p><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/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/Fedora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fedora</span></a></p>
Ubuntu Shell<p>How to Find Files Containing a Specific Text (String) on Linux<br><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/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</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/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a><br><a href="https://ubuntushell.com/find-files-containing-a-specific-string-on-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ubuntushell.com/find-files-con</span><span class="invisible">taining-a-specific-string-on-linux/</span></a></p>
Linux TLDR<p>Solution for raw.githubusercontent.com PORT 443: Connection refused<br><a href="https://noc.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://noc.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> <a href="https://noc.social/tags/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</span></a> <a href="https://noc.social/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a><br><a href="https://linuxtldr.com/failed-connect-raw-githubusercontent-com-port-443/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxtldr.com/failed-connect-r</span><span class="invisible">aw-githubusercontent-com-port-443/</span></a></p>
bia 🇧🇷 🇦🇷<p>Fala galerinha!</p><p>Deixando aqui o lembrete que o <a href="https://hachyderm.io/tags/GoEssentials" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoEssentials</span></a> é um treinamento gratuito de Go pra quem está aprendendo a programar, disponível na <a href="https://hachyderm.io/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a>, junto com outros treinamentos pra quem quer aprender uma linguagem ou tecnologia nova: <a href="https://linuxtips.io/treinamentos-essentials" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxtips.io/treinamentos-esse</span><span class="invisible">ntials</span></a>.</p>
Steven Sanderson<p>📦 Packages, repositories, and dependencies—oh my! If you’re a beginner, this guide breaks down Linux package management step by step. Learn how to keep your system updated and organized! 🛠️</p><p>Read more: <a href="https://www.spsanderson.com/steveondata/posts/2024-12-06/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">spsanderson.com/steveondata/po</span><span class="invisible">sts/2024-12-06/</span></a></p><p><a href="https://rstats.me/tags/Blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blog</span></a> <a href="https://rstats.me/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://rstats.me/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a> <a href="https://rstats.me/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</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<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>
Qirolab<p>Supercharge your Linux experience? 🚀 Check out our guide on how to grant passwordless sudo access for specific commands. It's easier than you think!</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/Sudo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sudo</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/linuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxTips</span></a> <a href="https://mastodon.social/tags/Ubuntu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ubuntu</span></a> <a href="https://mastodon.social/tags/DeveloperTools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeveloperTools</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/100DaysOfCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>100DaysOfCode</span></a> <a href="https://mastodon.social/tags/js" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>js</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/freeCodeCamp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeCodeCamp</span></a> <a href="https://mastodon.social/tags/CodeNewbies" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeNewbies</span></a></p><p>👉 <a href="https://qirolab.com/posts/how-to-grant-passwordless-sudo-for-specific-commands-on-linux" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">qirolab.com/posts/how-to-grant</span><span class="invisible">-passwordless-sudo-for-specific-commands-on-linux</span></a></p>
Bèr Kessels 🐝 🚐 🏄 🌱<p>My quick shell functions to print or copy a password from Bitwarden on the CLI</p><p>## Copy a BitWarden password to the clipboard<br>bwc() {<br> bwp $1 | xclip<br>}<br>## Print a BitWarden password to the terminal<br>bwp() {<br> bw list items --search $1 | jq -r '. | first | .login.password'<br>}</p><p>It searches for an entry, picks the first (!) and prints or copies that. Using Bitwarden CLI.</p><p>Use as e.g. `export GH_AUTH_TOKEN=$(bwp github.com)`<br>Or as `bwc ssh.pam.example.com`</p><p><a href="https://mastodon.nl/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a> <a href="https://mastodon.nl/tags/cli" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cli</span></a> <a href="https://mastodon.nl/tags/passwords" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>passwords</span></a> <a href="https://mastodon.nl/tags/bitwarden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bitwarden</span></a></p>
nemo™ 🇺🇦<p>Discover Wayfarer, a modern screen recorder for GNOME, Wayland, and Pipewire 📹🖥️</p><p>Supports MKV, MP4, WebM with Opus/MP3 audio<br>Multi-monitor and full-screen recording User-friendly interface with timer and delay options<br>Built with Gtk 4, Vala, and Gstreamer</p><p>Check it out: 🔗 <a href="https://github.com/stronnag/wayfarer" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/stronnag/wayfarer</span><span class="invisible"></span></a> <a href="https://mas.to/tags/ScreenRecorder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ScreenRecorder</span></a> <a href="https://mas.to/tags/GNOME" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNOME</span></a> <a href="https://mas.to/tags/Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a> <a href="https://mas.to/tags/Pipewire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pipewire</span></a> <a href="https://mas.to/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mas.to/tags/LinuxTools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTools</span></a> <a href="https://mas.to/tags/LinuxTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTips</span></a></p>