08
Jun
_qacct = "p-5cEhFSZZan1sk"; quantserve(); ...
15
Apr
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 ...
24
Mar
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 ...
23
Mar
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 ...
18
Mar
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 ...