Recently Updated Pages
AutoIt: GUI without taskbar item
$hGUI1 = GUICreate("", -1, -1, -1, -1, -1, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW)) GUISetState...
ARD-ZDF-Box: sync problem
Error messageDie heruntergeladene Datei ist leer, obwohl der Server (2 B) als Größe übermitteltSo...
Audio distribution with Raspberry Pi
In diesem Audio-Blog stehen interessante DIY Audiodinge.Hier z.B. Audio over IP via RTP:crazy-aud...
alias.cmd windows NDR client
stackoverflow.com/questions/20530996/aliases-in-windows-command-promptRegistry (Typ REG_SZ): Win...
Atom package pathes
OSX: /Users/cox/.atom/packages Windows 10: C:\Users\zelckc\.atom\packages
asciidoctor: code highlightning
Path: /Library/Ruby/Gems/2.3.0/gems/pygments.rb-1.2.1/vendor/pygments-main/pygments/styles/a...
batch - start: "xxx konnte nicht gefunden werden"
start has a odd behaviour. If you have to quote your path of the executable start thinks that thi...
Check passwords
https://passwords.igg.cloud The database contains all passwords that had more than 50 instances ...
Bash Shell Strict Mode
Let's start with the punchline. Your bash scripts will be more robust, reliable and maintainable ...
Accessibility Fonts
Fonts good for a11y Atkinson Hyperlegible Font - https://brailleinstitute.org/freefont Open Dys...
Batch convert files with pandoc
Example: go to folder with all the files inside convert all from html to xwiki markup write ...
console: monitor function
If you want to see when a defined function is called type monitor(that_special_function) ...
Forum Site Logo ändern
[/volume1/web]/phpbb/styles/[prosilver?]/theme/ cd /volume1/web/phpbb/styles/prosilver/theme...
Bash pitfalls; fails, mistakes
mywiki.wooledge.org/BashPitfallsTags: Shell, Terminal
find all files containing specific text / pattern
List the files containing pattern grep -ril ['PATH'] -e 'PATTERN' in current path: grep -ril ....
find windows proxy
Look for host: ping wpad Download wpad.dat with host included in browser (print in addr...
cmd.exe: kill all processes by name
If an app was called many times accidentally and you have to kill them all: taskkill /IM "ff...
ffmpeg: enable NDR client to play
Set audio driver if forgotten: set SDL_AUDIODRIVER=directsound Examples: "H:\_...
ffmpeg: create test tone
ffmpeg -f lavfi -i "sine=frequency=997:duration=10:sample_rate=48000" -af "volume=-16dB" -c:a pcm...
finding error logs
You can use lsof (list of open files) in most cases to find open log files without knowing the co...