Skip to content

Instantly share code, notes, and snippets.

@arolfes
arolfes / .gitconfig
Created October 10, 2019 09:00
my personal .gitconfig
[user]
name = <UserName>
email = <Email>
[push]
default = upstream
[branch]
[color]
status = auto
branch = auto
ui = auto
@arolfes
arolfes / bash_aliases.sh
Created October 10, 2019 08:54
my personal usefull aliases in bash
#########################################
# these are my personal most used aliases
#########################################
# Default to human readable figures
alias df='df -h'
alias du='du -h'
alias ls='ls --color=auto'
alias l='ls -l'
@arolfes
arolfes / eclipse_settings_save_actions_and_compiler_warnings.md
Last active October 8, 2019 14:35
my eclipse settings for save actions and compiler warnings

Save Actions and Compiler Warnings in eclipse

Save Actions

Save Actions

❗ All Code will be changed

Code Organizing

@arolfes
arolfes / HowTo_tomcat8.x_using_log4j2.md
Created December 20, 2018 13:48
How to configure Tomcat 8.X to use log4j2 as default logging implementation

HowTo configure Tomcat 8.X to use log4j2

I want to change the default logging from tocat to use log4j2 instead of java logging

necessary libs

I needed these 3 libs to simple log into catalia.out

  • log4j-api-2.11.1.jar
  • log4j-core-2.11.1.jar
  • log4j-jul-2.11.1.jar