Archive for the ‘Linux’ Category

Linux Conf Au 2011

If you missed the chance to participate in linux.conf.au this year or, like me, you’re thousands miles away from Down Under then this link http://linuxconfau.blip.tv/ would help you stay tuned and feel the pulse of Linux kernel development. Another options is to subscribe to a podcast using iTunes. Choose one that suits you best. Enjoy watching the cool stuff.

Posted on February 11, 2011 at 1:00 pm by sergeyt · Permalink · Leave a comment
In: Linux

Set a limit on a process’s size

At times it’s require to limit a process’s memory size by some value. In such cases “ulimit -m” is our best friend. But what if the task to limit not only a certain but all processes on the given system. I didn’t know how to do that, and frankly speaking have never faced with such […]

Posted on November 2, 2010 at 2:52 pm by sergeyt · Permalink · Leave a comment
In: Linux

How to create many ifcfg-ethN files in one shot

I had a quick task to create 254 ifcfg-eth1:N configuration files for a Linux installation and certainly spending the whole day doing that manually wasn’t part of my plan. Here is a quick and dirty one-liner I used for that:

Posted on October 27, 2010 at 9:39 am by sergeyt · Permalink · Leave a comment
In: Linux, Scripting

Questions from Yandex

I have prepared a translation of all questions from the second round of the competition organized by Yandex and would like to invite everyone to test your knowledge. Keep in mind, that those who participated in the game had only four minutes to answer each question. Btw, if you’re looking for a proficient Linux SA, […]

Posted on October 25, 2010 at 9:39 pm by sergeyt · Permalink · Leave a comment
In: Life, Linux

Game over

As expected I’ve miserably failed in the second round and had to rush home from disturbing and drizzling railway station’s environment. My only hope is to receive the list of all questions since the ones I’ve seen looked very interesting and I’d love to answer them just for myself.

Posted on October 22, 2010 at 9:21 pm by sergeyt · Permalink · Leave a comment
In: Life, Linux

Challenge goes on…

Yes! I did it and have made my way into the second round of Linux competition presented and organized by Yandex. Unfortunately, due to an upcoming trip to Nizhniy Novgorod I have serious doubts I would be able to participate since my train will bring me back to Moscow five minutes after of the start […]

Posted on October 21, 2010 at 12:23 pm by sergeyt · Permalink · Leave a comment
In: Life, Linux

Mine Redmine

Hi there, it’s been quite a while since I’ve posted here but anyway, today I’d like to share a personal experience on installing Redmine on Ubunto server with mod_cgi. Yes, I’m aware about the Official HowTo but it lacks several steps which are not obvious if you haven’t read Generic Installation Instructions beforehand and expect […]

Posted on July 19, 2010 at 2:19 pm by sergeyt · Permalink · One Comment
In: Linux

How to migrate Ofbiz from Derby to MySQL DB.

It’s been a while but finally I’m here. I know it’s a lame excuse but the last few weeks were indeed very hectic not only because I’ve joined a freelance community but mostly because I was snowed under on my permanent position. Anyway, today I’d like to guide you through the steps required to migrated […]

Posted on June 29, 2010 at 7:37 pm by sergeyt · Permalink · 19 Comments
In: Linux

Ominous gap in pmap’s output

I couldn’t help posting this link which is a must-read if one day you notice that there is something uncanny in the way pmap depicts memory layout of any process under Linux x86_64: # pmap -x `echo $$` 28917: -bash Address Kbytes RSS Anon Locked Mode Mapping 0000000000400000 712 – – – r-x– bash 00000000006b2000 […]

Posted on March 19, 2010 at 11:16 am by sergeyt · Permalink · 2 Comments
In: Linux

Working with FC in Linux

Here is a short list of several commands that are quite handy when dealing with linux, especially with redhat based distros, and fibre channel. How to list installed HBAs. # lspci | grep -i fibre 0b:00.0 Fibre Channel: Emulex Corporation Zephyr-X LightPulse Fibre Channel Host Adapter (rev 02) What type of HBA you have installed. […]

Posted on December 18, 2009 at 12:08 pm by sergeyt · Permalink · Leave a comment
In: Linux