Oct 07

I got the following steps from this thread.  I want to make sure to give that credit.  I have just compiled the steps that worked for me here all in one page (with screen shots).

The first thing you are going to need is the Cisco RNG200 bin file.  That can be downloaded here or here.

That file needs to be saved in your C:\Program Files\Sling Media\SlingPlayer\SBAV folder.

Goto Setup Assistant on your Slingbox.  And Select Configure Video Sources.

Setup-Asst

Select your Connection and Choose Cable Box.

Cable-Box

Select Comcast as the manufacture and Other for the model.

Comcast-Other

Make sure the Lineup is correct, and hit next.  And now you will have to select your code to be able to control your DC50X DTA.  In the Select Code box, select Custom and type in C2000.  Then hit the Power button to test.  Remember that the DC50X does not turn off, this will not turn off the box.  But it will upload the RNG200 bin file.  If you get an error message, make sure you have saved the RNG200 bin file in the correct place.

Code

Now just finish up the Setup Assistant, and you will be good.

Once again, I have to give credit to this thread for this information.

Popularity: 26% [?]

  • Share/Save/Bookmark
Aug 18

I keep all my sensitive documents encrypted in Truecrypt volumes (don’t you?).  But I ran into a problem when I wanted to share a Truecrypt volume across my home network.  I had to setup the share every time I mounted the volume.

Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume.  I needed to set up a share and then mount the TC volume inside that share.    But you can’t mount a Truecrypt volume to a directory.  Humm….

Enter Hardlink Shell Extension.  HSE will let you create Volume Mount Points in Windows.  That will let you “map complete local volumes onto arbitrary disk locations”.  So you can create a VMP (as a folder) and point it at the drive letter of your TC volume.   That way whenever you mount the TC volume to that drive letter, it will already be shared.

After installing the HSE, Mount your TC volume, right-click, and select “Pick Link Source”

pick-link

Now go to the drive you are going to set up your shared folder and right click.  Then select “Drop As…” and “Volume Mountpoint”.

drop-vmp

Now just share the resulting folder.

When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your “Link Source” it will be shared.

–Zen

Popularity: 12% [?]

  • Share/Save/Bookmark
Jul 20

FREE:

Pandora for Blackberry – Free Personalized Radio

TuneWiki – Music player that will show you the Lyrics as the song is played (Download OTA) or (OTA for Storm)

Score Moble – Get all sports scores (live)

Beyond411 – the fastest way to look up business listings, driving directions, and web pages on your Blackberry. It can even search based on your exact location using GPS.

Google Mobile App(s) – free Google apps for your phone

Moodio – brings web radio to your mobile phone.

Yahoo! Messenger for Blackberry

Facebook for Blackberry

Shazam: this is only free for it’s limited version

Opera Mini Browser

Google GMail Mobile – see Google Mobile App(s)

Google Sync for Blackberry – Synchronize the built-in calendar and address book on your BlackBerry® with your Google account.
GoSkip.com: BlackBerry Software for Flight Tracking & Flight Information

QuickPull : simulates pulling the battery.  You can even schedule it to run.

iheartradio – Your BlackBerry is Now a Radio!

FreeLight – Small but effective flashlight app for your BlackBerry

Chronograph Timer – an excellent timer application

Moccatroller – Control your Media Player, PowerPoint or other apps on your computer right from your BB

BerryCoder QSMS (OTA)- Adds the Compose SMS shortcut to the “Q” key (assuming Home Screen Dialing is off)

Not Free:

RDM+ Blackberry -  essentially Remote Desktop for your Blackberry.  You can view and control workstations and servers.

FlipSide – flick through the album covers of your music

**updated 8/18/09

Popularity: 3% [?]

  • Share/Save/Bookmark
May 08

This is a great article for protecting your exposure on Facebook.

10 Privacy Settings Every Facebook User Should Know

Popularity: 5% [?]

  • Share/Save/Bookmark
Apr 15

I found a great article about a script to mount a TrueCrypt Volume on Windows here.  It also detailed a script to unmount the volume.

I decided to improve on it a bit, and allow the same script to mount and unmount the volume (by testing to see if the volume is mounted).  I did not include his password parameter because TrueCrypt will ask for the password anyway.  And I really don’t want to code my password into any script.

So here is the script:

REM TrueCrypt mounting script (version 2)
REM Based on script Written by Mark Ursino (allthingsmarked.com)
REM Modified by Zen (Zenmojo.com)
REM Modifications are allowed, but please include these comments
@echo off

set TrueSource=I:\TrueCrypt\truecrypt
set Source=I:\volume.cab
set Drive=O:

IF EXIST “%Drive%” goto unmount

:mount
cls
“%TrueSource%” /v “%Source%” /l “%Drive%” /m /a /p /q
explorer.exe “%Drive%”
cls
goto end

