Welcome to World IPv6 Day, but…

Welcome to World IPv6 Day, but we’ve been here a very long time! http://netpr.es/freeipv6vps1 http://netpr.es/ipv6vps2 http://is.gd/DstbFh

Posted in Tweets | Comments Off on Welcome to World IPv6 Day, but…

“EcoPOD packs the equivalent o…

“EcoPOD packs the equivalent of a 10,000 square foot data center into a compact, serviceable package in 1/10 the space” http://is.gd/Gd75Yt

Posted in Tweets | Comments Off on “EcoPOD packs the equivalent o…

Installing Squirrelmail to CentOS

Squirrelmail is a simple PHP based Webmail capability that’s very easy to install on CentOS Linux.

Installing Squirrelmail is as easy as running the following command as root on your CentOS system:

yum -y install squirrelmail

Because Squirrelmail is included in the Base distro of CentOS!

I usually install it along with the Sendmail Mail Server software, so I also do:

yum -y install sendmail

If the pre-requisites for the squirrelmail package doesn’t install sendmail anyway.

You’ll probably want to use IMAP via localhost for Squirrelmail to interact with your Mail & mailboxes, so also install Dovecot, via:

yum -y install dovecot

Then configure Dovecot by setting the ‘protocols =’ & ssl file lines in /etc/dovecot.conf to be:

protocols = imap imaps
ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem
ssl_key_file = /etc/pki/dovecot/private/dovecot.pem

Then save that update & restart Dovecot with service dovecot restart as the install of Dovecot created those SSL Cert & Key files.

Best to restart your Apache webserver too after this, so do service httpd restart and make sure the site(s) are running ok.

Configure Squirrelmail itself by running the command /usr/share/squirrelmail/config/conf.pl as root (is best) and I suggest setting you own Organisation fields (press ‘1’ & then the number for each setting you’d like to change, all in a text-based window/’ncurses’ UI from a login shell on your CentOS host). Use the ‘s’ command to save your config updates, then ‘Q’ to exit the configurer.
Pretty much all the other default settings of Squirrelmail are ok in CentOS & you may need to make the conf.pl file executable with chmod a+x /usr/share/squirrelmail/config/conf.pl

In a browser, go to ‘http://your-site-name.url/webmail’ to get to Squirrelmail and try to login with the username & password of a Linux user on your CentOS host, if you are successful in logging in, create some emails & send them off, get replies, etc.
If the login failed, check the web server log files in /var/log/httpd/

Posted in Network Presence | Tagged , | Comments Off on Installing Squirrelmail to CentOS

Weekly Tweets for 2011-06-05

Powered by Twitter Tools

Posted in Tweets | Comments Off on Weekly Tweets for 2011-06-05

Tweets for 2011-06-04

Powered by Twitter Tools

Posted in Tweets | Comments Off on Tweets for 2011-06-04

Get 20%+ more RAM on our Canberra VPS Hosting

For the next few weeks we’re deploying customer VPS in Canberra, on our new Canbarran hardware, which includes fast RAID6 disk arrays, as well as lots of fast RAM & CPU, meaning that Canberra is our “high end computing” POP.

So until Jan 2012, our offer is to increase the amount of RAM that your VPS Order gets by 20% and host that VPS in Canberra, on this new fast hardware.

Posted in Network Presence | Comments Off on Get 20%+ more RAM on our Canberra VPS Hosting

Sydney Full, but Canberran VPS Screamers online!

We’ve filled our Sydney VPS Hosting resources after a month of solid orders, which is fantastic for Network Presence & we’ve overflowed into our new Canberran POP to keep provisioning “Big Data” VPS connected to Australia’s best networks.

Canberra is a ‘firecracker’ of a POP, with two 30TB RAID6 arrays online and pushed to the Internet via our dedicated Cbr-Syd Link!

The disk & processing available online in Canberra will continue growing during 2011 and into 2012, so this POP can carry your bulk/high-volume Internet storage (“Big Data”) forward from excellent Australian and Asian connectivity.

Posted in Network Presence | Tagged , , | Comments Off on Sydney Full, but Canberran VPS Screamers online!

All Network Presence #VPS Plan…

All Network Presence #VPS Plans & services include native & full Internet #IPv6 routing & connectivity! http://netpr.es/ipv6vps2 #NetPres

Posted in Tweets | Comments Off on All Network Presence #VPS Plan…

Using parted on > 2TB drives to create new partitions for LVM

On your Linux based hardware with “large” disks (>> 2TB drives to Linux) you may want to use the GNU ‘parted’ disk partition utility to create storage that’s available to the kernel & LVM.

As root run ‘parted /dev/sdX’ where X is the SAS/SATA/whatever controller’s drive as presented to the Linux kernel.

At the ‘(parted)’ prompt, enter:

mkpart primary ext3 0 -1
set 1 lvm on

Then ‘quit’ Parted to save your changes to the partition table on the relevant drive.

This creates a new partition assigned the whole drive capacity and gives it the LVM partition type, then saves those changes & exits parted.

Posted in Network Presence | Tagged , | Comments Off on Using parted on > 2TB drives to create new partitions for LVM

I’m very glad to hear this! Xe…

I’m very glad to hear this! Xen celebrates full Dom0 and DomU support in Linux 3.0 http://is.gd/LKyfef #NetPres #Linux #VPS

Posted in Tweets | Comments Off on I’m very glad to hear this! Xe…