Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

260 total results found

watch file modified: .gitconfig

Coding

Something is modifying my global .gitconfig /Users/cox/.dotfiles/.gitconfig. It deletes "name" and "email" values. To watch when it is happenig I let launchd watch modification of this file. I have a plist file for launchd with the arguments. This file is ~/...

NDR Gast-Zugang

Coding

Im Prodforum-Tagesschau findet sich eine Lösung für den ständigen Abbruch des Gastzugang-Problems: Prodforum - f=107&t=10502 NDR WLAN-Hotspot: Kein automatischer Login auf Iphone Ich habe das Thema heute mit Dienstleister zur Sprache gebracht, dass als Ipho...

guesslang: guess programming language

Coding

Guesslang detects the programming language of a given source code: echo ' package main import "fmt" func main() { fmt.Println("My mascot is a gopher and Google loves me. Who am I?") } ' | guesslang # ⟶ Programming language: Go Guessl...

pandoc: terminal converter docx markdown

Coding

Example: pandoc -o output.md input.docx Or use it online: https://pandoc.org/try Manual (https://pandoc.org/index.html):If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between the...

Lexicon Plugins don't work

Coding

https://proforums.harman.com/lexicon/di ... ilina-2020

git push - fatal: protocol error: bad line length character

Coding

fatal: protocol error: bad line length character: load Auf dem NDR-Client. Als ich in der local config den oxford push-Pfad löschte ging es wieder. Vermutlich ist der oxford nur noch lesbar.

Change OSX Login Background - Catalina

Coding

https://macreports.com/macos-catalina-h ... background Should not work with Big Sur as written in the comments.

OSX Big Sur Incompatibility

Coding

Objective Development Software GmbH: Little Snitch Paceap: iLok Zte: ZTEDriver_MacV1.2.19, ZTE USB Datacard Driver removed manually Jiangsu Qinheng Co., Ltd.: Bundle ID: com.wch.usbserial ASIX ELECTRONICS CORPORATION - driver for USB-to...

iPhone: Einschränkungscode vergessen

Coding

https://techmixx.de/iphone-einschraenku ... -vergessenLink von 2016

git always asks for user and password

Coding

activate: git config credential.helper store Next push or pull you will be asked for credentials. This time it will be stored.

git rename master to main

Coding

https://www.git-tower.com/learn/git/faq/git-rename-master-to-main

OSX Preview for markdown

Coding

Vorschau for OSX:https://github.com/toland/qlmarkdown To disable it just remove: /Users/cox/Library/QuickLook/QLMarkdown.qlgenerator tag: md

man page: No manual entry for command

Coding

man is looking in special folders for man files. To list this folders in separated lines type: man -w | tr : '\n' Result can be like: /usr/local/share/man/de /usr/local/share/man /usr/local/opt/php@7.2/share/man /usr/local/opt/openssl/share/...

NDR Ersatz-Schriftart

Coding

NDR Sans darf durch Arial Narrow ersetzt werden.

ssh pi error: key has changed

Coding

Error message is: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ The ECDSA host key for pi has changed, and the key fo...

Quadsplit IP-TV

Coding

https://vidgrid.tk.gg tags: Multiviewer, US-Wahl, International, News, Nachrichten

BigBlueButton: Nextcloud Video Hack

Coding

URL des Videos auf der ARD-ZDF-Box ist:https://cloud.molkentin.net/s/MA68Jf4kg4HS68H/download Da muss man die korrekte Endung anhängen:https://cloud.molkentin.net/s/MA68Jf4kg4HS68H/download#.webm Das ist übrigens das ARD Stördia.

zsh: current .alias

Coding

This file has all aliases. ~/.dotfiles/.alias With this it is possible to switch to bash and take all aliases with me. # all ALIAS is HERE in ~/.aliase # excepts 'global' ones # divers alias zshr='source $HOME/.zshrc' alias afk="open -a ScreenSaverE...