Blog

Blog

28
Feb
2010

How to Reset VTONF Password

Open VZ Logo

A couple of months back, Mo, our Sys Admin setup a test server with Open VZ server virtualization.

Open VZ is a cool way for us to have separate *nix OS instances running on one server. So for example we can run CentOS, Ubuntu or Redhat etc., on the same machine. This is great for testing on various flavors of linux.

The OpenVZ installation is not easy, but there is a great deal of support and documentation on the web that helped us. Patience is a key :)

Category: Web Design
20
Feb
2010

Florida Everglades

Gators

Friendly Residents - They just like to taste - we promise

Our undying love for the Florida Everglades prompted us to set up an Everglades information site. Filled with stories, advice and photos from our many trips to the Everglades.
To me this is one of the most magnificent places in the world.

If you’re visiting Florida (from out of state ;) and would like an airboat tour guide, one of us would be glad to accompany you for the adventure – lunch and drinks on us.

To learn more visit: http://www.everglades-info.com

Category: Web Design
18
Feb
2010

Ubiquity @ FOWA Miami

Recently our team was at FOWA and saw a demo of Ubiquity from the Mozilla Foundation.

So what’s Ubiquity? In simple terms Ubiquity is purported to be a really new cool way to interact from your browser with your desktop applications by using natural language commands.

Watch a demo by Aza Raskin on Ubiquity. That’s probably better than me trying to explain how it works. Sometimes a video is worth a thousand words.

Tags: ,
Category: General
18
Feb
2010

“Malicious Insider Attacks to Rise ” – BBC — Hype or Real?

I read this article on the BBC [Malicious insider attacks to rise - link] It brought back memories of old times.

I was privileged to work for a start up during the dot.com hay days. I remember when things were great, massive sign up bonuses, gadgets and goodies galore. Then things started to go south. Every Thursday was a tense day, we would be guessing who’d get the axe on Black Friday. Then Black Friday came and lunch time was the designated Axe time! We’d see a supervisor walk into our department with a box or two, stand next to our friends/colleagues and give them the bad news. It was a terrible, gut wrenching feeling. The poor soul hurriedly packed up his belongings and was then ‘escorted’ to the front door – A Royal Thank You for all those many nights we stayed up doing amazing things for the company.

18
Feb
2010

The Procedure Entry Point GetProcessImageFileNameW Could Not be Located in Dynamic Link Library PSAPI.DLL

Error message: the procedure entry point GetProcessImageFileNameW Could not be located in dynamic link library PSAPI.DLL Macromedia Adobe Contribute 3

I was trying to install an old version of Macromedia Contribute 3 on a client’s PC. The installation went through smoothly, however at the end when I clicked on the Contribute Icon to launch the program, I got the above Error msg. Seems that most PC’s running XP or newer have a new version of PSAPI.DLL and Contribute is calling an older version located in the Contribute directory.

Tags:
Category: General
18
Feb
2010

Customer Relationship Management – CRM

Open Source Customer Relationship Management (CRM) Software

There are many commercial CRM packages out there. Our favorites are Sugar CRM and Tiger CRM, both very comprehensive and feature rich. The best part is the basic editions are totally free!

Over the years we’ve done a few Sugar CRM installations and things can get a bit hairy when it comes to getting all the SW requirements in place. However the installer in the latest version is amazing. All opensource software programmers should take a hint from Sugar. My favorite part is how it automatically creates the database and tables in MySQL.

For those interested in quickly installing one of the above CRM’s I would recommend a using an bundled Apache, PHP & MySQL installation such as Apache2triad. With Triad you only have to worry about one installation file.

I would love to hear about other opensource CRM’s out there.

18
Feb
2010

Deleting QMAIL Email by Date

One of our customers had checked the “leave message on server” box, by accident in Outlook and over 8 months accumulated over 20,000 messages (mostly spam) on the server. The mailbox was close to 1.5GB in size.

Its a Qmail mail server.

First, find out exactly how many messages are in the box and sort by the largest message

ls -Slh | – less

The | less will allow you to go page by page. To exit type :q

Tags: , ,
Category: General
18
Feb
2010

Three Tips to Get Your Site on Google

One of the first question we get from new clients is “How quickly can I get my site on page 1 of Google?” Some clients think this can happen overnight but new websites setup on a new domain name have to build credibility (page rank) with sites like Google. Search engines want to make sure that your site is not the latest Big Foot scam site. While search engines take time to index sites there are some tips you can implement to speed up the process.

Tip # 1 – Target Relevant Keywords

Keywords are the descriptors of your content. Be selective in the keywords you choose and try to use them throughout your website, links, meta tags etc. Just don’t overdo it :) Here’s a good article on selecting keywords.

Tags: , ,
Category: General,SEO
18
Feb
2010

Optimizing Skype to Work in a LAN with Routers and Firewalls

Network administrators can positively impact the quality of Skype communications
conducted by their network’s users by tuning the network’s handling of transmission
control protocl (TCP) and user datagram protocol (UDP) packets for best Skype performance.
By this we mean that network administrators can exercise a great deal of
control over their users’ networking experience by adjusting control parameters on
networking appliances such as routers, fi rewalls and network address translation devices.
In the broadest possible terms, Skype considers an ideal network confi guration

8
to be one that’s set up according to the rules shown in Table 1-1, below.

Category: Web Design
18
Feb
2010

Optimizing Skype to Work in a LAN with Routers and Firewalls

Skype Network Settings
Network administrators can improve the quality of Skype calls by tuning the network’s handling of (TCP) and (UDP) packets for best Skype performance.

Configure settings on Firewall, Router or NAT device.

1. Outgoing TCP connections should be allowed to remote ports 1024 and higher.

2. Outgoing TCP connections should be allowed to remote ports 80 and 443.

3. Outgoing UDP packets should be allowed to remote ports 1024 and higher. For UDP to be useful
to Skype, the NAT must allow for replies to be returned to sent UDP datagrams. (The state of UDP
“connections” must be kept for at least 30 seconds, and Skype recommends that these translations
be maintained for as long as an hour, if possible.)

Category: General