Coding
${var?} and &&: Two simple tips for shell commands in tech docs
tl;dr: Use error-if-unset ${placeholders?} and join commands with && to make it easier and safer ...
$PATH added not working
$PATH in .zshrc or .bashrc had to be long format. NOT working: export PATH="~/.scripts:$PAT...
Accessibility Fonts
Fonts good for a11y Atkinson Hyperlegible Font - https://brailleinstitute.org/freefont Open Dys...
alias.cmd windows NDR client
stackoverflow.com/questions/20530996/aliases-in-windows-command-promptRegistry (Typ REG_SZ): Win...
Apple Mail: kann Outlook-E-Mail nicht löschen
Fehlermeldung: "Die Email "[Betreff]" konnte nicht in das Postfach "[Postfachname]" verschoben...
ARD-ZDF-Box: sync problem
Error messageDie heruntergeladene Datei ist leer, obwohl der Server (2 B) als Größe übermitteltSo...
asciidoctor: code highlightning
Path: /Library/Ruby/Gems/2.3.0/gems/pygments.rb-1.2.1/vendor/pygments-main/pygments/styles/a...
Atom package pathes
OSX: /Users/cox/.atom/packages Windows 10: C:\Users\zelckc\.atom\packages
Audio distribution with Raspberry Pi
In diesem Audio-Blog stehen interessante DIY Audiodinge.Hier z.B. Audio over IP via RTP:crazy-aud...
AutoIt: GUI without taskbar item
$hGUI1 = GUICreate("", -1, -1, -1, -1, -1, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW)) GUISetState...
Backup webserver to nas
I want to backup simpel.cc to my NAS. So far I found this code: rsync -a -r --delete --exclude '...
Bash pitfalls; fails, mistakes
mywiki.wooledge.org/BashPitfallsTags: Shell, Terminal
Bash Shell Strict Mode
Let's start with the punchline. Your bash scripts will be more robust, reliable and maintainable ...
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...
Batch convert files with pandoc
Example: go to folder with all the files inside convert all from html to xwiki markup write ...
BigBlueButton: Nextcloud Video Hack
URL des Videos auf der ARD-ZDF-Box ist:https://cloud.molkentin.net/s/MA68Jf4kg4HS68H/download Da...
Bildschirm Auflösung unify CP 600
Die IP-Telefone CP 600 vom NDR haben eine Bildschirmauflösung von 480 x 272 und können mit jpg un...
bindkey: tasten
keys for binding:COMBINATIONS USING JUST THE 'GREY' KEYS:key[F1] = '^[[[A'key[F2] = '^[[[B'key[F3...
Bookmarklets XWiki
Backup javascript: void((function() { var query = "format=xar&pages=Admin.%2525&pages=_Defa...
Bookstack key commands
Shortcut (Windows & Linux/Mac) Description Ctrl+S / Cmd+S Save Draft Ctrl+E...
Can't be opened because apple cannot check it for malicious software
Look for quarantine: xattr <app-path> You will see: com.apple.quarantine Remove it: xat...
Change OSX Login Background - Catalina
https://macreports.com/macos-catalina-h ... background Should not work with Big Sur as written i...
Change password for directory sound
simpel.cc/sound is protected by a user/password. That's due to copyright. This page is allowed fo...
Check passwords
https://passwords.igg.cloud The database contains all passwords that had more than 50 instances ...
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...
console: look what css or js is used
Use Drawer "coverage" for that.To open it hit [shift]+[cmd]+[p] and type "coverage".
console: monitor function
If you want to see when a defined function is called type monitor(that_special_function) ...
copy local repo to NAS as backup
scp -r /Users/cox/Documents/GitHub/REPO/ nas:/volume1/web/ Copies .git folder too.If .gi...
Create exact size of an image
I want a picture with exactly 5 MB, what are 5.000.000 Bytes. truncate -s 5000000 size.png ...
css on iOS not reloading / developer mode
If developing a webpage css changes often not refreshed on iOS Safari at iPad/iPhone. The diffic...
current cmdconfig.bat on NDR-Client
Config file for cmd.exe is at H:\cmdconfig.bat and startet always if searched with start menü.Cur...
Cyberduck: simpel.cc login not working
Try to log in with terminal once: ssh c.zelck@noether.tuxxel.net -i ~/.ssh/id_simpel_rsa Then C...
Disable Spotlight for external drive
Use mdutil command to prevent indexing on external drive. First check status for all: mdutil -a...
Disassembler
error4hack.com/best-ida-pro-alternativesGhidraGhidra is probably one of the best alternatives to ...
Drucker Brother MFC-L2710DW Manual
https://support.brother.com/g/s/id/htmldoc/mfc/cv_mfcl2750dw/ger/index.html?c=de&lang=de&prod=mfc...
encode windows / dos files to unix / mac
Try this first: dos2unix -n WINDOWS.txt MAC.txt -n creates new file It will encode to UTF8 and...
favicon generator
A good one: realfavicongenerator.net
ffmpeg Befehlszeilen
Stream mit Video ./ffmpeg -i http://st02.dlf.de/dlf/02/128/mp3/stream.mp3 -filter_complex "[...
ffmpeg MXF aus- und einpacken
Nicks ProTools-Skript # Auspacken ffmpeg -i MXFfile \ -map 0:a:0 -c copy a1.wav \ ...
ffmpeg MXF HDF01
It must be in two steps to get HDF01 files. First transcode with ffmpeg: {{ $stfldCmd := "" }} ...
ffmpeg: combine Mediathek versions to one
To merge the different Mediathek versions (AD, 2nd language, pure speech etc.) into one file use:...
ffmpeg: convert all found files in folder and subfolder
for i in $1/**/*.flac; do ffmpeg -i "$i" "$i".wav done for i in $1/*.flac; do ffmpeg ...
ffmpeg: create test tone
ffmpeg -f lavfi -i "sine=frequency=997:duration=10:sample_rate=48000" -af "volume=-16dB" -c:a pcm...
ffmpeg: enable NDR client to play
Set audio driver if forgotten: set SDL_AUDIODRIVER=directsound Examples: "H:\_...
find all files containing specific text / pattern
List the files containing pattern grep -ril ['PATH'] -e 'PATTERN' in current path: grep -ril ....
find only common lines in two files
How to find all lines in two files which both files do have in common: cat FILE1 FILE2 | sort | ...
find windows proxy
Look for host: ping wpad Download wpad.dat with host included in browser (print in addr...
finding error logs
You can use lsof (list of open files) in most cases to find open log files without knowing the co...
force WIN10 to open PDF with Acrobat Reader
First test and look: assoc.pdf should be: .pdf=AcroExch.Document.DC Then bi...
Forum Site Logo ändern
[/volume1/web]/phpbb/styles/[prosilver?]/theme/ cd /volume1/web/phpbb/styles/prosilver/theme...
Forum: Install extension
Download and unzip. E.g. https://www.phpbb.com/customise/db/extensions-36/3.3Goto download folder...
Fritzbox URL
https://patapaya.dyndns.org
git - error: src refspec main does not match any
I made a repo on github and did git init on folder. Then I git remote add origin REPO and git bra...
git always asks for user and password
activate: git config credential.helper store Next push or pull you will be asked for cr...
git deploy on simpel.cc
Activate a webhook on github. Go to repos settings: gh browse -s On github you do the f...
git error nas: unable to create temporary object directory
Problem can occur if git init is made as root. Then git folder will have wrong group: error:...
git error: gpg beim Signieren der Daten fehlgeschlagen
stackoverflow.com/questions/41052538/git-error-gpg-failed-to-sign-data#41054093 Hot fix: run gpg...
git error: repository not found
Following error messages: ERROR: Repository not found. fatal: Konnte nicht vom Remote-Repos...
git fetch / pull remote branch
If you don't created that branch but want to follow and fetch: git checkout --track origin/b...
git init on server
git init --bare --shared REPO.git
git log --pretty variants
git log --pretty=format:"%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7)%aN%Cred%d %Creset%s" git log ...
git push - fatal: protocol error: bad line length character
fatal: protocol error: bad line length character: load Auf dem NDR-Client. Als ich in de...
git rename master to main
https://www.git-tower.com/learn/git/faq/git-rename-master-to-main
git: clear history of repository
### Remove the history from rm -rf .git ### recreate the repos from the current content ...
git: delete remote branch
To remove a remote branch use: git push origin --delete <branch>
git: delete remote branch
First go out of the branch you want to remove. Then: git branch -D $BRANCH && git push origin --...
git: flight rules or how to
This is a cook book for git use cases:github.com/k88hudson/git-flight-rules#i-want-to-start-a-loc...
git: Invalid executable path
Error message on windows: Invalid executable path: This is due to github.com/git-for-wi...
git: login with deploy key
Generate a new ssh key: ssh-keygen -t ed25519 -C "git@simpel.cc" Name it like "id_githu...
git: make alias to open github in browser
Make an alias hub for git: git config --global alias.hub '!f() { open "$(git ls-remote --get-url...
git: modify specific commit
You can use git rebase. For example, if you want to modify commit COMMIT, run: git rebase --...
git: pushing to multiple repos
You can push to more then one instance but fetch/pull only from one. Main repo will be set: ...
git: remove specific commit
To delete a special commit look for it's id (COMMIT) and do: git rebase --onto COMMIT^ COMMI...
git: show all remotes
git remote -v shows: origin https://github.com/SimpelMe/Braille.git (fetch) origin...
git: show unreferenced objects
Could be, that git has some unreferenced objects like trees, commits or blobs (files). Make them ...
git: testing pull/merge requests
Before merge it seams to be a good idea to test it locally. So fetch first: git fetch origin...
github: personal access token with https
docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-...
Gorgy: screenshots
22-22_square.zip
Grafana AME logs
Beware: AME logfiles are UTF16-LE. So they must converted to UFT8 before: cat $UFT16FILE | recod...
Grafana with logfiles
First start Grafana: brew services start grafana This service will run instantly. Next start L...
Groovy: hide print out
If a variable in groovy is set and nothing is done with it it will be printed out instantly. To a...
guesslang: guess programming language
Guesslang detects the programming language of a given source code: echo ' package main imp...
how to github token
On GitHub Go to https://github.com/settings/tokens.Generate new token with minimum read:org, rep...
html + css: prevent zooming on iOS while tapping fast
Fast tapping on iOS device is like double click. To prevent zooming fill into css: :root { tou...
HTML create integrity hash for js javascript
Generate SRI hash with shell command cat FILENAME.js | openssl dgst -sha512 -binary | openss...
HTML: test tools
HTML Markup Validationvalidator.w3.org/#validate_by_uri+with_optionsCSS Validationjigsaw.w3.org/c...
Infoscreen: start local MySQL on mbax
We've installed your MySQL database without a root password. To secure it run: mysql_secure_...
iOS app: statusbar color
Go to ViewController.swift.Between "Import …" and "class …" add: // Diese Extension ist für ...
iOS update w/o iTunes backup
Ensure iTunes is completely closed. (Use "Quit" in your dock.) Launch the macOS Terminal...
iPhone: Einschränkungscode vergessen
https://techmixx.de/iphone-einschraenku ... -vergessenLink von 2016
irc: commands
Use Textual 7 now. Used Adium before. #voc /msg ChanServ invite #voc Go to the oth...
JavaScript: copy array without reference
A pure Clone of an array: var arrCopy = JSON.parse(JSON.stringify(arrOriginal)); Now yo...
JavaScript: scroll to bottom every second
Start it in console: var scroller; (function scroll() { // Do something every second ...
Jitsi: activate record audio
https://community.jitsi.org/t/local-recording/14638https://github.com/jitsi/jitsi-meet/pull/3223h...
Lexicon Plugins don't work
https://proforums.harman.com/lexicon/di ... ilina-2020
liblouis braille translator: cmd line
lou_translate --backwardbles/zelck.ctb < /Users/cox/Downloads/Braille_Export.txt
list all folders on current path
To list all folders in current folder: find $(pwd) -type d -d 1 or (faster): ls -d...
Loop/iterate curl url and save as file
curl https://example.org/index.php?id=[1-10000] -O -f [1-10000] iterates from 1 to 10000 -O (up...
macbook wifi: self assigned ip
If nothing helps to connect with other wifis and it will only assign self ip go to: open /Librar...
Make user a sudoer
If you want to make a normal user to a sudoer first login as an admin.Open sudoers file with visu...
man page: No manual entry for command
man is looking in special folders for man files. To list this folders in separated lines type: ...
Markdown: keep whitespaces
If you want to preserve more then one whitespace in markdown you have to use non-breaking whitesp...
master_me_voc: cmd line
Default settings ffmpeg -hide_banner -i 997Hz.wav -af 'ladspa=file=$HOME/.ladspa/master_me_voc.s...
media query iDevice not working
If media queries on iPhone or iPad not working you have to "enable" it in html. <meta name="vi...
Mediathek: download/convert as mp4
Im Browser in die Entwicklerkonsole gehen. Dort den Reiter Network öffnen. Filtern nach: m3u...
Monitoring voc
https://monitoring.c3voc.de/grafana/d/KM7EBXCWk/voc-dashboard-prometheus
mpv configs
Personal configs: ~/.config/mpv/ Personal scripts: ~/.config/mpv/scripts/ Def...
Mute BigBlueButton
MUTE BBB Windows:<ALT>+<SHIFT>+<M> Mac:<CTRL>+<ALT+-<SHIFT>+<M>
MXF OP1a XDCAM HD mit ffmpeg
XDCAM HD im Container Material Exchange Format (MXF) OP1a mit dem Codec XDCAM HD 422 1080i25 könn...
Name in formulas
What not to assume regarding names:shinesolutions.com/2018/01/08/falsehoods-programmers-believe-a...
NAS file server / disk drive local / external urls
Disk station including file station app: https://192.168.180.30:5001 https://simpel.dyndns.org:...
NDR Ersatz-Schriftart
NDR Sans darf durch Arial Narrow ersetzt werden.
NDR Gast-Zugang
Im Prodforum-Tagesschau findet sich eine Lösung für den ständigen Abbruch des Gastzugang-Problems...
Nicks ProTools-Skripte
AppDelegate -- -- AppDelegate.applescript -- macNDR Tool -- -- Created by Jan- Niklas Wür...
Office: wrong user
If the owner file has the wrong user too you can change it in the registry. The path is HKEY_CUR...
Online python course
https://dabeaz-course.github.io/practical-python
online sql queries
If you have an online csv you can online query it like a database with https://lite.datasette.io....
open link in new tab
Use always: target="_blank" rel="noopener noreferrer" Without attribute rel there is an securit...
Open local infoscreen on mbax
Local Infoscreen url is http://is.localhost/.
open: some tricks
Öffnen des aktiven Ordners open . Öffnen eines angegeben Ordners open ~/Desktop ...
OSX Big Sur Incompatibility
Objective Development Software GmbH: Little Snitch Paceap: iLok Zte: ZTEDriver_MacV...
OSX Bluetooth: Change codec for headphones
macrumors.com/how-to/enable-aptx-aac-bluetooth-audio-codecs-macos
OSX Preview for markdown
Vorschau for OSX:https://github.com/toland/qlmarkdown To disable it just remove: /Users/cox...
Outlook: Speicher anzeigen
In Outlook über dem Posteingang Rechtsklick auf die "E-Mail-Adresse" > ganz unten "Datendateieige...
pandoc: terminal converter docx markdown
Example: pandoc -o output.md input.docx Or use it online: https://pandoc.org/try Manua...
Parsing command-line arguments in shell
shellscript.sh/tips/getopts
path to nginx.conf
The path is /usr/local/etc/nginx/nginx.conf Homebrew services path of nginx is /opt/homebrew/e...
path to oracle driver
A tool on NDR client to look after driver and server: C:\Windows\System32\odbcad32.exe More too...
path to self made scripts on simpel-mbax
I made a place for self made scripts: ~/.dotfiles/.scripts A soft link is made here: /User...
Path to windows profile autostart
\\ad\user$\HH\USERNAME\Profil.v6\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
PHP: array beautifier online
phillihp.com/toolz/php-array-beautifier Excel to php array (not working very good)t.yctin.com/...
pipe stdout stderr redirect
|| visible in terminal || visible in file || existing Syntax || StdOut | Std...
Quadsplit IP-TV
https://vidgrid.tk.gg tags: Multiviewer, US-Wahl, International, News, Nachrichten
remote path to startup: NDR client win 10
Tag: Autostart \\ad\user$\HH\z_infoscreen\Profil.v6\AppData\Roaming\Microsoft\Windows\Start ...
repair / recover dead exfat drive
Find drive: diskutil list Take your drive and: sudo fsck_exfat -d disk2s2 ...
Report Phishing and Malware
decentsecurity.com/#/malware-web-and-phishing-investigation orGotPhish.com
restart xwiki - Spielwiki
systemctl restart xwiki
rtmp to voc
ffmpeg -re -i video.mp4 -c copy -f flv "rtmp://serverinklportundsenke?auth=token" rtmp:/...
set path and user variables in windows for NDR client
set path is temporarely only. To set forever: setx path "%path%;H:\_Conrad lokal\Downloads\AutoI...
shebang
#!/bin/sh
shell: "clang" not running properly - xcode problem
After xcode update clang won't work properly. That's because of missing sub updates xcode will do...
shell: get version automatically
Try something like here:cd34.com/blog/programming/using-git-to-generate-an-automatic-version-numb...
shell: list all repo url of given repo folder list
#! /bin/sh set -eu filename="${HOME}/Downloads/repos.txt" while read line do printf "$...
Shell: show specific line (number)
In terminal or shellShow line #1: cat FILE | awk NR==1 Show lines greater #11: cat...
show default log
journalctl -u APP To see what is actually happening: journalctl -fu APP
Snipping Tool: ausgeklappte Menüs shotten
"Neu" drücken Mit "ESC" abbrechen Menu aufklappen [STRG]+[DRUCK] drücken Modus in Snipping ...
spark: search hotkey
I use Spark for os hotkeys. To look for the shortcuts I made a small function: function spark() ...
Speedtest with iperf3
Upload: iperf3 -c speedtest.wtnet.de -p 5200 Download: iperf3 -c speedtest.wtnet.de -p 5200 -R...
ssh connecting error: key differs
Message like this: Warning: the ED25519 host key for 'simpel.cc' differs from the key for th...
ssh pi error: key has changed
Error message is: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNI...
ssh: generate a key
Assume you will ssh from machine A to B. On machine A Go to .ssh: cd ~/.ssh Generate your key...
SSO für phpBB
Single Sign On für das phpBB-Forum mit OpenID Connect OAuth Server by DnC an der Azure AD: oa.dn...
Styling with uBlock origin
For personal styling you can use uBlock origin filter. Go to extensions options > my filter or fo...
successful git branching model
Blog:nvie.com/posts/a-successful-git-branching-modelModel as PDF:nvie.com/files/Git-branching-mod...
Synology SSL Zertifikat Ablage Pfad
Zuerst mal als root einloggen, damit man das Verzeichnis lesen darf: sudo -i Passwort d...
Synology: install git
matthias-strolz.de/git-auf-der-synology-diskstation
Synology: path to currently installed apps
Current installed apps on Synology found here: /volume1/@appstore/
Synology: ssh
blog.aaronlenoir.com/2018/05/06/ssh-into-synology-nas-with-ssh-keyEnable Public Key Authenticatio...
Synology: ssh locked out
Fehlermeldung: Too many authentication failures, bei einem user, der vorher funktioniert hat. Es ...
Tastatur mit Trackball USB-Anschlüssen für Einhandbetrieb
http://www.mercateo.com/p/102IT-1375435 ... live~s.100 230mm x 160mm x 23mm bei Mercat...
terminal / cmd.exe: open current directory
Windows cmd.exe: start . Terminal: open .
terminal: count all files - including in sub folders
find DIR_NAME -type f | wc -l Explanation: -type f to include only files. | redi...
terminal: find file or folder
No matter if file or folder.Searches in current directory including all sub folders: find . ...
Terminal: Operation not permitted
Possibly there are older system files that should but could not be deleted. Error message "Operat...
terminal: scan ports
Examples NAS internal nmap 192.168.180.30 NAS external: nmap simpel.dyndns.org ...
terminal: show devices in local network
arp -a
Terminalserver NDR: full working cmd
To enhance cmd.exe on citrix terminalserver do this:Mount drive k to have git and ffmpeg availabl...
The HTTP crash course nobody asked for
Link: https://fasterthanli.me/articles/the-http-crash-course-nobody-asked-for Excellent page exp...
Untrunc: repair movies not completed
https://github.com/anthwlock/untrunc Or P:\Bereiche\_hapfs_abf_Supervisor\Supervisor Allgemein\T...
Update Xcode: Es ist nicht genügend Speicherplatz für die Installation des Produkts verfügbar
Finder zeigt auch den löschbaren Speicherplatz mit an. Darin befinden sich aber auch die lokalen ...
Updating BookStack
BookStack is updated regularly and is still in beta although we do try to keep the platform and u...
Url: remove query string parameter
function removeParam(paramName) { let searchParams = new URLSearchParams(window.location.sea...
Use Ctrl-Z to switch back to Vim
ohmyzsh/plugins/fancy-ctrl-z/ I frequently need to execute random commands in my shell. To achie...
Use mtr w/o sudo
You have to allow mtr to use sudo itself so you don't have to start the command with sudo. First...
UTF8: absolute minimum to know
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutel...
velocity: get domain
#macro(getDomain) #set ($docFullurl = $doc.getExternalURL()) ## regex Fullurl only until th...
vim: current .vimrc
" Indention set autoindent set expandtab set smarttab set tabstop=4 " Search set hlsearch...
voc icecast status
http://live.ber.c3voc.de:7999/status-json.xsl http://ingest.c3voc.de:8000/status-jso...
VPN Fritzbox on iDevices
VPN für Mobilgeräte einrichtenGeben Sie die folgenden Daten in Ihr Mobilgerät ein, um es für die ...
watch file modified: .gitconfig
Something is modifying my global .gitconfig /Users/cox/.dotfiles/.gitconfig. It deletes "name" an...
webpack run debug
npm run watch:debug
wget im NDR
wget hat verschiedene Problem, aus dem NDR raus zu kommen. Man kann aber curl entsprechend konfig...
wget website
Whole page: wget --mirror --convert-links --adjust-extension --page-requisites -e robots=off $WE...
Windows: count file lines in cmd
type DATEI | find /c /v ""
windows: host to ip
nslookup HOST
windows: ip to host
ping -a IP
Word: Tastenkürzel non break space / Windows
Shortcut um in Word einen Zeilenumbruch bei Bezeichnungen zu verhindern:Strg + Shift + Space
Wormhole link collection
Webwormhole home page: https://webwormhole.io Webwormhole documentation: https://pkg.go.dev/webw...
Xcode error: libc++abi.dylib: terminating with uncaught exception of type NSException
While compile up from iOS 13 this fatal error may occur:libc++abi.dylib: terminating with uncaugh...
Xcode: enable landscape for iPad only
Soll auch das iPad nur Landscape/Querformat haben dann muss man nicht nur im Device „Universal“ P...
Xcode: Update device support files wo update xcode
Currently I can't update Xcode because it needs a newer OS X version, I don't want to install.To ...
XWiki Panel Navigation: scripts
Neuer Ansatz Die Default Navigation befindets sich unter /Panels/Navigation. Folgende Objekte ei...
XWiki rest api: all users properties
<SERVER>/rest/wikis/xwiki/query?q=,doc.object(XWiki.XWikiUsers)%20as%20obj&type=xwql&className=XW...
XWiki: path to german translation file
Most translations are written here: .\xwiki-platform\xwiki-platform-core\xwiki-platform-oldcore\...
XWiki: show / hide DIV
{{velocity}} {{html}} <div id="DIV ID" class=""> This Box will be hidden if you click on the b...
zsh: current .alias
This file has all aliases. ~/.dotfiles/.alias With this it is possible to switch to bash and ...
zsh: current .zshrc
~/.dotfiles/.zshrc printf "." # show start of shell #### is only loaded if shell is interactive...
zsh: history expansion
http://zsh.sourceforge.net/Doc/Release/Expansion.html
Diff missing files
First list all files in the directory and it's sub directories: K:\git\usr\bin\find.exe H:\ -typ...
Kurzzeitig Touch ID und Face ID deaktivieren
Zum kurzfristigen Deaktivieren von Touch ID oder Face ID auf dem iPhone gibt es zwei Möglichkeite...
dismis osx warning when installed with brew
brew reinstall --no-quarantine $program When do it for every installation put this to your shell...
Teams: Direktlink zum Chat
Wenn man z.B. in seiner Signatur einen Link einsetzen möchte der das Teams-Chatten mit einem dire...
windows tree
To list all files of a folder tree like windows has a command tree. Use this syntax to show all f...
Windows: "Ungültiger Wert für Registrierung" beim Öffnen eines Bildes
Windows Start > "Foto" > Rechtsklick > App Einstellungen > Reparieren.Wenn die Reparatur kein Erf...
Berechnung der IBAN-Prüfsumme
Als Grundlage für die Berechnung der Prüfsumme werden in Deutschland die 8-stellige Bankleitzahl,...
NDR client: commit message missing
If the windows profile was removed the .gitconfig isn't placed where it should. And so the commit...
Position html summary under details
Read this https://aykut-rocks.github.io/positionswechsel-von-summary-innerhalb-details.html
Finding the dependencies of a program
The ldd command prints the shared libraries that a program depends on: $ ldd /usr/bin/ls ...
prefer a different program path on terminal
Find out which path/program is used with which. Then find out where are all possible versions of ...
Start nginx and php on my macos
sudo brew services start nginx PHP dazu: brew services start php
start docker compose
Go to path where docker-compose.yml is. Execute: docker compose up -d -d is for detached.
Update caniuse cli
caniuse-cmd (https://github.com/sgentle/caniuse-cmd) committed on Apr 28, 2017 last time. But try...
simpel.cc git not working - wrong gh version
After updating gh with homebrew you get an error message like this: /home/c.zelck/.linuxbrew/Cel...
Protecting email address via SVG
Source: https://rouninmedia.github.io/protecting-your-email-address-via-svg-instead-of-js Implem...
Passing variables between Apache Velocity and Groovy
{{velocity}} #set ($vnumber = 42) {{/velocity}} {{groovy}} // velocity "$vnumber" is gr...
Glass effect with css
To make a window with html and css follow this tutorial: https://www.tyleo.com/html-glass.html.
Work with git submodules
Demystifying git submodules Mar 20, 2024 Throughout my career, I have found git submodules ...
Weblate read only keys
Just to clarify (and note to myself): in german translation of the interface you have to set sect...
Tagesschau: responsive Nachrichtenüberblick
Alle Meldungen: https://app.ndr.de/dooh/tagesschau/responsive-video-version5;client=1ac441d5-acfb...
check for origin or precharge in mxf
K:\MXF-Tools\bmx\mxf2raw.exe VIDEO.mxf | grep max_precharge Returns: max_precharge : -5
git - Texte, Anleitungen, Links
Beej's Guide to Git lokales PDF: Beejs guide for git.pdf Webseite: https://beej.us/guide/bggi...
CSS - Texte, Anleitungen, Links
CSS Wizardry Blog Archives https://csswizardry.com/archive Modern CSS Layouts: You Might No...
free quarantine for tools - verify developer
Apple konnte nicht überprüfen, ob „xyz" frei von Schadsoftware ist, die deinen Mac beschädigen od...