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/

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/

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! :)

#ffmpeg #commandline #linux #debian #iMac #footiMac #webcams

code GIF

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

Create a file in


touch file


cd . > file

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Find Your Disk Drive's Model & Serial Number in Linux

Uncover the tools required to find a storage disk drive model name/number, serial number, firmware version, etc. using a GNU/Linux operating system.

https://www.adamsdesk.com/posts/find-disk-drive-model-serial-number-linux/

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.)

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!

thatdnaguy, to linux
@thatdnaguy@genomic.social avatar

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 {} ;




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/

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/

adamsdesk, to Bash
@adamsdesk@fosstodon.org avatar

Add Public IP Address Caching To Neofetch

How to conserving bandwidth and improving Neofetch’s load time performance by caching the public IP address for a set duration of time.

https://www.adamsdesk.com/posts/neofetch-ip-address-caching/

freebliss, to random
@freebliss@post.lurk.org avatar

I read this today on the fediverse: "I don’t think [static site generators] work for regular people - too much command line for grandma to use."

This is a surprisingly common sentiment among many people, on which I'd like to weigh in:

  1. Conflating static site generation with "terminal interface" is technically wrong and conceptually counterproductive. I think part of why there isn't so much experimentation and diversity in the SSG space is because so many people are stuck with a mindset of the past (Tom-Preston Werner's «Blogging Like a Hacker»¹ was back in 2008!) instead of cultivating an awareness and imagination for what already is (and what else could be) there instead.

  2. I don't know how far accessibility of SSGs can be pushed for general audiences in the end and where we will meet hard boundaries, but I feel that there is still so much untapped potential and space to try things, and not so many people taking notice or trying to go there. Be courageous and explore!

  3. Correct usage of "grandma" is for instance "My grandma wrote a python script to detect reactionary jokes on the fediverse, and today she found a particularly bad one". The term the author was looking for is "non-technical audience". You're welcome, author!

¹ https://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker

mro,
@mro@digitalcourage.social avatar

@freebliss exactly - site generator is tied to like ​ling to ​s. It was like this once. Here for example is one with a UI: https://demo.mro.name/shaarligo and soon will be fediversified by https://seppo.social

hoyd, to random Norwegian
@hoyd@mastodon.scot avatar

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 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
@clonezone@mastodon.social avatar

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

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
@wick3dr0se@fosstodon.org avatar

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

Matrix digital rain

donwatkins, to linux
@donwatkins@fosstodon.org avatar

Configure a Linux workspace remotely from the command line

https://www.both.org/?p=4255

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.

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

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?

orhun, to rust
@orhun@fosstodon.org avatar

Wondering how to compare two binary files and display the differences? I got you.

🎸 dead-ringer: Binary Diff Utility with a terminal user interface.

🦀 Written in Rust & built with @ratatui_rs 🐁

⭐ GitHub: https://github.com/ztroop/dead-ringer

video/mp4

ajblue98, to gpt
@ajblue98@mastodon.online avatar

Introducing CLIx, the Command Line Translator

I made a for anyone wanting to translate between/learn how to use the in

Just type in a command you already know or ask it how to do something, and you'll get a straight-to-the-point answer for all three systems.


, ,

https://chat.openai.com/g/g-TXY7TIuRn-clix-command-line-translator

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