adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Updated: How to Change the Default Linux File Manager

A detailed guide on how to change which application is used as the Linux desktop default file manager for directories or folders.

https://www.adamsdesk.com/posts/change-default-linux-file-manager/

gregorni, to random
@gregorni@fosstodon.org avatar

When will I learn to only use rm -rf if rm -r fails?

#rm #commandLine #Terminal #rmrf

orhun, to rust
@orhun@fosstodon.org avatar

Today I found a tool for presenting on the terminal! 🔥

🌊 presenterm: A markdown terminal slideshow tool.

🚀 Supports images, GIFs, code highlighting and more!

🦀 Written in Rust!

⭐ GitHub: https://github.com/mfontanini/presenterm

#rustlang #terminal #presentation #slides #markdown #code #commandline #rust

video/mp4

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

📣 Updated: Markdown Viewers for the Linux Command Line

Investigate, play, and explore the benefits of using one of these Linux command line interface application Markdown viewers.

https://www.adamsdesk.com/posts/linux-markdown-viewers/

#commandline #linux #markdown #100DaysToOffload

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Quickly Jump From Local Git Repository to Website

Improve your git workflow with a simple shell function that can quickly jump you from the terminal of a local git repository to the project's website.

https://www.adamsdesk.com/posts/open-repository-website/

#commandline #development #git #linux #WeblogPoMo2024

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Saying Goodbye To Neofetch and Giving Thanks

Gain the latest news as to what happened to the Neofetch project and giving thanks to the lead developer Dylan Araps and contributors.

https://www.adamsdesk.com/posts/neofetch-archive-goodbye/

#commandline #linux #WeblogPoMo2024 #tech #technology

mofosyne, to firefox
@mofosyne@mastodon.social avatar

TIL: 🤔 Firefox has a cool feature where you can open man or info pages directly in the browser! Just type 'man:<page>' or 'info:<page>'. Give it a try with 'man:ls'! 🔍 #Firefox #Browser #Tech #Unix #Linux #Commandline #ManPages #InfoPages

adamsdesk, to windows
@adamsdesk@fosstodon.org avatar

5 Ways to Check Windows Operating System Uptime

A detailed guide of solutions on how to check a Microsoft Windows operating system's uptime duration since the last boot (power on/restart).

https://www.adamsdesk.com/posts/check-windows-system-uptime/

#WeblogPoMo2024 #windows #commandline #blog

chris, to linux
@chris@mstdn.chrisalemany.ca avatar

It is absolutely mind bending how many options ffmpeg has. I've been trying to convince it to use the old Radeon 2600 Pro graphics hardware acceleration. No luck finding the magic command yet! :)

code GIF

iamdtms, (edited ) to linux
@iamdtms@mas.to avatar

Create a file in #commandline

#linux
touch file

#windows
cd . > file

aral, to random
@aral@mastodon.ar.al avatar

A couple of command-line tools I’ve recently switched to using:

  • yazi as file manager instead of lf (fast and, for me at least, more intuitive and better handles default editor)

https://terminaltrove.com/yazi/

  • ouch for compression/decompression from CLI instead of getting the fucking unintuitive flags wrong every fucking time

https://terminaltrove.com/ouch/

(Thanks to @orhun for the recent link to Terminal Trove for the new finds.)

#cli #commands #utilities #commandLine #tui #terminal

orhun, to random
@orhun@fosstodon.org avatar

Some of y'all ask how I find cool terminal tools 🤔

🌐 Here is one of my sources: https://terminaltrove.com

🖥️ The $HOME of all things in the terminal.

💖 Also, big shout-out to @terminaltrove for sponsoring me on GitHub!

#terminal #tool #commandline #cli #developertools

thatdnaguy, to linux

If you work on the command-line in Linux a lot, find + exec is your friend.

"I have many copies of MYFILE because my project got sloppy over time. Are they different?"

find . -type f -readable -name "MYFILE*" -exec md5sum {} ;

