I... I... I don't know what to say.

I may have a problem. XD

rld@Intrepid:~$ wc -l .bash_[af]* .bashrc* 399 .bash_aliases 1886 .bash_functions 468 .bashrc2 2753 total rld@Intrepid:~$ grep -c '^[^#]*function ' .bash_functions 157 rld@Intrepid:~$

#Unix #Shell #UnixShell #ShellAddict

📣 Recordando entradas publicadas: Por quĂ© elegĂ­ Hugo en lugar de Ghost o WordPress para crear mi Blog
https://elblogdelazaro.org/por-que-elegi-hugo-en-lugar-de-ghost-o-wordpress-para-crear-mi-blog/
#Github #Selfhosted #Gitlab #Hugo #Blog #Shell
Por qué elegí Hugo en lugar de Ghost o WordPress para crear mi Blog · El blog de Låzaro

Cuando empecé a escribir este blog, lo hice utilizando Jekyll. Con el tiempo, exploré diferentes generadores de sitios eståticos como Org-page, Grav, 


El blog de LĂĄzaro
Interessant dit. Ik deed ooit een Ironman waarbij tijdens de marathon de temperatuur over de dertig ging. Pittig - ofzo maar organisatoren en sporters zijn het probleem niet. Dat is toch echt #shell #vvd

RE: https://bsky.app/profile/did:plc:ass4aukj7qniiiswynzx24xa/post/3mn6ichps772s
Wohin mit Daten â€ș Shell und Programmieren â€ș Fortgeschrittene Themen â€ș Forum â€ș ubuntuusers.de

📣 Recordando entradas publicadas: Por quĂ© elegĂ­ Hugo en lugar de Ghost o WordPress para crear mi Blog
https://elblogdelazaro.org/por-que-elegi-hugo-en-lugar-de-ghost-o-wordpress-para-crear-mi-blog/
#Blog #Shell #Selfhosted #Github #Gitlab #Hugo
Por qué elegí Hugo en lugar de Ghost o WordPress para crear mi Blog · El blog de Låzaro

Cuando empecé a escribir este blog, lo hice utilizando Jekyll. Con el tiempo, exploré diferentes generadores de sitios eståticos como Org-page, Grav, 


El blog de LĂĄzaro

Suhl (ots) - In der Zeit vom 30.05.2026, 16:00 Uhr bis 31.05.2026, 07:00 Uhr brachen bislang noch unbekannte TĂ€ter drei von vier GeldauffangbehĂ€lter der SB-Staubsauger an der Shell-Tankstelle in der Hölderlinstraße auf und erbeuteten MĂŒnzgeld. ...

https://www.presseportal.de/blaulicht/pm/126725/6285154

#LPI #MĂŒnze #SHL #Shell #Zeugenaufruf

LPI-SHL: SB-Staubsauger aufgebrochen - Zeugenaufruf

Suhl (ots) - In der Zeit vom 30.05.2026, 16:00 Uhr bis 31.05.2026, 07:00 Uhr brachen bislang noch unbekannte TÀter drei von vier GeldauffangbehÀlter der SB-Staubsauger an der...

Presseportal.de
📣 Recordando entradas publicadas: Por quĂ© elegĂ­ Hugo en lugar de Ghost o WordPress para crear mi Blog
https://elblogdelazaro.org/por-que-elegi-hugo-en-lugar-de-ghost-o-wordpress-para-crear-mi-blog/
#Selfhosted #Hugo #Github #Gitlab #Blog #Shell
Por qué elegí Hugo en lugar de Ghost o WordPress para crear mi Blog · El blog de Låzaro

Cuando empecé a escribir este blog, lo hice utilizando Jekyll. Con el tiempo, exploré diferentes generadores de sitios eståticos como Org-page, Grav, 


El blog de LĂĄzaro
📣 Recordando entradas publicadas: BSSG: Crea sitios estáticos en Bash de forma simple y rápida
https://elblogdelazaro.org/bssg-bash-static-site-generator/
#Programas #Blog #Rss #Shell #Backup
BSSG: Crea sitios eståticos en Bash de forma simple y råpida · El blog de Låzaro

BSSG es un generador de sitios estáticos mediante scripts escritos en bash. Te permite crear tu sitio de una menara muy rápida y sencilla y además cuenta 


El blog de LĂĄzaro

If you're a Linux user and use the command line a lot for navigating the filesystem, this might save you some typing. If you have one terminal open and you want to cd into the current working directory of another terminal that you have open, you might to do quite a bit of typing. This is especially true for very long paths such as /home/user/projects/dev/games/example/src/graphics/renderer/player/.

Here's a function that I have in my .bashrc which overrides the default behaviour of cd:

function cd {
if [ $# -eq 0 ]; then
local IFS=$'\n'
select dir in $(pgrep bash -u $(whoami) | awk '{print "/proc/"$1"/cwd"}' | xargs realpath 2> /dev/null | sort -u); do
cd $dir
break
done
else
builtin cd "$@" && ls
fi
}

With this function you can run cd without any arguments and get a numbered list of the current working directories of all running Bash shells, letting you easily select one to cd into without much typing.

#linux #bash #shell #terminal

Completely gutted Toronto house going for almost $3 million
Just when you think Toronto real estate couldn't get any more delusional, along comes this completely gutted house in the city's west end on the market for $2,699,000.Located at 579 Indian Rd. in High Park North, the property is currently little more than a shell after being stripped right back to the studs.At least they left the stained glass, which feels ...
https://www.blogto.com/real-estate-toronto/2026/05/579-indian-road-toronto/