1and1 VPS Hosting and You

by BizTron 26. June 2009 20:04

With all the troubles I’ve had with hosting plans throughout the years, I’ve always wondered how to avoid those same problems for a second time.  Of course, I’d love to avoid them for the first time, so I Google them first.  No, not the problem, but how to avoid problems doing something “odd” with my service.  Let’s say I want to do something really strange like cancel a server or hosting service.  I know, it’s way out there, but please bare with me…I ask the Service Provider what I need to do, after starting with the on-line FAQs, help, forums, etc.  and they say go to this “special” site for canceling service.  OK, it must be “intuitive” or they would have given me more details, right!?  The stand-up comic in me wants to draw this out to its proper conclusion…lots of laughs; but the software developer, architect, infrastructure novice and business owner in me wants to lend a hand.

What Problem was actually resolved?

There are way too many scenarios to list in one sitting, but I can probably link to them from here later, or answer specific questions in comments if I see them.  But my most recent issue was due to the fact that I wanted to upgrade a 1and1.com VPS account to one that was half the price I was paying (for 3 months…and I highly recommend this.)  That wasn’t the deal maker though. More...

Tags:

Virtualization | VM Ware | Hosting | BlogEngine.NET

Welcome Back to Reality

by BizTron 12. May 2009 11:45

Life is busy, imagine that.

After a wonderful break from a wonderful project, I’m finally sitting in the home office thinking about what to Blog about.  Since BlogEngine.NET 1.5 has been released recently, It’s probably about time to upgrade my sites.  Of course there is also a new MultiBlog approach available, as well.  It’s a separate provider based entirely on SQL Server and Uses Linq.  After another “minor” extension tweek for BlogRolls, the 2 became out of sync.  I help rectify that by creating a stop-gap update for myself that I shared with the original creator.  Since I only tweaked what was already done, I can’t take much credit for the results, but I’m sure I can help if the need arises now that I’ve taken a peak a bit further under the hood.

I’m going to try to get a million things done I’ve been putting off since last Summer, the last time I had any kind of break.  Who wants to help me publish a book???  Next step is to configure my main blog sites to use the new BlogEngine release, with updates, of course, and see if I can nip the maintenance boogeyman in the bud.

Time savings is awesome.  This week I need to install a second doorbell/chime, design a bathroom, clean the garage/prepare for a community garage sale, and spend some more time spectating the kids’ sports.  I’m also going to add a few more virtual dev servers and 2 domain controllers to the office.  Next week, I may wash the car…it’s only been since last fall.

Tags: ,

Virtualization

Disable Display Shutdown Event Tracker on Windows Server 2008

by BizTron 13. August 2008 17:52
Disable Display Shutdown Event Tracker on Windows Server 2008

Here's the quick and dirty way to TURN OFF or DISABLE the "Shutdown Event Tracker" on Windows Server 2008 for all your test, development and virtual servers.

[Note: For Windows Server 2003, Look here: Turn off Shutdown Event Tracker  ]

1. Start...Run...Open: type: gpedit.msc

clip_image002

2. Of course...

image

3. Find: Local Computer Policy, Computer Configuration, Administrative Templates, System:

