A simple collection of some odd, but maybe useful scripts
dpkg-deb --build scriptcoll/
sudo dpkg -i scriptcoll.deb
Use the deb file to install is easiest i think
The rcs directory is for the preferences I like to use for rc files just place them in your home folder
automount and copy of all files of a device
autocp /dev/sdd
Find a possible encoding for a file given a phrase that should occure in the file when the right encoding is used
bruteencoding text.txt "schräge"
clear all log files in var/log
cleara
cp all files containing a string from subdir
cpfromsubdir filebeginningwith* targetdir
detox german files from öÖäÄüÜßẞ
detoxcontent text.txt > detoxed.txt
my std configuration for youtube-dl
downyt "https://www.youtube.com/watch?v=cXVIAkYFlSg"
my std configuration for youtube-dl music downloading
downytmusic "https://www.youtube.com/watch?v=cXVIAkYFlSg"
get just the ipv4
easyip
Simple change between ffmpeg compatible formats for whole directories
ffext "*.mp3" ".ogg"
force a .gitignore file by deleting the cache and the readding all files automatic commit and push afterwards
forcegitignore
Puts everything from stdin into clipboard
echo -n "asdf"|inxclip
easy mouseposition in x:XXX y:YYY
mousepos
Simple remove an prefix of a filename (same as rename "s/delphrase(.*)/$1/") but with tab autocompletion) (detox may be useful)
preclean
update everything for lasy people
upa
Simple time-planning tool example to wait until 03:00
waitfor 0300