IBM server x336 modification SCSI to SATA – 2 (LED Indicators)

|

This is small update of article about modification server IBM x336 from SCSI to SATA.

Today I’d like to talk about front LED indicators.

Our cheap sata backplane has two outputs for LED indicators. One is for power and one for activity.

 

I’ve bought two colors led for indication power and activity of each HDD. As I dicovered later activity output not work properly.

Read the rest of this entry »

Enable google talk to work with your own domain

|

It may look easy but it’s very hard to find the correct setting.

On google help site is not complete setting if you want to make your domain fully working with google talk.

I was searching but it’s also very hard to find.

I’d like to specify what I mean if I say “Fully working”.

  1. Chat outside google domain (you could find settings on google site)
  2. Connect from all clients

Read the rest of this entry »

IBM server x336 modification SCSI to SATA

|

 

Few months ago I  bought some older IBM servers. Two cheap iBM x336 with 4 GB RAM and two SCSI disks.

After first look I decided to use ona server as my new server with two 146 GB SCSI disks and FreeBSD installed and second server modify for two SATA disks. SCSI disks are great but more expensive and lower capacity then SATA disks.

I’d like to explain how to modify IBM X336 SCSI version and using it with SATA disks. During modification there was many obstacles that I need to solve.

Read the rest of this entry »

How To Boost mailserver storage performance using Facebook FlashCache

|

Few months ago we had performance problem with mailserver storage.

Storage has 3 HDD in RAID5 configuration. Average disk utilization per
one disk was about 90 % – 97%.
One of goals was incrase storage performance but with minimum downtime
so -> no data migration.

Read the rest of this entry »

Simple Linux Firewall configuration tool – ipt-conf

|

 

IPT-CONF is light-weight iptables configuration framework. Time to time it’s good to have something light and easy to control.

You can use our set of preconfigured rules or create your own. It’s very easy to creating own rules.

Sometimes even if your are iptables professional, you need some quick solution with init scripts, easy configuration and administration and this is ipt-conf.

Example

If you have some big and network complex application you can create entire rule for this (like allow-ftp or enable-nat rule).

All what app needs can be in this rule (load some specific iptables module, set something in /proc /sys or sysctl etc.) and you can easily maintain it and distribute to other machines or servers.

You can create conf for rule so other administrator just copy your rule and enable it. System ask him for some information your rule needs (defined in conf file) and everything is ready.

Read the rest of this entry »

How to obtain InnoDB status from Mysql Server 5.x

|

 

Many users use innodb engine for their databases. It’s good to monitor status of mysql and one part of it is monitor status of InnoDb.

Simple way to monitor innodb is just use SHOW command

SHOW ENGINE INNODB STATUS;

If you have big system on very high load, it’s possible that long DEAD LOCK brake the output.

Mysql show only part of status and then cut other informations off. It’s not bad if you have realy big dead lock but it’s not good for your monitoring.

Another way to monitor status of INNODB is using files in /proc filesystem. Here is small script that read informations from this file.

You can modify this little for your system, add cut off dead lock part for examle.

 

#!/bin/bash

export LC_ALL=POSIX

## Check for MYSQL pid
MYSQLPID=`ps -U mysqld | grep mysqld | awk '{print $1}'`

cd /proc/$MYSQLPID/fd/

## Let find the file with innodb status
for i in `ls -l| grep delete| grep tmp| awk '{print $9}'` ; do
       grep "INNODB MONITOR OUTPUT" ./$i 2>&1 > /dev/null

       if [ $? == 0 ] ; then
            file="$i"
       fi
done

## Print innodb status

cat $file

 

Prednáška Andreasa Claussa o finančnej kríze

|

clauss_dvd

Autor je už dvacet let činný ve finančním sektoru a velmi zábavně, poutavě a srozumitelně vysvětluje pozadí finanční a hospodářské krize, ukazuje, proč ke krizi muselo dojít, jaký budoucí vývoj se na nás chystá a jaké existují možnosti ubránit se tomu, aby z úmyslně nastoleného chaosu vyvstal Nový světový řád, vedoucí k zotročení lidstva a přesunu veškerých státoprávních záležitostí do rukou několika málo mocných jedinců. Nejedná se přesto o teorie spiknutí – fakta hovoří sama za sebe. Ačkoliv se přednáška týká závažných témat, Andreas Clauss je dokáže podat tak živě, že se zároveň pobavíte jako v nejlepším kabaretu.

Read the rest of this entry »

Emmanuel Goldstein : “Hackeri sú tí, ktorí vám ukážu že Cisár je nahý”

|

Pod záštitou časopisu 2600: The Hacker Quarterly sa organizujú po celom svete každý mesiac  pravidelné stretávky počítačových hackerov. Na septembrovú stretávku v Prahe prišiel aj šéfredaktor tohoto amerického časopisu – Emmanuel Goldstein, hacker a aktivista známy z rôznych káuz a súdnych prípadov v USA súvisiacich s bezpečnos?ou počítačových systémov, licenčnými právami na softvér a digitálne médiá a slobodou slova.

Hacker je niekto kto sa vláme do môjho počítača, alebo do počítača niekoho iného a ukradne odtiaľ moje súkromné dáta. Čo sa dá dobré o nich poveda?? Alebo máte nejakú inú definíciu?

Read the rest of this entry »

National Security Agency Vs Hysteria.sk (English Version)

|

This cause is relatively well known in Slovakia, but clock ticks and people forgetting and I think it’s not OK.This is very important part of Slovakia underground. Saying old adage: “Nations which haven’t learn from their old mistakes, they are doomed to repeat them.”

To many words about this cause was sayed in radio, TV, newspapers etc. I would most probably not anything new, therefore I decided to make this article only as the sum of links, resources where you can find information about this. I also make a mirror of articles, videos and pictures here becouse most of links are no longer avaible on the web.

Last update: 10.1.2009 16:01

Read the rest of this entry »

Kauza NBU (Národný Bezpečnostný Úrad) a Hysteria.sk

|

Táto kauza je na slovensku pomerne dosť známa, no postupne sa na ňu zabúda a to podľa môjho názoru nieje velmi OK. Ako sa hovorí národy, ktoré sa nehodlajú poučiť zo svojich chýb sú odsúdené ich opakovať.

Veľmi veľa sa o tom všade možne popísalo a odvysielalo v televízií a rádiu. Zrejme by som vačšine nepovedal nič nové preto som sa rozhodol tento článok urobiť len ako suhrn odkazov a zdrojov kde sa môžete  dozvedieť čo to zaujímave. Preto berte tento článok len ako prepoj medzi informačnými zdrojmi, akýsi informačny uzol.

Last update: 10.1.2009 16:01

Read the rest of this entry »