How to Restore Thesis WordPress Theme to Default

December 14, 2009

Customized your Thesis theme in WordPress and would like to restore it to the default settings? Back up your WordPress site. Copy/Paste your header script, footer script, custom CSS, and any other customizations that may get lost when you default your Thesis theme. Go to your Thesis Options > Custom File Editor > custom_functions.php Paste [...]

Read the full article →

Free iTunes alternative – Manage iPod and iPhone without iTunes

December 14, 2009

CopyTrans Manager. Sick of iTunes? Is it too complex and slow for your needs? Looking for a faster, lighter and free alternative iPod manager? CopyTrans Manager is the perfect iTunes replacement for your iPhone or iPod. Add music & videos to iPod, edit song tags and artworks, create and organize iPhone playlists, preview tracks with [...]

Read the full article →

Add favicon to Thesis in WordPress

December 3, 2009

Steps to Add a Favicon in Thesis Theme 1. Get a favicon.ico image file (preferably, 16×16 pixels) or favicon.gif image file (either, 16×16 or 32×32 pixels). 2. Save it to the root of your blog. 3. Login to your WordPress administration and select Thesis Options. 4. Scroll down to Header Scripts and copy/paste the following [...]

Read the full article →

Add a custom footer to Thesis

December 2, 2009

In Thesis Options, open Custom File Editor. In the Custom File Editor, select custom-functions.php and add the following: function custom_footer() { ?> <p>Copyright &copy; 2010 <a href=”<?php bloginfo(‘url’); ?>”><?php bloginfo(‘name’); ?></a>. All rights reserved.</p><br/> <?php } add_action(‘thesis_hook_footer’, ‘custom_footer’);

Read the full article →

Symantec Backup Exec – How to Restore Data

October 1, 2009

First, verify whether VolumeShadowCopy can pull up the previous version of the folder to restore its contents. NOTE: This will overwrite any updated documents so make a backup of those documents before committing to the restoration. 1. To restore using Symantec Backup Exec, create a New Restore Job. 2. In the View by Resource tab, [...]

Read the full article →

Symantec Advanced Malware Removal

January 21, 2009

The following instructions pertain to all current and recent Symantec antivirus products, including the Symantec AntiVirus and Norton AntiVirus product lines. Disable System Restore (Windows Me/XP). Update the virus definitions. Find and stop the service. Find and remove the scheduled task, if necessary. Run a full system scan. Delete any values added to the registry. [...]

Read the full article →

Windows Explorer Crashes on Right-Click

December 18, 2008

Windows crashes so what else is new.  This one might be any easy fix with this free shell extension viewing program: ShelExView. Shell extensions from third-party software vendors can run in your right-click menu and could be causing the Explorer crash you’re experiencing. Download ShelExView, run the application, and disable any non-Microsoft shell extension.  Then, [...]

Read the full article →

Directory Listing Batch File

December 3, 2008

Ever wanted to create a text document of all the files in a folder?  Let this simple batch file do it for you! Here’s how you create the directory listing batch file: Open Notepad.exe Type in the following: dir /b /o:en > dirlisting.txt Save the file using “Save As…” and name it “dirlisting.bat” (without the [...]

Read the full article →

Linux IP Command Lines

November 24, 2008

Note: You MUST be at the ROOT user to make/save any changes. Linux users, your distribution will determine the location of your network config file which will need to be updated and saved in order for the changes to remain in effect after rebooting. Network cards are referred to as eth0, eth1, eth2, etc based [...]

Read the full article →

UNIX IP Command Lines

November 24, 2008

Note: You MUST be at the ROOT user to make/save any changes. You will need to save your changes in the /etc/rc.conf file. Network cards are referred to as dc0, dc1, dc2, etc based on their position on the PCI bus.   Display Current Config for all NIC’s: ifconfig Display Current Config for dc0: ifconfig [...]

Read the full article →