Also handy for if temporary files get out of control and rm chokes.

find . -type f -readable -name "*.temp" -exec rm {} ;

#Linux
#CommandLine
#Bioinformatics
#Genomics

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

11 Ways to Check Linux/Unix Operating System Uptime

An all-encompassing overview on how to check a GNU/Linux or Unix operating system's uptime duration since the last boot (power on/restart).

https://www.adamsdesk.com/posts/check-linux-unix-system-uptime/

#commandline #linux #archlinux #gnome #tech

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

How To Read The TOTP Secret Key from a QR Code Image

Demonstrating the process of reading the time-based one-time password secret key from a quick response code image.

https://www.adamsdesk.com/posts/read-totp-secret-key-qr-code-image/

#linux #commandline #100DaysToOffload

hoyd, to random Norwegian

Forgot to give a name to a screen when starting it? Find the id with $ screen -list and rename it like this: $ screen -rd id_number -X sessionname new_screen_name

@climagic
@nixCraft

hut, to random
@hut@chaos.social avatar

OMG. There is this long-ongoing debate on whether the -v flag on linux #commandline tools should show the version, or should enable verbose output, right?

I just saw that the zip command solved it most elegantly, by making it do.... both!

If you run zip -v without further arguments, it will print the version.

If you run zip -v [other params], it will run in verbose mode.

Genius. Now we only have to solve the tabs vs. spaces debate.

canard164, to linux French

10 Things You Probably Didn't Know You Could do With Nano Editor

https://itsfoss.com/nano-tips-tricks/

> Learn and use these tips and tricks to utilize lesser known Nano editor features.

clonezone, to random

jless is so friggin' useful: https://jless.io/

#json #commandLine

nigelharpur, to linux
@nigelharpur@musicians.today avatar

Lovely is helping daddy learn about setting up jobs from in . She's making sure he doesn't give himself a bad back by crouching over to read the webpage!

wick3dr0se, to linux

I wrote a matrix digital rain implementation in under 50 lines of pure Bash.. I chose Bash due to it being widely installed and extremely portable. With modern systems this shouldn't cause any noticable performance changes and seems more than efficent so far

Looking for feedback, contributions or whatever helps 😆. If it interest you at all, let me know what you think about it!

https://github.com/wick3dr0se/matrix

#linux #bash #commandline #cli #programming #scripting #macOS #android #windows #Shell

Matrix digital rain

adamsdesk, (edited ) to Help
@adamsdesk@fosstodon.org avatar

🚨 Help Wanted 🚨

Can anyone tell me how to make fzf refresh or reload right after a key binding command completes? So you would only press one key binding, not press the desired key binding and then another to reload.

#AskFedi #AskMastodon #help #commandline #CLI #terminal

skybert, to linux
@skybert@emacs.ch avatar

TIL you can browse all packages pacman knows about, installed and not by writing:

$ pacman -Slq | fzf --preview 'pacman -Si {}' --layout=reverse<br></br>

This gives you fzf fuzzy search and excellent TUI display of each package and their meta data.

Totally awesome IMHO.

As always, there's even more in the treasure chest: https://wiki.archlinux.org/title/pacman/Tips_and_tricks

#linux #archlinux #commandline

orhun, to rust
@orhun@fosstodon.org avatar

Meet "bluetui" - a TUI for managing bluetooth devices 🛜

⭐ GitHub: https://github.com/pythops/bluetui

🦀 Written in Rust & built with @ratatui_rs

video/mp4

Cykelero, to Youtube
@Cykelero@mas.to avatar

I can't find this again: a while ago, someone wrote a tool that'd create a webpage from any YouTube tutorial.

The generated page would show frames from the video, with the associated subtitles for each; so you could read the page like a step-by-step tutorial, instead of slowly watching the actual video.

Does anyone remember what the tool was?
#youtube #commandline

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • tacticalgear
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • lostlight
  • All magazines