Rename multiple Folders in Linux rekursive at the same location as source folder

Hi Folks,   I had a short issue with rename multiple folders under Linux at the same location. As we all know the mv command require a source and a new location. Bbut what should we do if we want to search for folder name and rename all founded? I had trouble to get the Read more about Rename multiple Folders in Linux rekursive at the same location as source folder[…]

Compare BTC and BCH/BCC show daily payouts and profit

Hi Folks, in the last days I often look for a Website where I could check my daily payouts for Bitcoin BTC and Bitcoin Cash. I cannot even find one site where I was able to compare both crypto currencies, so I decide to create a little PHP script to do it by myself. For Read more about Compare BTC and BCH/BCC show daily payouts and profit[…]

bash parameter $0 $1 $2 … $@ $$

Hi Leute, hier mal eine kleine Übersicht wie man Parameter an ein Bash Script übergeben kann. Parameter werden immer an ein Bash Script angehängt also z.B. script.sh Parameter1 Parameter2 Parameter3 Und auf diese Parameter kann man nun wie folgt zugreifen. $0 = zeigt den Namen des ausgeführten Script an $$ = zeigt die PID an Read more about bash parameter $0 $1 $2 … $@ $$[…]

shrink pdf files by using terminal or kdialog

Hi people, I had a little problem with my daily work, I have to shrink some PDF files but there was no function available inside KDE out of the box. So I found a working way by transferring them into PS and then transfer them back to PDF. So I create 2 little scripts to Read more about shrink pdf files by using terminal or kdialog[…]

automatisches Upload eines Zertifikates auf die Fritzbox

Hi Leute, nach etlichen Suchen habe ich ein funktionierendes Bash-Script gefunden mit dem man ein Zertifikat, automatisiert auf die FB laden kann. Ich nutzte dieses Script um das Letsencrypt Cert von meinem Raspi auf die FB zu laden, sodass das Zert der Fritzbox immer aktuell ist. GistHub Link Fritzbox Update Cert Script Dann das ganze Read more about automatisches Upload eines Zertifikates auf die Fritzbox[…]