6th January 2009

Check, repair and optimize all MySQL databases

Wednesday, May 21st, 2008

The following command will check, repair and optimize all databases on your MySQL server.

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

It is the equivalent of calling CHECK TABLE, REPAIR TABLE, ANALYZE TABLE and OPTIMZE TABLE for each table in each database on your server.

We tend to run this command directly after our scheduled backups.

New website

Sunday, April 6th, 2008

Our new website is now online.

As you would expect, the site is created wholly using Open Source software. It has been created using the excellent WordPress software and is
hosted on our own LAMP (Linux/Apache/MySQL/PHP) servers.

Support for Open Source software

Sunday, April 6th, 2008

We can provide remote or onsite support for Open Source operating systems (Linux / BSD) and applications such as the Apache webserver, Tomcat, MySQL. There are more examples of products we’ve worked on our experience page.

We’re comfortable working in mixed environments too, for example running Apache, MySQL and PHP on Windows (commonly known as the WAMP application stack)

Our experience

Sunday, April 6th, 2008

We have been working with Free and Open Source Software since 1998 and have worked with wide variety of customers, ranging in size from single employees through to large multinationals. An increasing amount of our work is with SME’s who are making use of Open Source software to reduce their IT costs. Our customers are in both the private and public sectors.

Free and Open Source software we work with

Our preferred Linux distributions are Debian, Ubuntu and Red Hat Enterprise Linux, but we have considerable experience with a wide range of Linux distributions. We are also experienced with BSD, in particular OpenBSD and FreeBSD.

We build mail servers based around either Exim, Postfix or Sendmail MTA’s and generally use Courier IMAP/POP3 server. We also utilise a number of open source anti-spam packages including SpamAssassin and amavis.

A lot of our work is building and supporting the infrastructure for web facing applications and websites. Generally this involves Apache HTTPd as the web server, with either a TomCat application server or PHP application. Generally these make use of a database such as MySQL or PostgreSQL. The most common configuration we work with now is known as the LAMP stack (Linux, Apache, MySQL, PHP). We’ve also made use of squid as a web content accelerator, and a caching proxy server.

We have setup and provided support for numerous Open Source web applications such as MediaWiki, Drupal, Blojsum and Wordpress (which we use to run this site).

We use Samba to allow customers to run Windows compatible file/print server without needing to run Windows.

We also work with a number of monitoring packages, and make extensive use of packages such as monit and smokeping as well as our own custom monitoring scripts to monitor our customers systems and networks.

These are just examples of our work, so if you have another Open Source system you’d like us to support then please contact us.