FUN WITH LINUX

First steps with GNU Octave (1) - Modulo-Fun

11 November 2014

GNU Octave is some kind of programming language for mathematical use cases. It’s mostly compatible with MATLAB and it’s Open-Source.

I just started to get familiar with GNU Octave and i really like it. Here i record my “first steps” and post my scripts..

Read more..
Mathematic model describes the "hippster-effect"

11 November 2014

“Hipsters avoid labels and being labeled. However, they all dress the same and act the same and conform in their non-conformity. Doesn’t the fact that there is a hipster look go against all hipster beliefs?”. 

Jonathan Touboul wrote this mathematic model which describes the “hippster-effect”

Read more..
Colorful Postfix-mail.log

10 November 2014

With nice colors logfiles get more readable. I like the postfix-format of “multitail”.  

multitail -CS postfix -f /var/log/mail.log:

Read more..
My First Article

7 November 2014

#include 

int main()
{
    printf("Hello World, this is my new blog\n");
    return 0;
}
Read more..
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 Unported License.

Copyright 2015-present Hoti