258 reputation
9
bio website coffeeplusplus.z11.de
location Germany
age 41
visits member for 10 months
seen May 18 at 20:06
stats profile views 9

SCHWUPPS-DI-WUPPS


Apr
11
accepted Analyze system logs with logwatch --range other than just “yesterday”
Apr
11
revised Analyze system logs with logwatch --range other than just “yesterday”
edited title
Apr
9
revised Analyze system logs with logwatch --range other than just “yesterday”
added 31 characters in body
Apr
9
answered Analyze system logs with logwatch --range other than just “yesterday”
Apr
9
asked Analyze system logs with logwatch --range other than just “yesterday”
Feb
11
revised Apache mod_security: Protocol anomaly being triggered by Mod_PageSpeed. FP?
corrected the link
Feb
11
awarded  Tumbleweed
Feb
4
revised Excluding files in etckeeper with .gitignore doesen't work
edited title
Feb
4
accepted Excluding files in etckeeper with .gitignore doesen't work
Feb
4
asked Excluding files in etckeeper with .gitignore doesen't work
Feb
4
asked Apache mod_security: Protocol anomaly being triggered by Mod_PageSpeed. FP?
Feb
4
revised How to use tail -f with grep to show surrounding lines
grammar correction
Feb
4
suggested suggested edit on How to use tail -f with grep to show surrounding lines
Feb
4
accepted How to use tail -f with grep to show surrounding lines
Feb
4
asked How to use tail -f with grep to show surrounding lines
Feb
2
awarded  Autobiographer
Dec
4
comment Filtering the Xth element in a row?
to get rid of the spaces at the end i used xinput --list --short|grep "slave pointer" | cut -f 1| cut -d" " -f 5-|sed 's/\s\+$//g'
Dec
3
awarded  Commentator
Dec
3
comment Filtering the Xth element in a row?
THANKS, cut is what i was looking for
Dec
3
accepted Filtering the Xth element in a row?