TLDR; Upon network change, update dyndns (afraid.org) by running a curl command Since my servers access are additionally secured by
WeiterlesenSecurely provide environment credential passwords in the terminal
If you use npm, docker, aws or other CLIs that require authentication or require environment variables, you want to have
WeiterlesenOrganize your terminal aliases and functions
By the time using different programming languages, frameworks, tools and workflows, my terminal files ~/.bashrc and ~/.bash_profile grew larger and
WeiterlesenSkype for Business login for SAP contractors
Microsoft Lync support got discontinued in favor of Skype for Business or at least stopped working for me. In order
WeiterlesenOSX shell test IP for validity
A simple script to test if a given IP address is valid. Using it in .sh scripts in Mac OS
WeiterlesenRoute specific traffic to VPN OSX
Let’s assume you are on the road, you need to connect to services that are only available via your companies
WeiterlesenTell Chrome debugger to ignore libraries
Debugging in chrome can be a mess, as most of the time you end up doing „step out“ to get
WeiterlesenUsing gulp to compile .po files to json for e.g. AngularJS $translate
If you need to deal with multiple languages in the web, there is no way around gettext. you can recognise
WeiterlesenAngularJS UI-Router URL renaming / beautify ui-sref
For making URLs nicer, it’s possible to write your own beautifier with intercepting the AngularJS ui-router. In my case, I
Weiterlesen.htaccess Environment Variable für dynamische BaseUrl bei mod_rewrite
Kleines praktisches Schnippsel um dynamisch eine environment Variable zu setzen (bei ~user/ basierten apache2 Verzeichnissen funktioniert mod_rewrite ohne BaseUrl nicht,
Weiterlesen