4. Select: Display Shutdown Event Tracker [Note: It's "Not Configured" by default.] More...

Tags: , ,

Virtualization | Windows 2008

Telecommuting in the real world of Software Development and IT

by BizTron 29. April 2008 02:31
It is now becoming more and more apparent that a significant way to save on travel costs for individuals, companies and government agencies is to limit driving

With a 25 to 50% increase in gasoline prices in recent memory, it is now becoming more and more apparent that a significant way to save on travel costs for individuals, companies and government agencies is to limit driving to work, customer sites, conferences (well maybe not conferences), and meetings.  Telecommuting has been around since the 1970’s (Telecommuting: http://en.wikipedia.org/wiki/Telecommuting).  I’m not talking about satellite offices though, although that and anything else you can think of to save travel costs would be great.  I’m speaking to the ability to work from anywhere, especially one’s own home.

Many people I’ve spoken with over the years, from all areas of office work, believe that working in and around co-workers makes you more productive and part of a family.  Some even have the sense that if someone can’t see them work, then maybe no one will know they are getting things done.  On the contrary.  I believe that measurable work will begin to increase without all the distractions of an office environment and senseless meetings, water cooler chatter, “white noise” muzak, fire drills, coffee breaks, parties, arguments, etc.  On top of that, measuring work can now take less effort and make everyone more efficient.  Yes, this could lead to downsizing, smaller office footprints, less waste on equipment costs, utilities, sick time, leave of absence, etc.
Think of all the benefits you could enjoy working from your home office.  Almost like running your own business, you can make those ball games, track meets, dance recitals, orchestra concerts, PTA meetings, and maybe even lunch and dinner.  As for me, I still need to get the vacation time to recharge with the family, and sometimes need time to work around the house to do things you can’t do while focused on work.  But, one can always work a flexible schedule and even focus on delivery of various pieces of work when the time is right such as late afternoon and evening, while mowing at noon.  Everyone can think of things they would rather be doing other than sitting in traffic, driving for 10 minutes to several hours, riding a bus or subway.  It would be a good exercise to just start thinking about it.

Specifically, how do we get there?

That’s the tricky part.  Unless you’ve already done this before, how easy can it be?  Some of the important issues to resolve are how do you do your job, who do you need to interact with and how.  As an example, I can use my own needs.  On a daily basis I always need a computer, internet access, telephone.  If I travel anywhere I need a computer, internet access, telephone.  Notice a common thread yet?  I’ve gotten pretty good at this part, yet there are still many more options that I don’t take advantage of.  I could use a laptop, Wi-Fi, and a cell phone; a desktop computer, hardwired Ethernet, DSL and a landline; or a cable modem, LAN, servers, virtual machines, multifunction printers, Wi-Fi, Ethernet, ip phone, Gmail, Instant messaging, Web Cam, well you get the picture!?  Well, I have what I need to do whatever work I need to do.  If not, I acquire it, it’s pretty simple really.  Just as you can use an umbrella, rain coat, hood or a hat to keep from getting wet when it rains, you can choose what it is you need to do your job.  I’m a software architect and developer.  If I manage a team I need contact via phone, fax, e-mail, shared desktop, video, or sometimes face-to-face.  When I’m writing a proposal, design, code documentation, I don’t really need distractions, just research and a PC.  If I’m writing code, I need MSDN, (not a Java guy, sorry) and possibly a set of Virtual Machines/Servers.  Sometimes I’ll need internet access, Windows Live Messenger for help from my network of peers, and access to pre-built Virtual PC or VMware images.

Over the next several months I’ll update this with costs and cost savings for an average month or year, or any information I can gather.  My motives until recently were to help people to break away from the bonds of the corporate office, but now it seems there is a more fundamental reason for Telecommuting, namely saving our economy if not saving the planet in the process.

Tags: ,

Virtualization | Development

Use Microsoft SharedView to demo your Windows Desktop

by BizTron 7. March 2008 22:23

Although SharedView is not supported on Vista 64-bit, it runs well (so far) on my Vista Ultimate 64-bit system as I've already demonstrated and lightly tested its capabilities.  For anyone who has had to use Netmeeting, GoToMeeting, or other similar tools and found them quirky, difficult, and/or expensive to use you should check out Microsoft SharedView for its simplicity, functionality, and ease of use. Without messing with Firewall settings, I installed, configured and invited a guest with ease.  I tested this with someone who should know how it works, (Thanks Dave McBride) but did not provide instructions.  The software did it all.  I had to copy and paste an invitation into e-mail, but in this case I used Live Messenger.  He clicked a link, downloaded the client, and connected to my session.  It was intuitive, since I had done many types of desktop sharing demonstrations in the past, so I could do whatever I wanted.  Of course, now I’m preparing to do several tutorials and help sessions that were never quite that easy before, especially for those who need to use the client.


I’ll update this with instructions and snapshots if needed.  Please, comment if you need help with this product since I am looking for both good and bad experiences to be sure I know to whom I can recommend its use.


Microsoft SharedView

From Wikipedia, the free encyclopedia

SharedView is similar to Windows Meeting Space, which is included in Windows Vista. However, Windows Meeting Space supports ad hoc meetings, application sharing, file transfer, and simple messaging within a network and works primarily inside the firewall, requiring IT involvement (on both sides) to bridge firewalls. Microsoft SharedView, on the contrary is designed for collaboration over the internet. It works through firewalls using HTTP if necessary. SharedView also runs on Windows XP Service Pack 2 and Windows Server 2003 SP1 or later besides Windows Vista.

Getting Started with Microsoft SharedView...System Requirements


To get started with Microsoft SharedView, you must have the following:

  • A computer with a 700 MHz processor or higher that meets the following requirements:
    •  Operating system : Microsoft Windows XP Service Pack 2 (SP2) or Windows Vista
    •  Memory: Minimum 256 MB of RAM (512 MB recommended)
    •  Hard disk: 10 MB of free hard disk space
    •  Display: Minimum 800 × 600 screen resolution (1024 × 768 recommended)
    •  Applications: DirectX 8.0 or higher installed on your computer. 
  • Internet connection: Broadband Internet access, 300 kbs minimum. Slower connections may work, but the experience may not be optimal.
  • A Windows Live ID if you want to start your own sessions (you do not need one to join someone else's session). If you do not already have a Windows Live ID or a Microsoft Passport account, get your Windows Live ID account now.


Supported Operating Systems

  • Windows Vista 32 bit versions
  • Windows XP with Service Pack 2 (32bit)
  • Windows 2003 Server SP1 (32bit)

Unsupported Operating Systems

  • Windows Vista 64 bit versions
  • Windows XPSP2 64bit (x64)
  • Windows 2003 Server SP1 64bit (x64)
  • Windows 2000 SP4 (all sku’s)
  • Windows Millenium
  • Windows 98 (all editions)
  • Windows 95 (all editions)

Tags:

Microsoft | Virtualization

Busy night at the controls

by BizTron 14. February 2008 12:40
Windows Server 2008 Enterprise in a Virtual Machine, Configuring Microsoft Office SharePoint Server on a small farm with SQL Server 2005 and a Domain Controller

I just received that e-mail from Microsoft:

Subject "MSDN Flash Special Issue: Windows Vista SP1 Available for Download by MSDN Subscribers"

So while I'm downloading that, to burn to DVD when finished, I'm installing Windows Server 2008 Enterprise in a Virtual Machine, Configuring Microsoft Office SharePoint Server on a small farm with SQL Server 2005 and a Domain Controller, and finishing the starter site on a Commerce Server 2007 stand-alone installation.  This is using 6.2 GB of RAM and averaging 50% CPU.  This machine isn't even breathing heavy.  For those of us who want it all for development performance, more is certainly better.  But, when you consider that this machine was built locally at a custom shop for about $2200 plus about $650 for the 28" Viewsonic flat panel, you have to ask why would someone spend all that money on the big name brands for less capability than 1/4 of this configuration.

I'm in the middle of rebooting 3 servers so when I finish I can install the Vista Service Pack 1 and cross my fingers.  We need to get Windows Server 2008 running on harware as well, so this virtual (VMware) installation should help me run through for the first time what it might look like.  It will be installed as a dual-boot option with Vista on this same hardware.  This means that my primary file server may need to be upgraded from 2003 R2 to 2008 to use it real time.  I'm hoping to have a similar server configuration to (Formerly Avanade, EMC) Dave McBride's dev environment.  This way, I can run up to 16 CPU cores in 4 physical boxes, virualizing perhaps dozens of servers at once.

Tags: , , ,

Random | Virtualization

Turn off Shutdown Event Tracker

by BizTron 6. February 2008 01:38
Solving the Shutdown Event Tracker annoyance.

If you're like me, you have a bunch of development servers or virtual images running Windows Server 2003 in one of several flavors.  The brief description of my problem and solution is that when I go to shut down or restart my server(s) several times a day due to OS tweaks and several installs and/or service packs, I get this questionnaire asking for a reason.  The simple answer is usually "None of your business!" but it never matters what I type.  So I asked around and found out the simple way to take care of this annoyance.

[Note: For Windows Server 2008, Look here:
Disable Display Shutdown Event Tracker on Windows Server 2008  ]

Here is what it looks like by default...

Here's what we want to see.
 


The way to correct this is very simple, yet not intuitive.

First: Goto Start...Run...and type: gpedit.msc, the click OK.

Second: in the Group Policy Object Editor navigate to:
Computer Configuration...Administrative Templates...System...
and select Display Shutdown Event Tracker properties, or double click.
set it to Disabled and click OK.

Now try to shutdown or restart. Laughing

Tags: ,

Virtualization

What an experience with 1and1 hosting and VPS

by BizTron 28. January 2008 21:31

The move is finally under way.  App hosting is a fading memory and now I'm getting back to what I know...the details.  A VPS server from 1and1 (and the 50% off discount for the first 3 months) is what saved me from dropping the whole idea of internet hosting.  I was frustrated at trying to write simple ASP.NET apps or even using proven work and finding out there was to be MUCH more time spent at configuration and troubleshooting than design and coding.

Tools need to be made much simpler for end users to do a specific task, but I need full control.  I once used a hosted server solution, which worked well for what I needed, until it became a financial burden.  The hobby wasn't paying me back anymore and I had no real need for the service so I opted for, what I believed to be, the simpler solution in web site and ASP.NET hosting.  Now that I had discovered the error in my ways, I’m back to building my empire.

Blogging should be the start of a process that will include tutorials, training, knowledge sharing, and collaboration.  I’ll embellish as time permits.  Thanks for reading.

 

Tags: ,

Hosting | Virtualization

My First attempt before uploading this whole thing to my Host

by BizTron 16. January 2008 13:30
Screen Shot

I'll document some of the work done here to help others.  I'm using VM ware Workstation 6.0.2, running a Windows 2003 R2 SP2 domain controller I built last night for some future development.  Since there are no major add-ons and SQL Server is yet to be configured, I'll be using pretty much using default configuration.

Tags: , , , ,

Random | Virtualization | BlogEngine.NET

Archive