Fri Jul 22 2011 09:39:44 AM EDT from IGnatius T Foobar @ UncensoredI hate all this convergence crap. Each device should run a UI that is designed for it.
And I'm on the same boat here. I hate the new proposed UI for Win8... and Unity sucks for large screens (I have 2 monitors at 1680 x 1050)
--
Stephen D King
skpacman8629@gmail.com
so I ran the sudo apt-get install xubuntu-desktop
Installed beautifully. just waiting until I get home to see the results. I'm assuming I have to choose that option at the login screen the same way I chose "Ubuntu Classic"
--
Stephen D King
skpacman8629@gmail.com
i3 scales nice from tiny to big screens.
True -- it's ugly at *any* resolution. :)
I tried the tiling window manager thing ... it just didn't work for me. I seem to benefit from having the corners of buried windows sticking out from under the top ones.
It's a shame that GEM has even been bypassed by the "this old software is perfect for today's resource-constrained embedded systems" window of opportunity.
Heh. Look at that. According to [ http://www.deltasoft.com/news.htm ] it seems that when Caldera bought the GEM sources from Novell (as part of their acquisition of the assets of Digital Research, such as DR-DOS) in 1997, they had the intention of using GEM as a platform for mobile computers and thin clients.
I wonder if there's anything it would be good for today.
DR-DOS) in 1997, they had the intention of using GEM as a platform for
mobile computers and thin clients.
Might have been plausible if they'd really hacked on it hard for a number of years and with a lot of foresight... but Android and iOS have that sewn up right now... and with that DOS kernel, you really have to wonder how well it would have worked...
geos was also set to fill this gap and failed.
I think it's just nostalgia at this point. Kind of like all those people who still want to petition IBM to release the source code to OS/2's WorkPlace Shell so that it can become The Next Great Desktop (tm).
And now the GNOME and KDE people are fighting over who gets to use the words "System Settings" in their desktop. Personally I think that this isn't actually happening, but instead, secret agents from Slashdot have infiltrated both camps in order to stoke the flame wars.
I think it's just nostalgia at this point. Kind of like all those
people who still want to petition IBM to release the source code to
OS/2's WorkPlace Shell so that it can become The Next Great Desktop
(tm).
Well they can't, or at least shouldn't. OS/2 was spun off/sold to another business which is still selling & supporting the product. The code might no longer be IBM's to release.
So Jul 24 2011 20:49:41 EDT von LoanShark @ UncensoredI think it's just nostalgia at this point. Kind of like all thoseWell they can't, or at least shouldn't. OS/2 was spun off/sold to another business which is still selling & supporting the product. The code might no longer be IBM's to release.
people who still want to petition IBM to release the source code to
OS/2's WorkPlace Shell so that it can become The Next Great Desktop
(tm).
yes, it is. but I wouldn't think that the WPS is their primary featureset; since most customers are using their os/2 computers in automatons having their own UI, or as sort of a "thin client" to run RDP/X11/3270/... applications.
but due to that they probably just got a license, not all rights, its hard for both of them to release the source...
as for the kernel, its probably got lots of additions from Aix, which also makes copyright a problem.
migrated our last remaining CentOS instance to Ubuntu today. Kind of sad because it's a superior OS to Ubuntu in most respects that matter, it's just not nearly as well-packaged To The Cloud(tm)(barf).
I expect this will change when CentOS 6 gets nice supported PV-GRUB images built, but that doesn't help us **now**.
And then of course they pre-install the "make everything broken by default"
package, also known as SElinux.
I'm sure that most shops will build and use a clonable image for deployment to Teh Cloud (private or public) and we do that too, but it's still a hassle.
I do like the Ubuntu/Debian practice of not enabling much of anything in the default server installation. Although not even enabling the SSH server might be a bit *too* conservative -- they should at least ask about that during the setup.
well, found one of these centos VMs running a deamon of 200MB ram just polling for UPDATES?
ain't that a job for cron?
and... I realy dislike exim being the default MTA, and that you needed to know a litte deb-foo to replace it with msmtp
but...
dpkg --set-selections is a real cool feature.
I'm sure that most shops will build and use a clonable image for
deployment to Teh Cloud (private or public) and we do that too, but
it's still a hassle.
Well you shouldn't have to do this. Distributors should package a sensible image for you, with all that physical-machine stuff turned off, ssh turned on and just about nothing else.
And our management tools provider (RightScale) does this. The images they provide are everything you want in most respects, and you can get started quickly with building install scripts to layer your own stuff on top of the image. All well and good.
The only problem is this one little niggling pesky detail - the images aren't PV-GRUB based, so you can't upgrade the kernel without rebuilding the image. If the images were just PV-GRUB based, we'd be able to do "yum update kernel-xen && reboot", or incantations to that effect.
Since I refuse to fall into the trap of maintaining our own images, Ubuntu it is. I might have stuck with CentOS and bit the bullet and built an image, if 99% of our servers weren't on Ubuntu already before I started working here...
PVM guests account for the vast majority of Amazon EC2 deployments. Amazon requires HVM guests on their Cluster Compute and Cluster GPU instance types. All other instance types have historically used PVM-based images, and that might be the only type still supported.
That said, it's reportedly feasible (except that nobody I know of has worked out all the details yet) to boot other OS's, such as FreeBSD, using PV-GRUB; I assume this would require FreeBSD support paravirt_ops.
Every AMI is flagged with a virt type, PVM or HVM. Also, if you launched with any AKI other than one of the PV-GRUB AKI's, you're definitely using PVM. If you're using PV-GRUB, it depends on how your kernel was built. pv-grub should be able to chain into any kernel that supports either the Xen 3.0.2 interface or paravirt_ops.