mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

577
comptes actifs

#commandline

1 message1 participant0 message aujourd’hui
A répondu dans un fil de discussion

l@celfred@framapiaf.org @monniauxd.bsky.social @apps

Et si vous avez un site web sur lequel vous pouvez faire des dépôts par #scp, je vous passe volontiers mon script dont la #ligneDeCommande ressemble à s'y méprendre à celle de #mutt (ou #pine si vous voulez ou le #mua en #commandLine que vous aimez).

liphy-annuaire.univ-grenoble-a

I'm mostly posting this as a way to help myself remember, but:

I have been using the venerable `less` Unix utility for over a quarter century (!) but just today I learned you can view multiple files with it!

less file1.txt file2.txt file3.txt

Use `:n` and `:p` to go to the next/previous file.

#unix#linux#terminal

Handy #bash #alias to get your phone's battery status from the #CommandLine if you're using #KDEConnect and it's available:

alias kcbatt='qdbus6 org.kde.kdeconnect /modules/kdeconnect/devices/$(grep -Em1 "^\[[0-9a-f_]+\]" ~/.config/kdeconnect/trusted_devices |tr -dc 0-9a-f_)/battery org.kde.kdeconnect.device.battery.charge'

(Will take the device id for the first device in your trusted_devices file. If you have more than one phone registered to #KDE Connect, then you need to add some more logic (and likely make it into a bash function or script))

[Apologies to Ernest Thayer]

en.wikipedia.orgCasey at the Bat - Wikipedia

This is rad. It’s a queer digital zine called New Session that’s published via Telnet.

anewsession.com/

Co-founder/editor Cara Esten Hurtle notes:

“The project isn’t just retro novelty—it’s a radical rejection of the addictive social media and algorithmic attention-mining that have defined the modern day internet.”

(Hat tip @404mediaco: 404media.co/queer-online-zine-)

anewsession.comNew Session – TTY Real

Just stumbled upon this amazing tool called zk! It's a command-line assistant for maintaining a plain text Zettelkasten or personal wiki. Perfect for programmers and note-takers alike! 🌟

Check out the GitHub repo: github.com/zk-org/zk and this insightful video:youtu.be/UzhZb7e4l4Y Note-taking System ALL Programmers Should Consider.

#Productivity #Programming #zk #NoteTaking #Zettelkasten #OpenSource #TechTools #CommandLine #Markdown @linux

GitHubGitHub - zk-org/zk: A plain text note-taking assistantA plain text note-taking assistant. Contribute to zk-org/zk development by creating an account on GitHub.

#TIL that you can specify a date with a timezone to the #Linux date command to easily convert to your local timezone:

$ date --date='TZ="Europe/London" 2025-06-29 12:00'
Sun Jun 29 07:00:00 AM EDT 2025

Or to convert to a third timezone:

$ TZ=America/Chicago date --date='TZ="Europe/London" 2025-06-29 12:00'
Sun Jun 29 06:00:00 AM CDT 2025

Useful!
#commandLine