Okay, so. I have a #PDF and a #DOCX file. And I’d like to compare them. And since I’m a programmer, I don’t want to compare them visually, but with a #diff. But how?
Like this.
alias pdfcat='gs -q -sDEVICE=txtwrite -o-' alias doccat='pandoc -t plain'
pdfcat a.pdf > a.txt doccat b.docx > b.txt
git diff --no-index --word-diff a.txt b.txt
And since we’re using --word-diff, it doesn’t matter that the two files use _wildly_ different line wrapping.
$ tmux new -t nombre \; splitw -h \; splitw -l 20% \; selectp -t 0
En la terminal st, se abrirá tmux, otorgándole un nombre, dividirá la pantalla en vertical, para luego hacerlo horizontalmente, finalmente se ubicara en el panes 0.
newsboat + mpv, gracias a los RSS, y puedes ver el contenido de tus suscripciones en youtube sin necesidad de entrar al navegador, ni pasar por el algoritmo de google. #cli#linux
A falta de youtube-dl, muy bien llego el fork #ytdlp el cual ya uso por varios meses pero recién me animo a echarle flores.
Agrega mejoras al código original, como la Integración de SponsorBlock: para marcar/eliminar secciones de patrocinadores en videos de YouTube utilizando su API. Nuevas opciones de clasificación de formato predeterminadas, ahora es una resolución más alta y mejores códecs en lugar de simplemente usar una tasa de bits más alta. ¿-S o -format?
One of the many #FreeSoftware projects I love is #fishshell, a smart and user-friendly command line #shell. It makes my computer work so much easier and pleasant. A big thanks to everyone who contributes to #fish! ❤️
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some #cryptographic flaws.
Is a simple, easy-to-use interactive who-like command line program for monitoring processes and users on a Linux system. It shows who is logged on to your system and what they are doing, in a similar fashion as the w command in real-time....
This brief guide describes how to rescue virtual machines with Virt-rescue command line utility in #Linux. Virt-rescue is like a rescue CD, but for virtual machines only. It provides a simple rescue shell and some recovery tools to inspect and correct problems in a virtual machine or disk images....