I just read that Codeweavers has managed to get World of Warcraft working in Crossover Office in their development builds it should be possible. Of course, it’s been possible for some time to run it via Transgaming’s Cedaga. But codeweavers seems to be working on it in their Crossover product as well and are “testing it extensively”…. NOW I know why it’s taking so long for 6 to come out….
Category: Linux
-
Kubuntu discs arrived!
The five Dapper Drake Kubuntu 6.06 LTS disks that I requested in the week or so before release arrived in the mail today. Thanks Canonical. Yes, I do a lot of downloading, but a professionally pressed disk looks so much better to give someone to try out than a home made cdr written on with a sharpie….
-
Windows Vista Beta notes…
What follows are some notes that I’ve taken on the Vista beta that I installed into a VM. I’ve got a lot of toying around yet to do with it (and at least one Internet Explorer bug I want to mention.) But… I’ll go ahead and post this. [warning – rambling and long text…]
A few days back I undertook an effort of self torture. After finally getting the Vista Beta 2 downloaded and having Vmware server up and running I thought I’d give a go at installing and see what things looked like. I did NO pre-googling for tips and so this is a pure “discover as you go” process.
-
VMware Server
OK – just fresh off solving the reason I couldn’t get vmplayer to start on my 1Ghz AMD 64 1GB of memory machine…. I started looking at vmserver. (RC1). Now, vmplayer is a free download (so is vmware server). I’m really liking what I see from vmware server and am pretty sure I’m going to stick with it over the player. There are quite a few interesting features and I’ll try to give a skim over them. For starters, there is a management console that gives you the ability to connect to a vmware server on a different host (with credentials as a user on that system), or the localhost. On the localmachine it shows what virtual machines you have configured and gives you the chance to create another one, open an existing one not in the list, or tweak host settings.
-
Wine-Doors the future of Windows software installing on Linux
I just came across this article about wine-doors which sounds VERY promising. Of course, let me set the stage. Wine is a windows compatibility api for linux. The goal of wine is to allow windows applications to run on top of a linux system without modification (of the original windows version.) There are codeweavers wine (a commercial version that drives most of the development – and is known for easier installs of software.), the main open source wine and cedaga (aimed towards games 3d directx implementation.)
-
Qemu 0.8.1 (with kqemu 1.3.0pre7)
While I was testing out the “single cut and paste” linux vnc remote desktop sharing script and x11vnc binary…. I spent a fair amount of time booting up livecd’s n qemu to test various distributions/ages of linux setups to see how compatible things were. I had not checked in at the qemu site in quite a while (a few months), but there was a new version out… in fact, I think 0.7.1 is what I was running previously, so I missed 0.7.2 and 0.8.0… Anyway, I’m running 0.8.1 now and I compiled kqemu as well (now at 1.3.0pre7)…. wow qemu has made great strides (with kqemu) since 0.7.1 ….
-
Remote tech support with anything – would I do it?
I’ve tried to ask myself if I’d trust someone enough to let them run a remote session on my own desktop to solve a problem. I think the answer is “it depends”. If you think about it, I do tech support for home users quite a bit and they let me come into their homes. If I were weighing someone coming into my house, or onto my computer desktop, I think I’d choose my desktop. …
-
x11vnc slow internet initial-connection performance – identd timeout
So, I had the script all ready, I’ve got my x11vnc custom compiled to be as widely compatible as possible, I’ve tested thoroughly on the internal network. The next step was to test my x11vnc “one cut and paste” script over the internet. So, I visited my parents pc which dual-boots Windows XP and Mandrake 10.0…. I did the cut and paste into the “run command…” menu and waited and waited and waited. dropped to a console and started again, but checked that x11vnc was already running. I didn’t know what could be taking so long. I tried again and the FIRST connection gave the prompt.
-
The security of remote tech support (ultravnc sc or x11vnc with wrapper script)
Well, I’ve got a nice way of doing “easy” one click (or one cut and paste) light desktop support for windows or linux, one uses ultravnc sc, the other uses x11vnc with a special wrapper script. So, what security flaws are there in this process? Well, for starters, I see the biggest vulnerability for the computer running the listening vncviewer (because it HAS to be available to the outside world.) That means the tech support desk must keep on top of vncviewer updates and keep the service turned off when not expecting a client connection. The other question that comes to mind is encryption though….
-
A closer look at x11vnc
I’ve got to say, one of the things I really like about linux are the myriad of options for remotely administering a system. SSH is the one I use the most, but for the graphical you have x (especially on the LAN), nxserver (which is a compressed and optionally encrypted wrapper of the X protocol….), vnc can be used, although as I’ve noted in the prior articles one problem with either nxserver, X or vnc is that you can’t by default connect to a running X session. x0rfbserver CAN, but only if a user is logged in (as far as I know….) I found an interesting trick with x11vnc that let’s you run it even if the system is at the greeter. (the login screen for X).