The Valency of writing
Hmm got a couple of chapter sections just refuse to join and play nice. Maybe they have incompatible subject valency.
Hmm got a couple of chapter sections just refuse to join and play nice. Maybe they have incompatible subject valency.
Some 18+ months ago I finally made the move away from Windows as my primary operating system. The final straw was Microsoft disaster or Vista as its widely know. The escape was gradual before I made the Operating System move I had stopped using office, or more accurately Word to compose and edit documents and moved to Lyx (that in itself can save your sanity, you get to concentrate on your document not dealing with the various was Word insist of ****ing up your layout in the middle of what you are doing.)
I regularly use two desktop machines and two laptops.
Both desktop machines now run Ubuntu Linux. The laptop still has Windows on it for those odd bits of development work for which I am forced to use Windows. One desktop has been set for dual boot, mainly so I can continue to use cubase for music applications.
All the Linux machines also have a copy of VirtualBox installed under which I have a virtualised copy of Windows XP. Why? well I have some projects that require Visual Studio or MS Project. Having virtual box means I can run those without rebooting the machine into Windows. Most of the time the virtualised version of windows is indistinguishable from running natively on the machine.
Weird Side Effects
Yup there are some weird side-effects of doing this. In some cases its been a fight getting MY DATA out of propriety formats into more open formats (often plain text). Strangely each time you manage to extract your data it feels like you are getting something back. Its as is those ********s in redmond had confiscated your data and are now being forced to hand it back.
Its not a perfect solution OpenOffice is annoying, but not as annoying as Microsoft Office.
The other benefit is pushing to use a non microsoft solution will probably annoy your Innovation Prevention department….
A number of colleagues have gone the same route, other have gone to a Mac and use Parallels to use Windows if they really have to. (normally to comply with badly written written web applications implemented by Innovation Prevention Departments who have not worked out that a web based app should work on something other than a internet exploder on a Windows machine)
I was using one of the Huawei adapters on Ubuntu 8.10 with an eeePC. Installation could not have been easier. But we recently acquired a new dongle which turned out to be the ZTE is not natively unsupported.
Thanks to some handy notes here my task was made much easier. The steps I took were
A copy of the files and the script to install them are here jtztedongle but if you do download them you use them at your own risk.
The steps based on the information available here are shown below in the script I used.
#!/bin/bash
#see notes at http://ubuntuforums.org/showthread.php?t=1017630
#should install required stuff to allow ZTE MF627 Broadband dongle as sold by
#3 in the UK to work on Ubuntu
#for later in the script I want todays date and time
the_date=`date +%y%m%d_%H%M%S`
#I downloaded usb mode switch
#from http://www.draisberghof.de/usb_modeswitch/usb-modeswitch_0.9.5_i386.deb
#1)install usb mode switch
dpkg -i usb-modeswitch_0.9.5_i386.deb
#2)
#first we’ll back up existing one
mv /etc/usb_modeswitch.conf /etc/usb_modeswitch.conf.jon.$the_date
cp usb_modeswitch.conf /etc/usb_modeswitch.conf
#3)Create udev ruls
cp 999-zte.rules /etc/udev/rules.d/999-zte.rules
#4)
cp 20-zte-mf628+.fdi /usr/share/hal/fdi/information/20thirdparty/20-zte-mf628+.fdi