Home Home

PostHeaderIcon Technology & IT

PostHeaderIcon Joining .trp .mpg .mp3 files

Joining .trp .mpg .mp3 files from the dos prompt

It can be useful sometimes to quickly join files that are part of the same track using the dos prompt.  First open the dos prompt by running "cmd".  Navigate to the folder in question and run:

copy/b filename1.ext+filename2.ext newfilename.ext    eg; "copy/b movie1.trp+movie2.trp wholemove.trp"

This works with most files such as TRP, MPG and MP3 files.  It may not work in files that have header information such as some AVI or MP4 files.

Last Updated (Wednesday, 15 February 2012 10:18)

 

PostHeaderIcon Backup and Archive online and offline mail from Outlook, Gmail, Yahoo, Hotmail etc..

MailStoreI have started using a free (for home use) mail archive program to keep an offline backup of all my e-mail.  With this tool, I was able to make a backup of all my 'cloud' email from google mail, as well as all my old outlook email from pst files.  It also backs up email attachments and then you have a very easily searchable database of all your emails.

Now I don't have to worry about google locking me out or someone hijacking my account, and as a bonus I have all my old emails going back many years from outlook.  All kept in one place.  There is even a portable USB version so you could run the archive from a USB memory key.

Here's how you do it.

1. Download Mail Store Home Edition http://www.mailstore.com/en/mailstore-home.aspx

2. Install the program and follow the wizard to set up your achiving.

3. Allow the archiving to complete as it will take some time, expecially if you are backing up webmail from the internet.

4. Now you can search all your old mail easily in one place and offline.

Last Updated (Wednesday, 15 February 2012 10:19)

 

PostHeaderIcon Backup Windows NTFS Partition using Linux rescue disk

Making a backup of you entire windows partition is a great recovery tool - if ever needed!!

I have used PartImage from a number of different rescue disks (I think I may already have an article on this).  However I struggled with my ntfs disk lately using a USB boot linux distribution.  Here's how I did it.

Create a bootable USB stick using linux.......

1). Download the distribution of linux you wish to use, I used "SystemrescueCD...." as this comes with partimage installed.

2) Download "Universal USB Installer..." utility and run this utility which will help you choose the USB disk and the downloaded linux file to install.

Now boot your computer from the USB disk - most modern PCs & Laptops - you may need to press 'Esc' or F1 or some other key as your computer boots to select the boot menu.

1). You can enter either the command line or GUI version of linux.

2). Create a directory called d;      mkdir /d

3). Mount the place you want to backup to (for me it was my windows d-drive which was on sda5)       ntfs-3g /dev/sda5 /d

4) Run; partimage  and select the partition you wish to backup followed by the path of your backup files & name eg;    /d/Win7_backup_file

I have not gone into detail of partimage as that is done many times on the web, but harder to find ntfs mounting with read/write capability.

Last Updated (Wednesday, 15 February 2012 10:19)

 

PostHeaderIcon Corel Paint Shop Pro X2 - Duplicate files

I keep reinstalling Paint Shop Pro X2 when I reinstall windows or purchase a new laptop and getting this same old issue of continuous pop-up nag screens saying i have duplicate items detected.

Here's how to fix it.

1. Create a batch file 'corel.bat' using windows notepad.

2. Copy the following lines into the file:

rmdir /s /q "Corel_01"
rmdir /s /q "Corel_02"
rmdir /s /q "Corel_03"
rmdir /s /q "Corel_04"
rmdir /s /q "Corel_05"
rmdir /s /q "Corel_06"
rmdir /s /q "Corel_07"
rmdir /s /q "Corel_08"
rmdir /s /q "Corel_09"
rmdir /s /q "Corel_10"
rmdir /s /q "Corel_11"
rmdir /s /q "Corel_12"
rmdir /s /q "Corel_13"
rmdir /s /q "Corel_14"
rmdir /s /q "Corel_15"

3. Save the file as corel.bat and copy it into the directory where the program is located.

4. Close Paint shop Pro, navigate to the file and run it.

Last Updated (Wednesday, 15 February 2012 10:20)

 

PostHeaderIcon Web content filtering using DNS (free)

Filtering unwanted Web Content using OpenDNS or ScrubIT (free DNS servers)

I use a number of different tools to protect our children from unwanted web content in our home.  Before I go any further I feel I must say that there is no 'absolute' safe solution and young children should always have supervised browsing time and use computers in high traffic areas of the home.  It is not just about trust, it is about making computer time a sociable and shared experience.

For years I have used Zone Alarm Security Suite on all home computers to be able to choose which categories of websites can be browsed.  I have found that this works very well.  The most recent versions of ZoneAlarm have removed the ability to manage personal messaging services such as IM which I have missed.  I still recommend this product as an all round virus/firewall and browsing protection program.  Another highly recommended program is K9 web protection which although it is free is a very good parental filter (found here) but all these things are not bulletproof.

I have been looking for additional protection from general browsing as so many devices also connect to the internet such as ipods, games consoles, etc..and obviously windows software is of no use.  I have therefore installed an additional filter which works using DNS (Domain Name Servers).  Every time a computer/device accessed the internet it must access a DNS to translate the web address (eg. google.co.uk) into an IP address (eg. 67.223.45.....) which is the address list of the internet.  If that DNS service also acts as a filter, then it will block unwanted content for all devices.  This is not fail-safe, and whilst I won't share ways to circumvent it, it can be, so it is another tool but bearing in mind my first comments.

One very popular tool is OpenDNS which is found at www.opendns.com and is free for basic use.  This is relatively easy to set-up and the site has a very easy to follow set of instructions so I won't try and duplicate them here.  Part of the set-up allows you to choose which types of sites you want to filter out, and once you have set it up on your home router, all devices that access the internet will be filtered.  The only downside of using OpenDNS is that its default filters are set open to all content and due to most home broadband being provided with dynamic IP addresses you must download a tool that runs in the background of your PC and ensures the settings remain up-to-date.  This means that if the settings are not kept up-to-date then the filter is switched off.

Another option is ScrubIT which is found at www.scrubit.com and is also free.  This service is much simpler and does not allow you to set-up your own custom filters.  They automatically choose the content to filter, which means that it is always working.

Although both these services say that the speed of your internet experience is unaffected or even faster, I would say you should expect your connection to be slower due to local ISP caching.  This is especially true if you live in Europe as these servers are mostly USA based.  A Europe/UK based DNS filter service would be great, I have not found one yet.

Last Updated (Wednesday, 15 February 2012 10:21)

 
More Articles...