:unmount
cls
“%TrueSource%” /d”%Drive%” /q
cls
goto end

:end
cls

Notes:
TrueSource is the location of your truecrypt.sys file (from the stand-alone version of TrueCrypt)
Source is the source of your TrueCrypt file
Drive is the drive letter you want to mount the file to

Popularity: 55% [?]

  • Share/Save/Bookmark
Feb 20

Software you will need:
Google Earth
POIEdit
POI Loader

  1. Load all your Coordinets/Addresses in Google Earth and drag to an appropriately named  folder under My Places.
  2. Right-Click on that folder and select Save Place As…  and save it as a .kml file.
  3. Fire up POIEdit and open the .kml file you just saved.  Then select the File menu and Save As.
  4. Select to save it as a Garmin Comma Seperated file.  And save that file in the same directory you save your other POI files.
  5. Then use Garmin POI Loader to load the csv file.

Popularity: 6% [?]

  • Share/Save/Bookmark
Feb 19

This is exactly the tool I was looking for to easily update Tags.

http://www.nch.com.au/tageditor/

Popularity: 6% [?]

  • Share/Save/Bookmark
Jun 20

Have you tried to upgrade from Filezilla Client 2 to the new Filezilla Client 3?  Where did my settings go?

Filezilla 3 has a new way of storing your settings.  Here is a great website to convert your settings from 2 to 3:

http://nyrodev.free.fr/filezilla/convert.php

Popularity: 16% [?]

  • Share/Save/Bookmark
Jan 31

All credit has to go to Cory Webb: http://www.howtojoomla.net/content/view/17/2/
I just added a few steps. Feel free to comment below.

Step 1: Backup everything!

The first thing you want to do is backup all files within your Joomla! installation. Create a folder on your local system, and download all files to that folder using your ftp client application. I used FileZilla as my ftp client application to download all of my files to a folder on my desktop I named “howtojoomla”.

Step 2: Export your database

Note: For this step, it really helps if you have phpMyAdmin installed on your server. Most hosting companies have phpMyAdmin already installed. If you are unsure, ask your hosting provider.

The second thing you need to do is export your Joomla! database. The best thing to do is to export it into an SQL file, which makes importing it easier in a later step. An SQL file will contain all of the necessary SQL commands for creating your database tables and filling them with your data. Be sure you export the entire database.

1) go to your PHP MyAdmin panel

2) Select the Database which you want to Backup

3) Click the Export Tab

4) Click Select all for tables on Export

5) Choose SQL at export type

6) For Structure, select “Add AUTO_INCREMENT value, and “Enclose table…”

7) For Data, select “Complete inserts”, “Extended inserts” and “Use hexadecimal for binary fields”

8) Select “Save as File” and no compression. Click Go and save sql file

9) Go to new PHP MYAdmin panel

10) Create a new DB of the same name

11) Click Import Tab

12) Select File and click Go to import the sql file

13) Go back to the new PHP MyAdmin panel, and select Privileges

14) Add user (should be same username and password of your old DB), and host

15) Select Grant all privileges…

16) Next to Global Privileges, click Check All to check all the privileges.

17)

Step 3: Modify configuration.php

This step is very important. Go to the folder on your local system to which you downloaded all of your Joomla! files. In the first level folder, you will find the file named “configuration.php”. Open this file with a text editor and make the necessary changes. Your variables may be different, so find the variables that contain these settings and change them. At the very least, you will probably need to change the following parameters:

  • $mosConfig_absolute_path: This is the absolute server path to your new Joomla! installation. It will probably look something like “/path/to/joomla/installation”.
  • $mosConfig_cachepath: This is the absolute server path to the cache for your Joomla! installation. It will probably look something like “/path/to/joomla/installation/cache”.
  • $mosConfig_live_site: This is your website’s url. It will be something like “http://www.yoursite.com”.
  • $mosConfig_host: This is the location of the server that hosts your MySQL database. For most instances, this value will be “localhost”. If you are unsure, ask your hosting provider.
  • $mosConfig_db: This is the name of your MySQL database.
  • $mosConfig_user: This is the database user name. Make sure this user has all privileges on your database.
  • $mosConfig_password: This is the password for your MySQL database user.

Step 4: Upload all of your files to your new server

Using an ftp client application (like FileZilla), upload all of your files to the location on your new server where you want to install Joomla!.

Step 5: Test your new installation

Your move should now be complete, but please don’t take my word for it. Test your site to make sure that everything is in it’s proper place and working the way you expect it to. For example, if you did not use relative url’s for your links on your old site, they will not work properly on your new site.

Popularity: 25% [?]

  • Share/Save/Bookmark
Dec 12

4Info – will send free text messages to your phone based on alerts you set up.  I use the Sports updates all the time! 

Check it out!

Popularity: 15% [?]

  • Share/Save/Bookmark