In: Microsoft
Written by: Taylor Gerring
The new Office 2010 Beta was expected this week and just dropped on MSDN and TechNet. Unfortunately, it does appear to be on the faster “Top Downloads” servers – I’m getting a paltry 450KB/s. The Professional Plus 2010 package is available in both 64-bit and 32-bit flavors; download details for both appear below.
Read the rest of this entry »
In: SSIS
Written by: Taylor Gerring
If you need to access a custom .NET Assembly from an SSIS Script Task, Microsoft doesn’t make things very easy – but it’s still possible with a little setup. This is a great way to introduce custom data types or some new functionality without having to replicate that code in a new environment.
Read the rest of this entry »
In: Linux
Written by: Taylor Gerring
I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d disseminate my solution in hopes that it saves other time. A few suggest playing with pwconvert, /etc/shadow and /etc/passwd, but my solution was much simpler.
Basically, if you run passwd and receive the error,”passwd: Authentication token manipulation error”, the culprit is likely Likewise Open. Unfortunately, even having this installed — but not configured — will prevent you from using passwd to update a local users’s password. Fortunately, the fix is very easy if you don’t actually use Likewise Open – just remove it from your system with this command:
Read the rest of this entry »
In: VirtualBox
Written by: Taylor Gerring
You’ve got to admit, the VirtualBox team is nothing if not consistent. Despite the complexity of a project such as theirs, the release schedule has been admirable. Major releases arrive periodically, but more importantly, all those annoying little bugs are shored up quickly. 3.0.6 marks the third bugfix release of the 3.0-series and the changelog is a bit longer than usual for such a build.
According to the VirtualBox Web Console Blog, quite a few of the fixes released are directly related to requests from that project. As noted in my preview, VirtualBox Web Console is a great idea, but is just too immature for use. With this new VirtualBox version, hopefully that problem will fix itself even faster.
Aside from Python API-replated adjustments, there’s nothing too out of the ordinary, but I see a couple things that pique my interest:
In: VirtualBox
Written by: Taylor Gerring
Sun posted a note on the front page of the VirtualBox website noting a new project in development sure to make administrating virtual machines much simpler. The project is called VirtualBox Web Console and aims to replicate the VirtualBox console in Web 2.0 fashion. In their own words,
The mission of the VirtualBox Web Console project is very simple: implement the VirtualBox user interface using modern Web 2.0 techniques like AJAX. It will start with very little functionality but our intention is to grow this quickly into a very powerful and easy to use web interface for either a single VirtualBox host or a group of hosts.
The code is certainly its infancy and it seems that those responsible for its development plan on taking advantage of community contributions — as evidenced by being hosted on Google Code. The team has a few blog posts outs, but it’s really too early to tell how responsive they’ll be to the community at large.
