preload preload preload preload

Our CEO, Stephen Klenert talks with TMCnet.

_qacct = "p-5cEhFSZZan1sk"; quantserve(); ...

Atlantic Metro Integrates R1Soft CDP Backup

NEW YORK, NY April 15, 2010: Atlantic Metro Communications, a full-service Internet Solutions Provider of Managed Hosting, Colocation, IP Bandwidth, Dark Fiber and Metro Transport services, announced today it has integrated R1Soft Continuous Data Protection® (CDP) into all of its Cloud Hosting offerings. Atlantic Metro will use R1Soft’s high-performance CDP server backup software to protect clients’ mission-critical data on Windows, Linux, and MySQL servers. With R1Soft’s next-generation CDP backup technology clients will benefit from single file restore capabilities which provide ...

HOWTO: Use lshw to get more information about your hardware

Upgrades are inevitable.  At some point during your server's life, you may want to know exactly what is in your machine, in terms of RAM, Hard Drives, CPUs, etc., so that you can plan your upgrades without having to take the server down. For situations like this, give lshw a spin. This stands for "LiSt HardWare". In many cases, people use lspci to find out what hardware they're using. It isn't a bad tool, but it isn't very complete, either. test:~# lspci 00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 09) 00:02.0 PCI bridge: Intel Corporation ...

HOWTO: Use shell scripting to be really lazy and impatient

If you're as lazy and impatient as I am and you just dont want to hit the Up arrow and in infinite rapid succesion, use this shell script while [ true ]; do mii-tool eth1; sleep 1; done Oh yeah, hit CTRL+C when you're done -James ...

HOWTO: Improve Email Workflow with Google Apps

Hello! If you're like me, a scatterbrain, you frequently have thoughts pop in an out of your head and have a troubling time managing them. One solution that I've been able to concoct using a little bit of Google Apps trickery and Labs features, is to use the 'Multiple Inboxes' plugin, in conjunction with Google Apps' built in label functionality to create a follow-up queue. How it works This method works by creating a filter to match a certain To: address, apply a label, and have Multiple Inboxes display only that label. To use, you simply reply to any email thread, change the To: to ...