Tips on Working Remotely [Link]
It’s been a good while since my last post, so I figured I’d avoid fulfilling the duty by linking to an article written by one of my heroes, Gina Trapani.
In our line of work, working remotely and staying productive is a must. But at the same time, it’s also very easy to get engrossed in that work and become reliant on quick emails or IMs to communicate. Gina suggests setting up regular voice or video chat check-ins to get some voice or face time with coworkers and clients alike. Check out Gina’s article over at the Harvard Business blog
On My Way To Converge 2009
I’m currently on a train, riding up to attend Converge 2009 hosted by Courion. This year, Courion will be introducing the concept of Access Assurance and how it ties to user provisioning, password management, access compliance and role management. What’s your organization’s need for Access Assurance? Here’s one of the reasons:
In today’s climate of economic uncertainty, organizations more than ever need a comprehensive approach to access governance, provisioning and compliance management that will increase operational efficiency and transparency, strengthen security, and improve compliance – all while delivering quick time to value and the lowest total cost of ownership.
Oracle – Not One to Rest on its Laurels
Looks like more acquisition news coming from Oracle. Hot on the heels of their industry shifting acquisition of Sun, Oracle just announced the purchase of Virtual Iron. The deal is expected to close this summer.
Launched in 2001 as Katana Technology, Virtual Iron is a virtualization software maker. The company’s main target has been small and medium-sized enterprises.
What does this mean for top three in the virtualization software industry? VMWare, Citrix, and Microsoft will definitely feel the pressure as Oracle will be benefiting from Virtual Iron’s expertise and resource management tools.
Oracle Puts Sun In Its Pocket
This morning, a piece of news hit me like a stack of bricks: Oracle will acquire Sun for approx $7.4 billion.
We can surmise that Oracle was licking its chops just thinking about MySQL complementing Oracle’s database business. Another huge gain for Oracle is Java, which is what Oracle based their middleware strategy on.
This being an identity management blog, I need to put the question out there. What are the ramifications of this acquisition do in the identity space? Is Oracle now the official big man on campus? Has this effectively strengthened Oracle’s weakness in their Identity Management offering (mainly role management)?
Identity Access Management 2.0
Check out Symplified’s upcomming webcast to learn about how Services 2.0 and SaaS security are coming together to revolutionize identity and access management.
Date: Friday, Jan 16th
Time: 1:00PM EST / 10:00AM PST
Duration: 1 hour
Next generation approach to provisioning, access management and SSO are redefining IAM
Mount and Unmount ISO Files on Linux
Need access to files in an ISO on your linux machine? Simply use the MOUNT command to mount that iso as a directory.
First create a directory to mount the ISO to. In this example, we’ll create the directory in the /mnt directory. Make sure you’ve got write permissions on the directory where you’ll be creating the new directory.
mkdir /mnt/SomeISO
Now you can mount the ISO onto the newly created directory
mount -o loop -t iso9660 /tmp/some.iso /mnt/SomeISO
That’s it. You can now navigate to the directory (CD /mnt/SomeISO) to access the files in the ISO you just mounted.
To unmount the iso, use UMOUNT command:
umount /mnt/SomeISO
Ctrl+Alt+Delete Through Terminal Services
How do you send the ctrl+alt+delete command to a machine that you’re remotely connected to through Terminal Services or Remote Desktop? Simply hit ctrl+alt+end and this will send the ctrl+alt+delete command to the remote machine.
Who Will Own Your Online Identity?
And the battle for your online identity heats up! In the blue corner: Google Friend Connect. In the red corner: Facebook Connect. These new services allow websites to add social features to their site, allowing viewers to sign in and interact without having to create a user or account on that website. Will Google or Facebook succeed where OpenID could not?
Software Tools To Be Thankful For
In the spirit of today’s holiday, I figured I would run down a list of software tools that make an identity management implementation that much easier.
- SSIS [Windows]
Whether it’s sanitizing, organizing, or just moving large amounts of data, this tool does it all and more.
- Notepad++ [Windows]
This super text editor is a must have for anyone who does light or even heavy coding. One great feature that this editor offers is the ability to display text in different coding languages such as SQL or VB, which makes coding a whole lot easier on the eyes.
- Grep [Linux]
A lean, mean, command line tool used to search for string patterns or regular expressions in text files. There’s no doubt that grep is one of the most powerful *nix commands in your command line arsenal.
- VMware Server (or virtualization in general) [Linux, Mac, Windows]
Set up a virtual environment, do some testing, then blow it all away. Check out my thoughts on the new VMware Server 2.0.
- Google
There’s a wealth of information out there on the web, especially code. When you’re on an implementation, the last thing you need eating up your time is having to reinvent the wheel. Google it!
Have any tools that you’re thankful for?
VMware Server 2.0: It’s Finally Here!
I’ve been anxiously watching and waiting for VMware’s update to their free server virtualization platform, VMware Server. Being someone who works in the tech industry (and being a self-professed techie) I rely on the ability to create a virtual environment for testing. Once I moved to linux as my primary OS, virtualization became even more important as there’s still software out there that I need which only runs on windows. Why use VMware Server? Why not VMware Player? The main reason is that unlike VMware Player, VMware Server can create virtual images out of the box. On top of that, VMware Server can keep those images running even after you log off of the host machine.
So a few notable updates you’ll find in VMware Server is that everything has been moved into a web browser. Instead of a console opening up when you run VMware, you actually connect to the service by pointing your browser to it. Even the virtual machine console runs in a browser window. Another nice feature is the handling of VMware image permissions. You can now easily manage and provision permissions to virtual machines via the updated administration dashboard.
Overall, it’s a great update with a lot of nice new features. The only bug I’ve encountered so far (at least on a linux host) is an error when attempting to grant another user access to a virtual machine after another user has already been added. You’ll recieve the error “RuntimeFault: Database temporarily unavailable or has network problems.” Hopefully this will be ironed out in the next update. Until then, a work around can be found here.
VMware Server [You'll need to register in order to download]
Leave a Comment
Leave a Comment
Leave a Comment


