Wednesday, October 14, 2015

Eclipse for Perl

http://www.epic-ide.org/download.php

Tuesday, October 06, 2015

Ceph Jumpstart

http://docs.ceph.com/docs/master/start/

Thursday, October 01, 2015

Fascist logging (but can be turned off by User)

function log2syslog
{
   declare command
   command=$(fc -ln -0)
   logger -p local1.notice -t bash -i -- $USER : $command
}
trap log2syslog DEBUG

Practical Shell Aliases ( not only for Germans )

## german version
alias l='ls -ltr'
alias la='ls -ltra'
alias lh='ls -ltrh'
alias lah='ls -ltrah'
alias lmaa='echo du mich auch'

Friday, September 18, 2015

"Cronitor"

Now there's a smart idea. Will even work via proxy. Mind you: Any monitoring can do that.

# m h dom mon dow   command
0 1 * * * /path/to/mysqlbackup.sh &&
curl https://cronitor.link/d3x0/complete -m 10

UTC - the Unreliable Town Clock ?

 Cool Notes on AWS: https://alestic.com/2015/07/aws-sns-outage/

Thursday, September 17, 2015

Amazon Web Services CLI

pip install awscli

aws ec2 run-instances --instance-ids i-2b2368ea
aws ec2 describe-instance-status --instance-ids i-2b2368ea
aws ec2 run-instances --instance-ids i-2b2368ea


sum up files found

 find $DIR $MODIFIER  -ls | awk 'BEGIN {i=0} {i += $7} END {print i/1048576000 "GB"}'

Wednesday, September 16, 2015

How to disable data logging in Windows 10

https://www.reddit.com/r/Windows10/comments/3f38ed/guide_how_to_disable_data_logging_in_w10/

Tuesday, September 15, 2015

A list of available Perl Modules

http://search.cpan.org/~rurban/Compress-Bzip2-2.22/lib/Compress/Bzip2.pm

Thursday, September 10, 2015

RedHat RHEL Lifecycle

"Extended" Life-cycle Dates :-D

All future dates mentioned for "End of Production 1" and "End of Production 2" are close approximations, non definitive, and subject to change.
VersionGeneral AvailabilityEnd of Production 1End of Production 2End of Production 3 (End of Production Phase)End of Extended Life-cycle SupportEnd of Extended Life Phase
3October 23, 2003July 20, 2006June 30, 2007October 31, 2010January 30, 2014January 30, 2014
4February 14, 2005March 31, 2009February 16, 2011February 29, 2012March 31, 2017Ongoing
5March 15, 2007January 8, 2013January 31, 2014March 31, 2017November 30, 2020Ongoing
6November 10, 2010Q2 of 2016Q2 of 2017November 30, 2020N/AOngoing
7June 10, 2014Q4 of 2019Q4 of 2020June 30, 2024N/AOngoing

Wednesday, September 09, 2015

Basic Math for Big Data

This and the primer here 

Tuesday, August 25, 2015

Learn Git in 15 min

https://try.github.io/levels/1/challenges/1

Friday, August 07, 2015

nginX: The X Quality for Big Data ?

You can find more

Monday, August 03, 2015

Dump Database Create Statements

db2: db2look
MySQL: mysqldump  -u root --nodata database
Mysql SHOW CREATE TABLE

Friday, July 24, 2015

Get Started with Perl

20 Perl Beginners Tips

but this one I found myself: perldoc perl

Wednesday, July 22, 2015

'tis the truth, y'kno

sysop@host:~$ w
 09:45:52 up 2731 days,  8:25,  1 user,  load average: 0.01, 0.04, 0.00

Googles View on a Cool Work Environment


Not particularly brandnew, but very interesting. 

Netapp 7mode Command Ref


Just for my own ref, can be found here.