Category Archives: System Administration

Oracle removes gnome packages from its database requirements

As a sysadmin I try to make sure my servers will have the minimal installation needed in order for them to work. In most cases this policy works fine, but some applications depend on too much unneeded software like GUI … Continue reading

Leave a Comment

Filed under Proprietary software, Red Hat Enterprise Linux, System Administration

Network bonding types and configuration in Linux

A few days after the first time I created a network bonding device in Linux, I had to create two network bonding on the same machine. Sounds simple, but it seems that be default you can create only one device. … Continue reading

2 Comments

Filed under Red Hat Enterprise Linux, System Administration

Speed Up Multiple SSH Connections to the Same Server

Don Marti writes at linuxjournal about howto Speed Up Multiple SSH Connections to the Same Server. This seems very usefull – so enjoy.

Leave a Comment

Filed under System Administration

Why using Apache and mod_jk to redirect ports to Jboss/Tomcat ?

I’ve seen a lot of machines running both Apache with mod_jk just to redirect ports to Jboss/Tomcat or another Java application server. As most of the Java AS have a built in HTTP server and can “talk” with that protocol, … Continue reading

8 Comments

Filed under Free software applications, System Administration

kSar – Fixing bugs (almost) online

While working with kSar to visulize sar’s statistics, a friend found a bug with kSar. Most IT people don’t think they can have access to the developers, I reminded my friend that we’re dealing with an open source application and … Continue reading

Leave a Comment

Filed under Free software applications, Proud to use free software, QA stuff, System Administration

Visualizing SAR’s data

When you build a server architecture for a project, your often want to test the performance afterwards. That’s true especially when the only way to know the application needs is to test them. Most distributions  already come with the needed … Continue reading

3 Comments

Filed under Free software applications, System Administration

To separate or not to separate (the file systems)?

I have to handle some machines of commercial places which has a different standards about thier installations. The main difference is about creating a lot of file system instread of the normal few familiar in most distributions (/, /usr, /var, … Continue reading

11 Comments

Filed under System Administration