Archive

Posts Tagged ‘Linux’

SUSE Studio

October 14th, 2009 Jon Smith No comments

I have to say it has been a very long time since something on the web has impressed me to the point of being amazed. But today I found out about SUSE Studio.

SUSE Studio allows you to build/create your own Linux distribution based on SUSE linux.

“Build an appliance — or your own custom Linux distro — with a few mouse clicks. Customize it to your heart’s content, and share it with the world!”

Read more…

Linode Network Stats in Cacti

July 16th, 2009 Jon Smith No comments

Linode provides a convenient XML data feed that provides information about your CPU usage and Network Usage. The graph for the CPU Usage seems a little useless, but I have included it here as the XML feed provides the data.

You will need your linode account number to use the graphs, you can find this number by looking at the graphs provided to you in your Linode account management interface. The title of the graph will be “http://www.linode.com/ – yourhostname (linode12345) – CPU – …….”. You will need the text from inside the ( ) for your username ie linode12345.

Read more…

OpenSUSE Local Update Repository

July 3rd, 2009 Jon Smith No comments

I recently wrote a three part article on using Autoyast to automate the installation of OpenSUSE machines. I this article I will show you how to setup a local software update repository as well.

Read more…

PostgreSQL Performance Tuning

June 24th, 2009 Jon Smith No comments

Well I have had my head buried in Postgres tuning parameters today. There are so many different options to look at and no real definitive guidelines out there, and to make matters worse you can really impede performance with incorrect tuning parameters which is probably counter productive if your interested in tuning for performance :-) .

I have read a lot of blog posts and articles today and will list the ones I found most helpful below.

Read more…

OpenSUSE AutoYast/AutoInstall Howto Part 3

June 19th, 2009 Jon Smith No comments

OpenSUSE and SLES (SuSE Linux Enterprise Server) both come with AutoYaST which is a very powerful tool that allows administrators to quickly and easily deploy servers that have an identical configuration for rapid server deployment.

In this three part series we will explore creating a repository for use with multiple systems, creating and customizing the AutoInstall file, and finally running through an install procedure.

Part 3 – Putting it all together and installing a server

In this part we will look at running through a machine install making use of our newly created repository and AutoInstall file.

Read more…