#cmdline — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cmdline, aggregated by home.social.
-
Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.
set autoindent
set nosmartindent
set nocindent
set indentexpr=
set indentkeys=
filetype indent plugin off
filetype indent off
autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr= -
Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.
set autoindent
set nosmartindent
set nocindent
set indentexpr=
set indentkeys=
filetype indent plugin off
filetype indent off
autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr= -
handy random string (password) generator
echo `tr --complement --delete "a-fA-F0-9" < /dev/urandom | head -c 12`
-
handy random string (password) generator
echo `tr --complement --delete "a-fA-F0-9" < /dev/urandom | head -c 12`
-
One Open-source Project Daily
A Command Line Parser
https://github.com/tanakh/cmdline
#1ospd #opensource #cpp #cplusplus #cmdline -
One Open-source Project Daily
A Command Line Parser
https://github.com/tanakh/cmdline
#1ospd #opensource #cpp #cplusplus #cmdline -
Who do you usually ping?
…when you need to spontaneously check if you can see the WAN from the #cmdLine of a system.
For me it's usually ping cnn.com.
I guess it was cuz it is short and quick. I've been using that for at least 28yrs. Just tradition now. I hope they don't stop responding to ICMP requests. lol
-
Who do you usually ping?
…when you need to spontaneously check if you can see the WAN from the #cmdLine of a system.
For me it's usually ping cnn.com.
I guess it was cuz it is short and quick. I've been using that for at least 28yrs. Just tradition now. I hope they don't stop responding to ICMP requests. lol
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #tcl
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-11-parametros-linea-de-comandos--tcl
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #bash
#programming #programacion #cmdline #ARGV #Getopt #ShellScripts #shell
https://ibolcode.net/roor/2025-10-parametros-linea-de-comandos--bash
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Ruby
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-10-parametros-linea-de-comandos--ruby
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Perl
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--perl
-
*LINK CORRECTO*
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #C #Cpp #ObjectiveC#programming #programacion #cmdline
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--c--cpp-y-objective-c
-
Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?
Turns out that pressing '&' and entering the regexp is all that is required to do this.
Just use an empty regexp to widen the view again, i.e. '&<enter>'
-
Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?
Turns out that pressing '&' and entering the regexp is all that is required to do this.
Just use an empty regexp to widen the view again, i.e. '&<enter>'
-
Die Uhrzeit meiner Sony Digicam war offensichtlich verstellt und damit sind die Bilder von unterschiedlichen Kameras (Handys und Digicam) in einem Ordner jetzt nicht mehr korrekt sortiert. Erst die falsche Uhrzeit (Sony) mit einer korrekten Uhrzeit (Handy) fotografieren, um den Offset zu dokumentieren. Bei mir waren das 32 Minuten Nachlauf. Und dann einfach:
exiftool -overwrite_original -DateTimeOriginal+='0:0:0 0:32:0' DSC044*
Fixed ✅ Dann noch die Uhr korrigieren.
-
Ich musste heute eine Mailingliste um Dubletten bereinigen. Habe reflexartig Excel gestartet und die Mailadressen reinkopiert. Und bin kurz drauf gescheitert. Unixpower to the rescue: „uniq mails.txt mails_uniq.txt“. Wenige Sekunden später habe ich eine bereinigte Mailingliste gehabt. #macos #cmdline #shell #unixpower #thepowerofthecommandshell
-
📎In the blog archives, a post from 2018 comparing Oracle and PostgreSQL #cmdline
https://franckpachot.github.io/pages/2013-2018/server-process-name-in-postgres-and-oracle -
📎In the blog archives, a post from 2018 comparing Oracle and PostgreSQL #cmdline
https://franckpachot.github.io/pages/2013-2018/server-process-name-in-postgres-and-oracle -
@borko I totally get that and as I grow older I totally sympathize with the idea. I really adore the way cmdline programs declutter your screen. Also they dont "change" as much and you are not required to use the mouse for them.
For me personally its not possible as a standalone computer to go cmdline only.