$ uname -r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias xy_alias_version='echo xy_alias version 1.44' | |
alias xy_alias_url='echo https://gist.github.com/xy2z/0dad738b1519aed3f67613a6e9e2917a' | |
alias xy_alias_update_linux='wget -nv -O ~/.bash_aliases https://gist.githubusercontent.com/xy2z/0dad738b1519aed3f67613a6e9e2917a/raw/.bash_aliases && source ~/.bash_aliases' | |
alias xy_alias_update_windows='setaliases https://gist.githubusercontent.com/xy2z/0dad738b1519aed3f67613a6e9e2917a/raw/.bash_aliases' | |
alias ll='ls -alh --show-control-chars -F --color $*' | |
alias gl='git log --oneline --all --graph --decorate $*' | |
alias gs='git status $*' | |
alias gd='git diff' | |
alias gds='git diff --staged' |
- idiomatic.js: https://github.com/rwaldron/idiomatic.js/
- Google: https://google.github.io/styleguide/jsguide.html
- Airbnb: https://github.com/airbnb/javascript
- Wordpress: https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/
- jQuery: https://contribute.jquery.org/style-guide/js/
- w3schools: https://www.w3schools.com/js/js_conventions.asp
- Drupal: https://www.drupal.org/docs/develop/standards/javascript/javascript-coding-standards
This is copied from http://modauthkerb.sourceforge.net/configure.html
This page describes configuration of module version 5.0. Configuration guide for the older module 4.x can be found here.
Before starting configuring the module make sure your Kerberos enviroment is properly configured (i.e. KDC, /etc/krb5.conf
, etc.). The easiest way to check is using the kinit command from the apache machine to get a ticket for some known principal (preferably that one who will be used to test the module).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
init: | |
git config core.hooksPath .githooks; |