I want to create a vicidial debian server but i have a problem in partioning the HDD., i have 160 GB hard drive can give me sample how to partion the drive?
Thank’s
Ken
I want to create a vicidial debian server but i have a problem in partioning the HDD., i have 160 GB hard drive can give me sample how to partion the drive?
Thank’s
Ken
Nvidia’s new, inexpensive graphics chip appears to have hit a market sweet spot.
Speaking at MobileBeat in San Francisco today, HP’s Phil McKinney chatted up the company’s flexible display tech, which uses rugged Mylar-infused sheets similar to those found in solar panels and can display video while still being bistable the same way E Ink is — in other words, it’ll hold an image without power. Thankfully, this seems to be more than a pipe dream sitting in a lab somewhere, because McKinney went on to say that “these are the kinds of display technologies that will change what we think of in form factors, both in products from Palm with flexible displays, and with HP.” In other words, it’s entirely within the realm of reason to imagine a bendy webOS device that gingerly sips battery juice — or stops sipping it altogether —
Facebook supports its social network of 500 million users with LAMP software infrastructure. This open source approach, also used by Google, Twitter, Yahoo and others, is a departure from the proprietary products offered by Microsoft, Oracle and IBM…
Today, Google is out with a free software framework called Google App Inventor for Android, which promises to make it easy for anyone to create applications for Android smartphones. This move from Google is a shrewd one, and falls right in line with open source principles and the power of crowdsourcing. At the same time, though, apps and app stores are such critical components in any successful smartphone strategy that Google should observe some sensible rules.
Read more at Ostatic
A Quick Look at MeeGo in Bugzilla
2010-07-05 through 2010-07-11
As of 2010-07-12 MeeGo Platform contains 2963 items (+100 this week),
including 1077 open issues (+55 this week):
81 open enhancements (-1 this week)
For more detail, please see MeeGo Platform Bug Jar 2010.28 in the MeeGo Bug Jar blog.
As of 2010-07-12 MeeGo Community Infrastructure contains 121 items (+7 this week),
including 44 open issues (+4 this week):
8 open enhancements (no change this week)
For more detail, please see MeeGo Community Infrastructure Bug Jar 2010.28 in the MeeGo Bug Jar blog.
As of 2010-07-12 MeeGo Projects contains 308 items (+2 this week),
including 181 open issues (-2 this week):
115 open enhancements (no change this week)
For more detail, please see MeeGo Projects Bug Jar 2010.28 in the MeeGo Bug Jar blog.
As of 2010-07-12 MeeGo Features contains 243 items (no change this week),
including 242 open issues (no change this week):
For more detail, please see MeeGo Features Bug Jar 2010.28 in the MeeGo Bug Jar blog.
The Zend developers are providing their users with the opportunity to vote on possible adjustments to the syntax in version 2 of Zend Framework
The ISO has modified its procedures after the controversial adoption of Microsoft’s OOXML document format as an open standard in expedited proceedings
Some time ago openSUSE Board decided to delegate the membership handling process to so-called Membership officials. They review applications and give -1, 0, +1 points depending on user’s contributions to the project. Once user receives +4 resp. -4 points, the application is accepted resp. rejected. In both cases, an email is sent automatically to the user informing about the result. If the membership is approved, additionaly two extra emails are sent to admin@o.o and news-submit@o.o, so email/cloak/lizards account can be set up and Weekly News team can invite the new members. The officials team currently consists of 16 very active community members, who can be reached on email address membership-officials@o.o and their list is in the mentioned wiki page.
When Xen was first released in 2002, the GPL’d hypervisor looked likely to take the crown as the virtualization platform for Linux. Fast forward to 2010, and the new kid in town has displaced Xen as the virtualization of choice for Red Hat and lives in the mainline Linux kernel. Which one to choose? Read on for our look at the state of Xen vs. KVM.
Things in virtualization land move pretty fast. If you don’t have time to keep up with the developments in KVM or Xen development, it’s a bit confusing to decide which one (if either) you ought to choose. This is a quick look at the state of the market between Xen and KVM.
KVM and Xen
Xen is a hypervisor that supports x86, x86_64, Itanium, and ARM architectures, and can run Linux, Windows, Solaris, and some of the BSDs as guests on their supported CPU architectures. It’s supported by a number of companies, primarily by Citrix, but also used by Oracle for Oracle VM, and by others. Xen can do full virtualization on systems that support virtualization extensions, but can also work as a hypervisor on machines that don’t have the virtualization extensions.
KVM is a hypervisor that is in the mainline Linux kernel. Your host OS has to be Linux, obviously, but it supports Linux, Windows, Solaris, and BSD guests. It runs on x86 and x86-64 systems with hardware supporting virtualization extensions. This means that KVM isn’t an option on older CPUs made before the virtualization extensions were developed, and it rules out newer CPUs (like Intel’s Atom CPUs) that don’t include virtualization extensions. For the most part, that isn’t a problem for data centers that tend to replace hardware every few years anyway — but it means that KVM isn’t an option on some of the niche systems like the SM10000 that are trying to utilize Atom CPUs in the data center.
If you want to run a Xen host, you need to have a supported kernel. Linux doesn’t come with Xen host support out of the box, though Linux has been shipping with support to run natively as a guest since the 2.6.23 kernel. What this means is that you don’t just use a stock Linux distro to run Xen guests. Instead, you need to choose a Linux distro that ships with Xen support, or build a custom kernel. Or go with one of the commercial solutions based on Xen, like Citrix XenServer. The problem is that those solutions are not entirely open source.
And many do build custom kernels, or look to their vendors to do so. Xen is running on quite a lot of servers, from low-cost Virtual Private Server (VPS) providers like Linode to big boys like Amazon with EC2. A TechTarget article demonstrates how providers that have invested heavily in Xen are not likely to switch lightly. Even if KVM surpasses Xen technically, they’re not likely to rip and replace the existing solutions in order to take advantage of a slight technical advantage.
And KVM doesn’t yet have the technical advantage anyway. Because Xen has been around a bit longer, it also has had more time to mature than KVM. You’ll find some features in Xen that haven’t yet appeared in KVM, though the KVM project has a lengthy TODO list that they’re concentrating on. (The list isn’t a direct match for parity with Xen, just a good idea what the KVM folks are planning to work on.) KVM does have a slight advantage in the Linux camp of being the anointed mainline hypervisor. If you’re getting a recent Linux kernel, you’ve already got KVM built in. Red Hat Enterprise Linux 5.4 included KVM support and the company is dropping Xen support for KVM in RHEL 6.
This is, in part, an endorsement of how far KVM has come technically. Not only does Red Hat have the benefit of employing much of the talent behind KVM, there’s the benefit of introducing friction to companies that have cloned Red Hat Enterprise Linux and invested heavily in Xen. By dropping Xen from the roadmap, they’re forcing other companies to drop Xen or pick up maintenance of Xen and diverging from RHEL. This means extra engineering costs, requiring more effort for ISV certifications, etc.
KVM isn’t entirely on par with Xen, though it’s catching up quickly. It has matured enough that many organizations feel comfortable deploying it in production. So does that mean Xen is on the way out? Not so fast.
The choice of KVM vs. Xen is as likely to be dictated by your vendors as anything else. If you’re going with RHEL over the long haul, bank on KVM. If you’re running on Amazon’s EC2, you’re already using Xen, and so on. The major Linux vendors seem to be standardizing on KVM, but there’s plenty of commercial support out there for Xen. Citrix probably isn’t going away anytime soon.
It’s tempting in the IT industry to look at technology as a zero sum game where one solution wins and another loses. The truth is that Xen and KVM are going to co-exist for years to come. The market is big enough to support multiple solutions, and there’s enough backing behind both technologies to ensure that they do well for years to come.