Ghetto Planet

Rants & Random Information

Entries for the ‘Computers & Servers’ Category

Setup Linksys Wireless Print Server Windows 7

The software that comes with the Print server does not work with Windows 7 automatically.  It will give you the error ‘OS not supported’ when you attempt to setup the computer.
The workaround is to do the following:
1. Update the print server firmware to the latest version here: http://www.linksysbycisco.com/US/en/support/WPSM54G/download
2. Open the UTILITY folder and run setup.exe.
Follow [...]

Comments Off

Microsoft kernel wave audio mixer driver

If your sound goes out on your Windows install but returns once you reboot it could be a problem with your microsoft kernel wave audio mixer driver.
Here is the fix:
1. Go to Control Panel
2. Double-click on System
3. Select the Hardware tab and them click on Device Manager
4. Click on the View menu item and [...]

Comments Off

Wget not running with cron

Are getting a ‘wget: not found’ cron error,  but the same wget command works from the command line?
Try using the entire path to the wget command.  Find the path to wget by using the locate OR whereis from the command line.  ( Example: locate wget or whereis wget )
Good luck

Comments Off

How to build locate command database in FreeBSD

If the database has not been built, locate command will show the following error message:
locate: database too small: /var/db/locate.database
From shell prompt type:
$ /usr/libexec/locate.updated

Comments Off

The Senate Votes On Bailout

Voting “no” were 9 Democrats, 15 Republicans and 1 independent.
Alabama
Sessions (R) No; Shelby (R) No.
Alaska
Murkowski (R) Yes; Stevens (R) Yes.
Arizona
Kyl (R) Yes; McCain (R) Yes.
Arkansas
Lincoln (D) Yes; Pryor (D) Yes.
California
Boxer (D) Yes; Feinstein (D) Yes.
Colorado
Allard (R) No; Salazar (D) Yes.
Connecticut
Dodd (D) Yes; Lieberman (I) Yes.
Delaware
Biden (D) Yes; Carper (D) Yes.
Florida
Martinez (R) Yes; Nelson (D) No.
Georgia
Chambliss [...]

Comments Off

How to play .aam files

I was doing some online courses yesterday and my laptop could not open some files with the extension .aam
Solution:
Go to Adobe’s website: CLICK HERE
Download the Authorware Web Player 2004 Installer for IE or Netscape. They have a 2007 version also, 2004 worked for me.

Comments Off

xml_parser_create error ??

xml_parser_create error fix
If you come across this error, this means that php was not configured with this option.
To fix, recompile php removing the –disable all from the configure options.
After the make, you will need to make deinstall, then make install
Good luck!

Comments Off

FreeBSD Apache HTTP Accept Filter Error

I recently took on the task of configuring a server with FREEBSD.
I ran into some errors so I will post some of the resolutions I found:
FreeBSD Apache HTTP Accept Filter Error
The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete HTTP requests arrive, [...]

Comments Off