Magento Downloader – No Extensions Listed

July 20th, 2010 Posted in Technical Issues | No Comments »

If you can’t see any packages or extensions listed in the Magento Connect Manager (Downloader), I might just have the fix for you. First thing I noticed was  we didnt have pear installed (use this script to make sure your server is compatible). After I made sure the server was compatible, the extensions still weren’t listing. I found on this thread that you can enter the following:

magento-core/Mage_All_Latest

…into the “Paste extension key to install:” box on the Downloader. It will populate the list.

DD-WRT TX Errors – 0% 0 OK

July 9th, 2010 Posted in Technical Issues | No Comments »
  1. Wireless – Wireless Security: Set to “disable” (Wifi signal will now be visible)
  2. Wireless – Basic Settings: Set “Wireless Mode” to “Client Bridge”. Save, then Apply. (Your internet will go down, manually load your routers address or you will just wait forever.)
  3. Wireless – Wireless Security: Set to “WPA2″ or whatever you had before (Wifi signal should still be visible)

Note: This problem returned a few days later, might be best to update the router if you have this problem.

Another note: This solution didn’t seem to help me the second time, but I set encryption to “WPA2 Personal – Mixed” and it came back to life.

The network path was not found

June 10th, 2010 Posted in Technical Issues | No Comments »

The following Windows 7 error kept me from accessing shares on the network.

0×80070035
The network path was not found Read the rest of this entry »

Error Starting HomeGroup Listener

June 10th, 2010 Posted in Technical Issues | No Comments »

In Windows 7, if you get the following error:

The HomeGroup Listener service terminated with service-specific error %%-2147023143.

You must have the Windows Firewall service disabled. Start it up and then HomeGroup Listener should start.

Nagios SSL/Connection Issue Solved

May 26th, 2010 Posted in Linux, Technical Issues | No Comments »

On /etc/nagios/nrpe.cfg, (remote server) comment out the following line:

  • #allowed_hosts=

They say it ignores this config line if you use xinet.d, but they are totally wrong. I used to get the “Host <blah> is not allowed to talk to us!” error because of this.

The command I used to test the connection (on the host server) is:

  • /usr/lib/nagios/plugins/check_nrpe -H <remote_server_ip>

Duke Nukem 3D HRP Multiplayer

May 20th, 2010 Posted in Customization, Gaming | No Comments »
  • Download Duke Nukem 3D and install it.
  • Download Duke HRP and install it to the Duke3D directory.
  • Download YANG.
  • Run YANG.
  • On the Source Ports config screen of YANG – Tell it where where eDuke3D.exe is in that Duke3D directory.
  • On the Source Ports config screen of YANG – Give it the same directory as above for the TC/Mods path below.
  • Create a room in YANG, on the right select “game.con” and click “use” so it moves to the right. This enables HRP to work.

Stop Windows Media Player from Indexing in the Background

May 13th, 2010 Posted in Uncategorized | No Comments »

Set all .wmdb files to “Read Only” in this folder: C:\Users\[yourname]\AppData\Local\Microsoft\Media Player

My New iPhone Uncommon Case

May 7th, 2010 Posted in Customization | 1 Comment »

My new Uncommon case arrived, with custom printed graphics:

Google News Results Suck

April 13th, 2010 Posted in Rants | No Comments »

SPOILER ALERT: If you watch Celebrity Apprentice or 24 please look away!

So in one night, on two separate occasions I decide to look up a cast member of each show I was watching. Each time with only about 8-10 minutes left in the show. This is what I find. Read the rest of this entry »

Reducing the Size of Your Magento Install

April 8th, 2010 Posted in Programming | No Comments »

Quoting a Magento Professional Partner nicknamed “Crucial”:

Yes, it’s safe to delete that data. I always clear it out after an upgrade:

rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*

Basically when you are upgrading and installing, your downloader folder will become very large, and you are safe to clean out the two following folders:

  • /downloader/pearlib/cache
  • /downloader/pearlib/download