fab, to RaspberryPi

I made a CLI status screen on my raspberry pi.

It shows (for now):

  • If my local/remote servers and services are up
  • wttr.in weather report
  • A figlet clock
  • My Astrobotany plant
  • Placeholder: Asciiquarium
  • Placeholder: cmatrix

I'm not sure what to else to put on, maybe a calendar, emails or todo list - still work in progress.

Does anybody else have such a thing? Please show me.

#RaspberryPi #CLI #Commandline

nucliweb, to random
@nucliweb@webperf.social avatar

10 amazing Rust-based CLI tools

https://www.youtube.com/watch?v=ICU6XUzqg-U by @adib_hanna

#CLI #CommandLine #CLITools

intelgraphy, to ADHD
@intelgraphy@hachyderm.io avatar

Reading a shit ton of lines in the terminal is a bit overwhelming, but I have to try my best to exercise my analytical skills and knowledge.

#adhd #tech #linux #commandline

niko, to linux Spanish

La calidad de un comando o herramienta de terminal se mide (o por lo menos yo lo mido) por cómo de sencillo e intuitivo es acordarse de qué letras o palabras se utilizan para qué parámetros de la herramienta.
También ayuda cuando lo usas mucho, pero en general si te acuerdas aún habiéndolo usado poco, es que es intuitivo, si no pues no.

celfred, to vim French
@celfred@framapiaf.org avatar

Bon, après des essais de config pour Neovim via Flathub, j'ai dû casser un truc et je m'arrache les cheveux : en console, je ne peux même plus éditer un fichier avec « vim monfichier.txt» (oui, j'ai tjrs Vim), mais ça passe avec «sudo vim monfichier.txt» 😲
Je n'ai aucune idée comment rétablir tout ça et j'y ai passé 1 soirée… (no comment…).
Si quelqu'un peut me conseiller, ce serait formidable.

donwatkins, to linux
@donwatkins@fosstodon.org avatar

Conquering the Command Line for Linux Beginners | #cli #commandline #linux

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

itnewsbot, to machinelearning

Using Local AI on the Command Line To Rename Images (And More) - We all have a folder full of images whose filenames resemble line noise. How about... - https://hackaday.com/2023/12/29/using-local-ai-on-the-command-line-to-rename-images-and-more/ -to

fosslife, to linux
@fosslife@fosstodon.org avatar

Getting started with Linux? Sandra Henry-Stocker shares Linux command-line basics to help https://www.fosslife.org/linux-command-line-basics #Linux #CommandLine #networking #scripting #SystemAdministration

nucliweb, to linux
@nucliweb@webperf.social avatar
shakthimaan, to AdobePhotoshop
@shakthimaan@mastodon.social avatar

Mint Tea is a fun, functional and stateful way to build terminal apps in OCaml by @leostera https://github.com/leostera/minttea

video/mp4

ostechnix, to linux
@ostechnix@floss.social avatar
fosslife, to security
@fosslife@fosstodon.org avatar
alvinashcraft, to windows
@alvinashcraft@hachyderm.io avatar
zlatiah, to TodayILearned

My goodness... I was using sus online tools to merge PDFs like an idiot until now, #todayilearned about these #commandline stuff

pdfunite, this is usually installed with poppler:
pdfunite 1.pdf 2.pdf 3.pdf merged.pdf

ghostscript:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf 1.pdf 2.pdf 3.pdf

feditips, to mastodon
@feditips@mstdn.social avatar

(One for techy people today...)

Command line / terminal fans!

You can use Mastodon through a command line interface or a terminal user interface using the third party app "toot" for Linux etc:

➡️ https://toot.bezdomni.net

It's free and open source, find out more at the link.

This also works with Mastodon-compatible servers.

By the way, this app toot has nothing to do with the other third apps Toot! or Tooot, they just have very similar names.

#CLI #TUI #Mastodon #CommandLine #Terminal

meisterluk, to linux Esperanto

Just a friendly reminder:

find .

… lists filesystem entries recursively in $PWD.

find . -name "*.sql"

… lists filesystem entries with suffix .sql recursively in $PWD.

find . -type f -name "*.sql"

… lists filepaths with suffix .sql recursively in $PWD.

find . -delete -type f -name "*.sql"

Deletes all files in $PWD. "-delete" needs to go to the end to filter for .sql files. Happened to me at work 🥲
#GNU #CLI #commandline #Linux

MBoffin, to gamedev
@MBoffin@mastodon.social avatar

This is so cool! A command-line escape room! Love it. https://rmkubik.itch.io/terminal-escape

Made by @rmkubik for Confounding Calendar 2023.

#gamedev #commandline #terminal #linux #escaperoom

orhun, to rust
@orhun@fosstodon.org avatar

Thanks to this tool I never have to remember the arguments to "tar" anymore ✨

🦀 ouch: Painless compression and decompression in the terminal - written in Rust.

⭐ GitHub: https://github.com/ouch-org/ouch

#rustlang #compression #commandline #opensource #tar

gregorni, to linux
@gregorni@fosstodon.org avatar

I just learned you can set sudo to insult you if you type the wrong password!

It's Foss – Make Sudo Insult User For Each Incorrect Password Attempt
https://itsfoss.com/sudo-insult-linux/

#Linux #CLI #terminal #bash #shell #commandline #sudo #insults

rockylinux, to community
@rockylinux@fosstodon.org avatar

Today we are collecting fun BASH scripts! Submit yours in the 12 Days of Rockmas event channel for all the glory. https://chat.rockylinux.org/rocky-linux/channels/event---12-days-of-rockmas-2023-11-27

orhun, to rust
@orhun@fosstodon.org avatar

Did you know that you can customize your commit hashes? 🤯

🦀 lucky-commit: Make your git commits lucky! - written in Rust.

⭐ GitHub: https://github.com/not-an-aardvark/lucky-commit

✨ Simply change the start of your Git commit hashes to whatever you want.

#rustlang #git #commit #hash #commandline

ostechnix, to linux
@ostechnix@floss.social avatar
nucliweb, to random
@nucliweb@webperf.social avatar
audiodude, to python

To go with python -m http.server to start a server from any directory, I present to you, python -m json.tool to pretty print any JSON coming from stdin

#python #cli #CommandLine #tips

orhun, to rust
@orhun@fosstodon.org avatar

Here is how you can optimize PNGs with Rust! 🚀

🦀 oxipng: Multithreaded PNG optimizer (CLI/library).

⭐ GitHub: https://github.com/shssoichiro/oxipng

⚙️ Git integration: https://github.com/shssoichiro/oxipng#git-integration-via-trunk

#rustlang #png #commandline #image #optimizer #opensource

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