8
Calxeda: ARM-based HP Moonshot 'later this year'view story

https://www.linux.com – HP's Moonshot servers went production with Intel's Atom processor first, but expect a fast follow with an ARM system powered by Calxeda. HP's Moonshot servers went production with Intel's Atom processor first, but expect a fast follow with an ARM system powered by Calxeda. Read more at Enterprise Open Source Toolkit (Hardware)

12
ProfitBricks Shows It Can Take On AWS With 2.0 Infrastructureview story

http://techcrunch.com – The infrastructure-as-a-service-providers (IaaS) market is starting to exhibit a deeper diversity. Call it the “Cloud 2.0″ era if you will. (IT news)

13
10 Startups That Turn Complexity Into Simplicityview story

http://techcrunch.com – Here’s the thing about simplicity. It’s all relative. A developer’s idea of simplicity is different from a finance chief or a customer service agent. I run across a variety of startups in my daily work at TechCrunch. But few have that innate sense of elegance or the capability to abstract complexity to such an extent that anything else seems antiquated in comparison. (IT news)

13
Where The Free Software Movement Went Wrong (And How To Fix It)view story

http://techcrunch.com – The biggest change I’ve seen in the tech industry in the past decade isn’t social media, cloud computing, big data, consumerization or even mobile. It’s the mainstream acceptance of open source. Even 10 years ago open source was controversial. Back then “open vs. proprietary” arguments would still erupt at meetings and parties. (IT news)

12
[ubuntu] Shrink NTFS Full Disk Imageview story

http://ubuntuforums.org – So I am trying to migrate several Windows virtual machines from Vmware to Xen running on Ubuntu 12.04. I have everything in xen working perfectly and have also converted the Vmware images to .img files. Unfortunately, whoever set up these servers originally gave them 400gb dynamically sized disks, so when I convert them, I end up with 400gb .img files. (Hardware)

9
How to disable IPV6 in debianview story

http://www.debianadmin.com – This tutorial will explain how to disable IPV6 in debian. Open a terminal and su to root Now you need to check if iPV6 is active or not using the following command netstat -tunlp |grep p6 |wc -l If the result is anything other than 0, then one or more IPv6-aware processes is running. Disable using the following 3 commands echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf s (Distributions)

9
openSUSE 12.3 Launch Feedback: we’re still awesome!view story

http://news.opensuse.org – Last week we let openSUSE 12.3 out of the gate. Like always, it was exciting and fun to see the result of so much preparation get to our users! So, how did it go and what did we learn? Conversations We had great conversations with you on google plus and we were very happy that 40 people joined the openSUSE team hangout on the release day! (Distributions)

8
Can VPNs reduce latency? [duplicate]view story

http://serverfault.com – This question already has an answer here: Route over the public interface or the VPN? 2 answers I've found a common subject in forums asking about using VPNs to reduce latencies bet (HowTos)

8
How to install Sphinx on CentOs 6 where the DB and App server are seperate serversview story

http://serverfault.com – First what is the best way to install Sphinx on a centOs server rpm -ivh http://sphinxsearch.com/downloads/accept.php?file=sphinx-2.0.6-1.rhel6.x... yum install sphinx didn't seem to work. Also, my set up is one app server, and one database server. (HowTos)

8
Two CPU cores at 100% utilization after soft lockup on two CPUs, is this normal?view story

http://serverfault.com – I had two of my CPUs lock up on one of my servers. From dmesg: BUG: soft lockup - CPU#1 stuck for 23s! [vmx-vcpu-0:6148] and later: BUG: soft lockup - CPU#2 stuck for 23s! [vmx-vcpu-0:6148] I'm trying to figure out why this would happen; the processor has 4 cores with hyperthreading, so the OS sees it as 8 cores. (HowTos)