Skip to main content

Recently Updated Pages

zsh: current .alias

Coding

This file has all aliases. ~/.dotfiles/.alias With this it is possible to switch to bash and ...

Updated 2 years ago by Simpel

zsh: current .zshrc

Coding

~/.dotfiles/.zshrc printf "." # show start of shell #### is only loaded if shell is interactive...

Updated 2 years ago by Simpel

terminal / cmd.exe: open current directory

Coding

Windows cmd.exe: start . Terminal: open .

Updated 2 years ago by Simpel

ssh: generate a key

Coding

Assume you will ssh from machine A to B. On machine A Go to .ssh: cd ~/.ssh Generate your key...

Updated 2 years ago by Simpel

XWiki: path to german translation file

Coding

Most translations are written here: .\xwiki-platform\xwiki-platform-core\xwiki-platform-oldcore\...

Updated 2 years ago by Simpel

velocity: get domain

Coding

#macro(getDomain) #set ($docFullurl = $doc.getExternalURL()) ## regex Fullurl only until th...

Updated 2 years ago by Simpel

XWiki rest api: all users properties

Coding

<SERVER>/rest/wikis/xwiki/query?q=,doc.object(XWiki.XWikiUsers)%20as%20obj&type=xwql&className=XW...

Updated 2 years ago by Simpel

Use mtr w/o sudo

Coding

You have to allow mtr to use sudo itself so you don't have to start the command with sudo. First...

Updated 2 years ago by Simpel

XWiki: show / hide DIV

Coding

{{velocity}} {{html}} <div id="DIV ID" class=""> This Box will be hidden if you click on the b...

Updated 2 years ago by Simpel

wget im NDR

Coding

wget hat verschiedene Problem, aus dem NDR raus zu kommen. Man kann aber curl entsprechend konfig...

Updated 2 years ago by Simpel

Word: Tastenkürzel non break space / Windows

Coding

Shortcut um in Word einen Zeilenumbruch bei Bezeichnungen zu verhindern:Strg + Shift + Space

Updated 2 years ago by Simpel

UTF8: absolute minimum to know

Coding

https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutel...

Updated 2 years ago by Simpel

webpack run debug

Coding

npm run watch:debug

Updated 2 years ago by Simpel

Xcode error: libc++abi.dylib: terminating with uncaught exception of type NSException

Coding

While compile up from iOS 13 this fatal error may occur:libc++abi.dylib: terminating with uncaugh...

Updated 2 years ago by Simpel

Xcode: Update device support files wo update xcode

Coding

Currently I can't update Xcode because it needs a newer OS X version, I don't want to install.To ...

Updated 2 years ago by Simpel

windows: host to ip

Coding

nslookup HOST

Updated 2 years ago by Simpel

Xcode: enable landscape for iPad only

Coding

Soll auch das iPad nur Landscape/Querformat haben dann muss man nicht nur im Device „Universal“ P...

Updated 2 years ago by Simpel

Windows: count file lines in cmd

Coding

type DATEI | find /c /v ""

Updated 2 years ago by Simpel

Wormhole link collection

Coding

Webwormhole home page: https://webwormhole.io Webwormhole documentation: https://pkg.go.dev/webw...

Updated 2 years ago by Simpel

watch file modified: .gitconfig

Coding

Something is modifying my global .gitconfig /Users/cox/.dotfiles/.gitconfig. It deletes "name" an...

Updated 2 years ago by Simpel