Loginskip to content

March 10th, 2008

Olympics Site Hosting ‘Pirated’ Games??

The Beijing Olympics Organizing Committee has removed a game from its official website after complaints that it was substantially copied from an independent US developer’s work.

Other games which also appear similar to existing products remain on the site, however.

New York-based games developer Cadin Batrack claimed in a blog posting that “the Olympics stole my game”.

Batrack highlighted what he claims are strong similarities between his Snow Day game, and a game on the Olympics website titled Fuwa Fight the Winter Clouds.

Looks like copyright infringement can infiltrate even the oldest of establishments.  The Olympics Website has been hosting ‘pirated’ games in the form of one of their flash games being substantially similar to a game created by Ferry Halim.  Apparently even the code used some of the same variable names.  I assume their web development team won’t be winning any gold medals.

March 6th, 2008

Parallels Server Beta 2 - Open to the Public

This is some great news for virtualization fans. Parallels has made the beta 2 version of their server software public.

Parallels announced today that it was going to open up its Beta 2 program for its Parallels Server product to the general public. Parallels Server is the first server virtualization platform to come out of Parallels, now famous for their desktop virtualization software on the Mac. The company announced the first round of beta testing only 2 months ago. And I knew back then that it wouldn’t be long until the beta reached the general public.

Looks like it has some great new features too:

  • A Full Bare-metal Hypervisor that allows users to run multiple virtual machines directly on the host physical machine’s hardware. The company has been promising a bare-metal platform for some time now, and they are finally about to deliver on that promise.
  • An Integrated Toolset that enhances and simplifies the user experience. The toolset includes: Parallels Tools, a set of helpful add-ons that make working with virtual servers easier and more productive: Parallels Transporter, a built-in, wizard driven migration tool that can move the entire contents of a real machine to a virtual machine: and an integrated, single-click backup utility. Tools like this will be important to help further adoption of the platform.
  • Virtual Support for 4-way Symmetric Multi-processing (SMP), which lets users assign up to 4 virtual cores to a virtual machine for exceptional performance under heavy workloads. Long ago seems the day when we only had support for a single virtual processor in a virtual machine.
  • Experimental Support for Intel VT-d, enabling users to leverage full hardware-acceleration technologies for faster, more stable virtual machines and better resource management. Using VT-d, users can also directly assign hardware resources such as graphics and network cards to virtual machines, giving them native access to that hardware for optimal service levels.

Worth taking a look at. More information and a download link can be found on their Parallels Server product page.

March 6th, 2008

IPower Inc. Revamps Customer Service

Looks like iPower Inc. had to seriously rethink their approach to customer service.

The changes have come as the company finds itself the focus of Internet blogs slamming its service and customers threatening to cancel their accounts.

Customer service is an intricate part of any web hosting business. Keep your customers happy and they will reward you with increased business and referrals.

March 5th, 2008

Frequently Asked Web Hosting Questions

Congratulations! After much thought and consideration, you finally took the plunge and decided it was time to have your own web site. That’s a great accomplishment in itself. However, now you’re left with another daunting task — selecting a quality web host.Selecting a good web host is of the utmost importance. However, with all of the technical mumbo jumbo, knowing what to look for can be very intimidating to say the least.For this reason, I have devised a list of the most frequently asked web hosting questions.

Here is a great set of questions and answers written by Shelley Lowery. The entire article can be found here: Frequently Asked Web Hosting Question.

February 25th, 2008

Boosting Your Search Engine Rankings

Search Engine marketing is back in a big way. Many of my clients are looking for a way to increase their presence in Google and other popular search engines. I suggest the SE Boost Pack from Networking4Biz.

It is a great way to get your site (or page) listed in the search engines in a very cost effective way. I signed up for their service this week and I will keep you posted on how things go. I expect some pretty good things from them, as every review I have heard was nothing but positive.

Here are some of the things they claim to do for your site:

Drive more high qualified traffic to your web site by improving your search engine visibility.

Automate the process of monitoring your search engine keyword rankings across more than 300 global and regional organic search engines.

Use the new graphing capabilities to quickly monitor your SEO efforts.

Gain insight into the highest-value keywords, your web site’s link popularity and search engine saturation.

We submit your URLs to the search engines for you.

Improve your position for targeted keywords using built-in expertise which recommends ways to optimize your pages.

Schedule and automate the emailing of your WebPosition reports.

Enhanced Excel-based reporting capabilities allows you to monitor your search engine ranking information over time so you can identify trends and take appropriate action.

Track ranking information for an unlimited number of web sites and keywords - including your competitors!

Increase your ROI with organic search results powered by Networking4Biz SEBOOST PACK!

If anyone else tries them out, let me know how it works out for you.

February 21st, 2008

A Long Delay in FTP Connections

If you are experiencing a long delay from the time your FTP client connects to your FTP site and when the user prompt appears (or in the case of automated connections, a long hang before the directory listings appear), you may be having a case of Ident [time] Theft.

ProFTPd

To resolve this edit your FTP server’s config file and turn off Ident Lookups.

Open your proftpd.conf (/etc/proftpd.conf - may vary) file in your favorite text editor and look for IdentLookups and replace it with the following:

# Do not perform ident
IdentLookups                    off

If you are a reseller (or run multiple vhosts through ProFTPd) you can set this in each of the virtual hosts config or make it global like so:

<global>
# Do not perform ident
IdentLookups                    off
</global>

IPTables

You can also filter out the requests through iptables using the following:

iptables -A OUTPUT -p tcp --dport 113 -m state --state NEW -j REJECT
--reject-with tcp-reset

Hope this helps!

About

DBI Hosting is a Michigan based company founded by Bret Mette, who has been in development, hosting, and engineering for over 12 years.

Categories

Monthly Archives

Links