search for: rbthomas

Displaying 4 results from an estimated 4 matches for "rbthomas".

2010 Jun 09
2
Any experience with Eucalyptus on Centos 5.x?
Is anyone here running Eucalyptus (open source cloud computing manager, similar to Amazon EC2, from UC Santa Barbara)? Have you got any hints for bringing it up? Thanks! Rick
2010 Sep 13
1
Is there a way to set default paper size for CentOS?
I've been a Debian geek for a long time but for a work project I've started using CentOS recently. In Debian I can set the default paper size to US-Letter for the system using dpkg-reconfigure libpaper1 Is there an equivalent configuration option for CentOS? If not, what configuration files do I need to edit? Thanks! Rick
2014 Aug 24
1
How to configure dovecot imap to listen on multiple ports?
I need my dovecot imap server to listen on ports 143, 993, and also 30143 and 30993. What syntax do I use in (I presume) the /etc/dovecot/conf.d/10-master.conf file to do this? Thanks! Rick
2010 Jun 21
6
How to specify the default route?
I have a machine with two net interfaces. it seems to always pick the wrong one (eth1) as the default route. I can change it with route del default route add default eth0 after it's up (or in rc.local, of course), but I'd like to figure out what I need to do this "the CentOS way" (e.g. edit some configuration file? Run some config utility, what?) once and for all. Can