Showing posts with label Archive. Show all posts
Showing posts with label Archive. Show all posts

Thursday, November 20, 2008

Is Your ISP Reading Your Email?

Recently I had an incident with email that got me pretty fired up.
Seems AO-Hell scans and possibly reads you emails!
I sent an email to a friend who has an email account with AO#. You know who I'm talking about.
In my email to him, I included a link to my web page. Or should I say a redirected link.
For convenience and ease I use the beam.to redirect service. Works for me and is easy to remember.

So I have this link in an email to him and send it off. Minutes later it bounces back from AO#.
In the bounce back it contains an AO# web page link as to why it was rejected.
Seems the beam.to redirection service is on their black list of banned sites due to abuse from this domain.
What! Who are they to decide what is acceptable and what isn't. I'm also a bit irritated because I now see they are scanning emails for certain words and links.

Okay! I'll fix their a$$e$. I put the original email content in a text file, wrote a new email explaining the attached text file and sent it on it's merry way. A minute later it comes bouncing back for the same reason!
Now that means they are not only scanning emails but are scanning text and document files!
This is starting to scream "Invasion of Privacy!"

Alright AO-Hell! I'm gonna beat you at this game. Insert text file in a zip file. Attach to new email message and fire it off. Guess what? Yep! You guessed it! It bounced back. Same reason! Blacklisted domain link.
But now that tells me they are unzipping archive files and scanning them.
Those Privacy screams are getting louder.

I finally re-zipped that text file but added a password to the zip file. Attached it to a new email which included the password. Guess he got it. It didn't bounce back but I also haven't gotten a reply. Maybe they forwarded it into cyberspace where it will never be seen again?

There is much of the above scenario that bothers me. First is the fact that this email service and I'm sure many others are scanning your emails for certain words or links.
I use the word 'scanning' very loosely because we don't really know if it's just a scan or if the email contains certain words or links that it isn't forwarded to a real person who then reads it.

It seems that our privacy means little in the name of safety and security.
I don't know about you, but I don't need some ISP or email service making decisions for me as to whether a link is safe or not. I don't need them censoring my personal emails or scanning for words that they deem unacceptable!

So from now on if I have any sensitive or confidential info to email or just forwarding a stinking link it will be in a password protected archive file.
Just remember that TaZMAn sent it to you and that is all you will need to know.





Take care, be aware, stay safe.

TaZMAn

Friday, November 7, 2008

Create Split Archives and Files Using A GUI

I came to Linux after using Windows for years and during that time I became spoiled using a Graphical User Interface (GUI) for almost all the software.
Winrar was one of those programs that I used to create split archives.

But when I started using Linux I found that archiving files into split rar files required me to open the terminal and type in the commands to arrive at the final solution.
But no more! That has changed with the help of a small script that creates a GUI and makes archiving and splitting files an easy process.

I know. I can hear the comments. Use File Roller or use the free 7zip.
Using either of these requires the use of the command line to create split archives.
I can also use the Windows version of 7zip in Wine which will create split files but using Wine is not the objective here. I'm trying to use software that is native to Linux and this script fits the bill.

The actual script download is found in an Ubuntu forum link that can be found here;
Ubuntu Forum
http://ubuntuforums.org/showthread.php?t=556756

This will require you to sign up for free as a member.

But if you don't want to sign up I'm providing the actual tar.gz file links to Rapidshare.
There are 2 versions and both come with updaters.
One is the standard interface and the other contains a modified interface.
Both tar.gz files are about 3k each.

Download links;
Standard GUI
http://rapidshare.com/files/161620313/mkrar_and_updater-PACKAGE_VERSION_2.1.tar.gz

Modified GUI
http://rapidshare.com/files/161620314/mkrar_and_updater-PACKAGE_VERSION_2.1_MODIFIED_INTERFACE.tar.gz

All I did was extract the tar.gz files to a folder. Then I opened the folder and clicked on the mkrar.sh file. It asked me what to do and I chose the Run option.
The GUI opened up and I was easily able to create several split files.

What you can do is integrate this into your menu as a software option or even include it into your right click shell just like you do with the Nautilus Scripts.

Also, you will see a file named mkrarupdater.sh
Running this file will check for any updates to this script.

There doesn't seem to be any bugs with this script but I haven't tried out all the options so if you do find any bugs you can contact the maker.

Enjoy!

TaZMAn