Skip to main content

Recently Updated Pages

AutoIt: GUI without taskbar item

Coding

$hGUI1 = GUICreate("", -1, -1, -1, -1, -1, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW)) GUISetState...

Updated 2 years ago by Simpel

ARD-ZDF-Box: sync problem

Coding

Error messageDie heruntergeladene Datei ist leer, obwohl der Server (2 B) als Größe übermitteltSo...

Updated 2 years ago by Simpel

Audio distribution with Raspberry Pi

Coding

In diesem Audio-Blog stehen interessante DIY Audiodinge.Hier z.B. Audio over IP via RTP:crazy-aud...

Updated 2 years ago by Simpel

alias.cmd windows NDR client

Coding

stackoverflow.com/questions/20530996/aliases-in-windows-command-promptRegistry (Typ REG_SZ): Win...

Updated 2 years ago by Simpel

Atom package pathes

Coding

OSX: /Users/cox/.atom/packages Windows 10: C:\Users\zelckc\.atom\packages

Updated 2 years ago by Simpel

asciidoctor: code highlightning

Coding

Path: /Library/Ruby/Gems/2.3.0/gems/pygments.rb-1.2.1/vendor/pygments-main/pygments/styles/a...

Updated 2 years ago by Simpel

batch - start: "xxx konnte nicht gefunden werden"

Coding

start has a odd behaviour. If you have to quote your path of the executable start thinks that thi...

Updated 2 years ago by Simpel

Check passwords

Coding

https://passwords.igg.cloud The database contains all passwords that had more than 50 instances ...

Updated 2 years ago by Simpel

Bash Shell Strict Mode

Coding

Let's start with the punchline. Your bash scripts will be more robust, reliable and maintainable ...

Updated 2 years ago by Simpel

Accessibility Fonts

Coding

Fonts good for a11y Atkinson Hyperlegible Font - https://brailleinstitute.org/freefont Open Dys...

Updated 2 years ago by Simpel

Batch convert files with pandoc

Coding

Example: go to folder with all the files inside convert all from html to xwiki markup write ...

Updated 2 years ago by Simpel

console: monitor function

Coding

If you want to see when a defined function is called type monitor(that_special_function) ...

Updated 2 years ago by Simpel

Forum Site Logo ändern

Coding

[/volume1/web]/phpbb/styles/[prosilver?]/theme/ cd /volume1/web/phpbb/styles/prosilver/theme...

Updated 2 years ago by Simpel

Bash pitfalls; fails, mistakes

Coding

mywiki.wooledge.org/BashPitfallsTags: Shell, Terminal

Updated 2 years ago by Simpel

find all files containing specific text / pattern

Coding

List the files containing pattern grep -ril ['PATH'] -e 'PATTERN' in current path: grep -ril ....

Updated 2 years ago by Simpel

find windows proxy

Coding

Look for host: ping wpad Download wpad.dat with host included in browser (print in addr...

Updated 2 years ago by Simpel

cmd.exe: kill all processes by name

Coding

If an app was called many times accidentally and you have to kill them all: taskkill /IM "ff...

Updated 2 years ago by Simpel

ffmpeg: enable NDR client to play

Coding

Set audio driver if forgotten: set SDL_AUDIODRIVER=directsound Examples: "H:\_...

Updated 2 years ago by Simpel

ffmpeg: create test tone

Coding

ffmpeg -f lavfi -i "sine=frequency=997:duration=10:sample_rate=48000" -af "volume=-16dB" -c:a pcm...

Updated 2 years ago by Simpel

finding error logs

Coding

You can use lsof (list of open files) in most cases to find open log files without knowing the co...

Updated 2 years ago by Simpel