-
Recent Posts
-
Recent Comments
- Andrew Brightey on Retro Blog : Christmas 1982 = ZX Spectrum
- Brian Coyle on Retro Blog : Christmas 1982 = ZX Spectrum
-
Archives
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
-
Categories
-
Meta
Author Archives: Mirek
Kernel and OOM Killer
Have you ever wondered why some programs simply stop when the server is very busy? There could be an error in the code causing the failure, or it could be a victim of kernel assassination! The Linux kernel has some … Continue reading
Posted in Managed Hosting Leave a comment
Rsnapshot and backing up only specific subdirectories
Rsnapshot is very useful tool when it comes to backups – based on reliable and versatile ‘rsync’ is capable to meet most of possible expectations. Just recently I had to figure out how to make it backup only specific subdirectories … Continue reading
Posted in Managed Hosting Leave a comment
SSH and everyday tunneling
If you ever used SSH then you must heard about tunneling feature. “By using tunneling one can (for example) carry a payload over an incompatible delivery-network, or provide a secure path through an untrusted network.” – wikipedia.org I’m going to … Continue reading
Posted in Managed Hosting Leave a comment
Swap check
I had this situation recently when Apache got high load, ate all the remaining RAM and started to consume SWAP too. If you ever experienced this you may already know that this is mad spiral that usually brings the system … Continue reading
Posted in Managed Hosting Leave a comment
All the business servers of the world…
…have processed over 9.57 zebibyte (10^21=2^70) of data (9 570 000 000 000 000 000 000 bytes) accordingly to last research from few years ago. If all these zeros and ones were written in books a pile or rather tower … Continue reading
Posted in Managed Hosting Leave a comment
MSSQL to MySQL Migration
Recently I’ve had chance to learn that there is a fairly simple way to migrate MSSQL database to MySQL – I’ve run the test myself and succeeded – so if you fancy MySQL, go for it, but read what I’ve … Continue reading
Posted in Managed Hosting Leave a comment
Things To Remember – Part 1 (space in file name, return value)
This time it’s just a little reminder – probably first one of a series! Spaces In File Name When writing a script that will have to operate on files it’s more than likely that you’ll get a file with spaces … Continue reading
Posted in Managed Hosting Leave a comment
Installing Ubuntu 10.04.4 server from USB
If you have ever tried to install an older version of Ubuntu server, you may have found that versions 10.04 and earlier do not work very well when booted from USB. Below is one work around I’ve found to the … Continue reading
Posted in Managed Hosting Leave a comment
Multiboot From A USB Stick Using GRUB
This time we’re going to look into multiboot from a USB stick (aka pendrive) using GRUB, with a special look into Ubuntu Server – which clearly has problems seeing the USB drive on installing startup – thus making it impossible. … Continue reading
Posted in Managed Hosting Leave a comment
We’re Moving Home (/home)
Sometimes you may need to move folders to another disk or partition, due to needing more space or for safety reasons. Most often this is /home folder which is likely to be by default installed on the same partition with … Continue reading
Posted in Development Leave a comment