techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#commandline

30 posts27 participants3 posts today
The Verge<p>Google gets its swag back <a href="https://thever.ge/CqoS" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thever.ge/CqoS</span><span class="invisible"></span></a> <a href="https://c.im/tags/CommandLine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommandLine</span></a> <a href="https://c.im/tags/Analysis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Analysis</span></a> <a href="https://c.im/tags/Google" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Google</span></a> <a href="https://c.im/tags/Meta" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Meta</span></a> <a href="https://c.im/tags/Tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tech</span></a> <a href="https://c.im/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a></p>
Pyrzout :vm:<p>Google gets its swag back <a href="https://www.theverge.com/command-line-newsletter/713603/google-search-chatgpt-openai-earnings-ai-race-swag" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">theverge.com/command-line-news</span><span class="invisible">letter/713603/google-search-chatgpt-openai-earnings-ai-race-swag</span></a> <a href="https://social.skynetcloud.site/tags/CommandLine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommandLine</span></a> <a href="https://social.skynetcloud.site/tags/Analysis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Analysis</span></a> <a href="https://social.skynetcloud.site/tags/Google" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Google</span></a> <a href="https://social.skynetcloud.site/tags/Meta" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Meta</span></a> <a href="https://social.skynetcloud.site/tags/Tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tech</span></a> <a href="https://social.skynetcloud.site/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a></p>
Don<p><strong>The power of LibreOffice</strong></p><p>I have many documents created with Microsoft Office for assignments written for graduate school courses years ago. How can I easily convert those dozens of documents to a different format without using an online application? This is an excellent example of the power of open source. </p><p>Five years ago I took a course at a local university where all of the documents were provided in ‘docx’ format. Is there a way to convert those documents to an ‘odt’ format? There is and it is quite simple. </p><pre><code>$libreoffice --headless --convert-to odt *.docx</code></pre><p>What if I decided I wanted to convert those ‘docx’ items to ‘html’ so they could easily be shared on my classroom website. What if I had wanted to convert all those documents to html? </p><pre><code>$libreoffice --headless --convert-to html *.docx</code></pre><p>I can use the same tool to turn those ‘docx’ files into ‘pdf’ files with an iteration of the same command. </p><p>$libreoffice –headless –convert-to pdf *.docx</p><p>Using <a href="https://www.libreoffice.org/" rel="nofollow noopener" target="_blank">LibreOffice</a> from the command line inside the directory where the files you want to convert is easy and the conversion is accomplished in a matter of seconds depending on your processor and memory. You can find many more uses of LibreOffice from the command line by entering the following command on your own command line if you have LibreOffice installed as most Linux distributions do. </p><pre><code>$libreoffice --help</code></pre><p>This is a great example of the power of open source software.</p><p></p><p><a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://donwatkins.info/tag/command-line/" target="_blank">#commandLine</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://donwatkins.info/tag/libreoffice/" target="_blank">#LibreOffice</a></p>
AskUbuntu<p>Create a default acl <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p><p><a href="https://askubuntu.com/q/1553448/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553448/612</span><span class="invisible"></span></a></p>
AskUbuntu<p>Ill just throw this here for anyone having the same problem as me. When you start winbind and it just says "Failed to start Samba Wi <a href="https://ubuntu.social/tags/networking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>networking</span></a> <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p><p><a href="https://askubuntu.com/q/1553412/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553412/612</span><span class="invisible"></span></a></p>
AskUbuntu<p>ZSH shell not seeing user environment vars loaded from ~/.config/environment.d/ <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/server" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>server</span></a> <a href="https://ubuntu.social/tags/environmentvariables" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>environmentvariables</span></a> <a href="https://ubuntu.social/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a></p><p><a href="https://askubuntu.com/q/1553394/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553394/612</span><span class="invisible"></span></a></p>
Orhun Parmaksız 👾<p>Have you ever wanted to lint markdown... fast?</p><p>🌀 **mado** — A Markdown linter written in Rust 🦀</p><p>✅ Compatible with CommonMark and GitHub Flavored Markdown (GFM).</p><p>🔥 Approx. 49-60x faster than existing linters</p><p>⭐ GitHub: <a href="https://github.com/akiomik/mado" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/akiomik/mado</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://fosstodon.org/tags/markdown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>markdown</span></a> <a href="https://fosstodon.org/tags/linter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linter</span></a> <a href="https://fosstodon.org/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://fosstodon.org/tags/actions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>actions</span></a> <a href="https://fosstodon.org/tags/ci" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ci</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p>
AskUbuntu<p>JETSON Nano g++: error: unrecognized command-line option ‘-m64’ g++: error: unrecognized command-line option ‘-mssse3’ <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/apt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>apt</span></a> <a href="https://ubuntu.social/tags/compiling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiling</span></a> <a href="https://ubuntu.social/tags/g" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>g</span></a>++</p><p><a href="https://askubuntu.com/q/1553391/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553391/612</span><span class="invisible"></span></a></p>
JdeBP<p><span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>gsuberland</span></a></span> </p><p>In fairness, that's a culture that the GNOME, KDE, et al. desktop people changed by doing, years ago.</p><p>They've had long meaningful names, with more than 1 vowel in, in the desktop applications world for years.</p><p>When it comes to nomenclature "st" actually sucks *more* as a name to unfamiliar users than "gnome-terminal". (-:</p><p>It's the same sort of deal with the "convenience" aliases versus the full cmdlet names in <a href="https://mastodonapp.uk/tags/PowerShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShell</span></a>.</p><p><a href="https://mastodonapp.uk/tags/CommandLine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommandLine</span></a> <a href="https://mastodonapp.uk/tags/nomenclature" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nomenclature</span></a></p>
WidgetJones :transgender:<p><span class="h-card" translate="no"><a href="https://fediscience.org/@Birk_lab" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Birk_lab</span></a></span> There are suitable <a href="https://mas.to/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> replacements for practically any <a href="https://mas.to/tags/Microsoft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Microsoft</span></a> package. Most VM use cases are for gaming and some CAD software. The user friendly Linux distros have them pre installed. For moving files, I'm not sure what you mean. Permissions are by design so you don't nuke your distro. They are easily manipulated thru the <a href="https://mas.to/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> and require very little research. Although some popular Linux distros allow it thru their file managers.</p>
Orhun Parmaksız 👾<p>I found a cool collection of Neovim plugins 💯</p><p>🍿 **snacks.nvim** — Small quality of life plugins for smooth UX, better visuals and smart defaults.</p><p>⚙️ Supports extensive configuration.</p><p>⭐ GitHub: <a href="https://github.com/folke/snacks.nvim" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/folke/snacks.nvim</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/neovim" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>neovim</span></a> <a href="https://fosstodon.org/tags/vim" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vim</span></a> <a href="https://fosstodon.org/tags/plugin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plugin</span></a> <a href="https://fosstodon.org/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://fosstodon.org/tags/editor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>editor</span></a> <a href="https://fosstodon.org/tags/devtools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devtools</span></a> <a href="https://fosstodon.org/tags/productivity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>productivity</span></a></p>
Martin Owens :inkscape:<p>I had a dream last night I was the host of a popular YouTube show which was basically Cribs, but for famous programmers showing me around their command line shell setup.</p><p>The Linus Torvalds episode did numbers, but no one wanted to watch me show myself around my own shell.</p><p>😅 such is the fickle imaginary audience of one's own dreams. Lol.</p><p><a href="https://floss.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://floss.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://floss.social/tags/foss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>foss</span></a> <a href="https://floss.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://floss.social/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a></p>
Alvin Ashcraft<p>Azure Developer CLI: From Dev to Prod with One Click. <a href="https://buff.ly/No6pm9G" rel="nofollow noopener" target="_blank">buff.ly/No6pm9G</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23azure" target="_blank">#azure</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23cloud" target="_blank">#cloud</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23cli" target="_blank">#cli</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23azd" target="_blank">#azd</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23commandline" target="_blank">#commandline</a><br><br><a href="https://buff.ly/No6pm9G" rel="nofollow noopener" target="_blank">Azure Developer CLI: From Dev ...</a></p>
Alvin Ashcraft 🐿️<p>Azure Developer CLI: From Dev to Prod with One Click.</p><p><a href="https://devblogs.microsoft.com/devops/azure-developer-cli-from-dev-to-prod-with-one-click/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/devops/</span><span class="invisible">azure-developer-cli-from-dev-to-prod-with-one-click/</span></a> </p><p><a href="https://hachyderm.io/tags/azure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>azure</span></a> <a href="https://hachyderm.io/tags/cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloud</span></a> <a href="https://hachyderm.io/tags/cli" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cli</span></a> <a href="https://hachyderm.io/tags/azd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>azd</span></a> <a href="https://hachyderm.io/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p>
AskUbuntu<p>How to restore multidevice setting after formatting? <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/raid" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raid</span></a> <a href="https://ubuntu.social/tags/mdadm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mdadm</span></a></p><p><a href="https://askubuntu.com/q/1553301/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553301/612</span><span class="invisible"></span></a></p>
AskUbuntu<p>How do I delete the duplicate instances in Multipass? <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>docker</span></a> <a href="https://ubuntu.social/tags/multipass" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multipass</span></a></p><p><a href="https://askubuntu.com/q/1553296/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553296/612</span><span class="invisible"></span></a></p>
AskUbuntu<p>Termux HTTPS Crash on Samsung SM M21 (ARM64) — GnuTLS Illegal Instruction Error <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/helpfile" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>helpfile</span></a></p><p><a href="https://askubuntu.com/q/1553291/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553291/612</span><span class="invisible"></span></a></p>
Alvin Ashcraft<p>The Reworked Terminal Becomes the Default in JetBrains 2025.2. <a href="https://buff.ly/hjPHUv9" rel="nofollow noopener" target="_blank">buff.ly/hjPHUv9</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23jetbrains" target="_blank">#jetbrains</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23terminal" target="_blank">#terminal</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23cli" target="_blank">#cli</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23commandline" target="_blank">#commandline</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23ide" target="_blank">#ide</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23bash" target="_blank">#bash</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23zsh" target="_blank">#zsh</a><br><br><a href="https://buff.ly/hjPHUv9" rel="nofollow noopener" target="_blank">The Reworked Terminal Becomes ...</a></p>
Alvin Ashcraft 🐿️<p>The Reworked Terminal Becomes the Default in JetBrains 2025.2.</p><p><a href="https://blog.jetbrains.com/platform/2025/07/the-reworked-terminal-becomes-the-default-in-2025-2/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/platform/20</span><span class="invisible">25/07/the-reworked-terminal-becomes-the-default-in-2025-2/</span></a> </p><p><a href="https://hachyderm.io/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://hachyderm.io/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://hachyderm.io/tags/cli" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cli</span></a> <a href="https://hachyderm.io/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://hachyderm.io/tags/ide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ide</span></a> <a href="https://hachyderm.io/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://hachyderm.io/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a></p>
Orhun Parmaksız 👾<p>Finally I can preview my PCBs in the terminal 🙏🔥</p><p>🧊 terminal3d — View 3D obj files in the terminal.</p><p>🌀 Support using mouse controls &amp; different render modes.</p><p>🦀 Written in Rust!</p><p>⭐ GitHub: <a href="https://github.com/liam-ilan/terminal3d" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/liam-ilan/terminal3d</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://fosstodon.org/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://fosstodon.org/tags/3d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>3d</span></a> <a href="https://fosstodon.org/tags/object" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>object</span></a> <a href="https://fosstodon.org/tags/graphics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphics</span></a> <a href="https://fosstodon.org/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a></p>