logos

With Andrii Grytsenko


Technical Diary - With Andrii Grytsenko

Author Archives: admin

Nagios3 installation

Nagios installation and basic configuration.

lsof installation on solaris 10

Details inside the post.

Software RAID level 1 behavior

Here I will try to describe behavior of SW RAID level 1 in case of crash.

Trick: DOC to PDF on Linux

Here is little trick how to convert *.doc files into the *.pdf on Linux.

Perl and cookies auth

I made little overview how to make http authorization through the PERL.

MYSQL quick overview

Here I systematized some of my MYSQL knowledges.

UA-IX checker

Based on this post I have decided make some program which able to detect weather IP is a part of some network (in this case UA-IX network) or not.

IPCalc on Perl

Today I decided to make my own IPCalc program. I had two reason for that. First to learn perl’s binary operations and second one to make some IP calculation points more clear for me.

Clean up the shared memory in Solaris

Here is short trick how to clean the shared memory up in Solaris OS.

Perl performance optimization

I’d like to describe my own experience with perl optimization. There several common way to make you code works more faster.