February 24, 2008 · Server · 3 comments

If you want to change the apache2 default charset in Ubuntu try this procedure

You need to edit this file /etc/apache2/conf.d/charset

Continue reading →

February 8, 2008 · Networking, Server · 12 comments

Parallels Workstation is empowered by a lightweight hypervisor, a thin layer of software that "works" between the host computer’s hardware and the primary operating system. The lightweight hypervisor controls some of the host computer's hardware resources, which results in dramatically more stable, secure, and higher-performing virtual machines.

Parallels Workstation sophisticated virtualization engine enables each virtual machine to operate similarly to a physical computer. Each virtual machine has its own set of virtual hardware: processor, RAM, floppy, CD and DVD drives, I/O devices, and hard disk. See the Virtual Machine Hardware topic for the full list of Parallels virtual machine devices.Intel virtualization technology (VT-x) is fully supported by Parallels Workstation.

Continue reading →

February 7, 2008 · Networking, Security, Server · 27 comments

Create a tool for host-based iptables firewall configuration. This tool should provide an easy to use interface to the user, as well as support package integration and dynamic-detection of open ports.

Continue reading →

February 6, 2008 · Monitoring, Server · (No comments)

mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color. If you install Time::HiRes, you'll get good real-time queries/second stats.

Continue reading →