This post won’t be long… Actually I became a father 20 days ago and this blog will be “on hold” until I find some time. This is my first child …
Category: Other
kipmi0 problem
Few days ago one client called and asked about high CPU load on his Fedora server… It was very easy to detect that CPU is consumed by kipmi0 process. Unfortunately …
FreeRadius install howto (1)
FreeRADIUS is the most widely deployed RADIUS server in the world. It is the basis for multiple commercial offerings. It supplies the AAA needs of many Fortune-500 companies and Tier …
Simple FTP backup script
The first post for this year… Simple FTP backup script # nano backup_script# nano backup_script Add next lines and save. #!/bin/bash DM=$(date +"%Y-%m-%d") tar -Pzcf /backup/backup_$DM.tar.gz /backup/some_dir/ cd /backup ftp …
Reducing ibdata1 – howto
One of the biggest mistakes you can make with MySQL is to leave its default configuration. It will work, but not as it should. For example, default MySQL installation (5.0x) …
DebConf11 official dates
As you already know (I hope you know), DebConf11 will be held in Banja Luka, Bosnia and Herzegovina and according to this LINK, official dates are: DebCamp: 25th – 31st …
mcelog problem
Few servers I maintain totally confused me. The loadavg is steadily increasing every round hour. With top command I can’t see any relevant process which can produce high load. top …
End of the road for Xmarks
2 million users across their 5 million desktops… 3000 accounts every day… Unfortunately Xmarks goes down in next 90 days… More can be found here…
Exclude some packages from update
During update process RH based distros will always try to update all installed packages. Sometimes it is not recommended to do that. For example default Postfix goes without quota patch …