Tuesday, December 6, 2011

Get Rid of Password Protected PDF File

Sometimes we need to copy or print some part of password protected PDF document. But the truth is nothing can be done before you remove the password of the document. There are some software, freeware actually, that can be used for coping this problem. The software is named "PDF Unlocker", and you can download it by going to the following link: http://free-pdf-unlocker.en.softonic.com/download.

Just download the software and install it at your computer. Normally, the process of unlocking the password is quite simple step. After installation of this software, it will put a shortcut into your desktop. Next step is you just drag and drop into the shortcut, then the software will create the copy of your pdf file at the same directory and of course this copied file is the free password version one.

Happy surfing and have a nice day!




Friday, September 9, 2011

No Second Chance to Make The Same Mistake

Do you get some bad result for the thing you have done in the past time? Something that is coming for the first time in your life might be making you feeling uncertainty on how to deal with it. Confuse feeling is the antic thing that could causing you to make a mistake since it's the first one coming to your life. Let the bad outcome get close to you, because it's normal for the people that don't have such an experience.

The good thing that one should learn for the mistake they had done is don't get caught in the same hole, means don't make yourself re-involve to the same problem in future. I always try to speak to myself for several time, as something bad happened to me because of some decision that I have been taken. I speak to myself again and again to not taking same worse decision in the future. It's like self talking. I guarantee you, if you do the self talking to yourself once the worse thing has been happened, you will be aware of the mistake.

One positive attitude should be strengthened in yourself is don't put yourself into the blame, means it is no acceptable reason to make you down when you deal with the same problem in the future, because what I know when I was doing self talking, I was also taking some introspection to myself to apply some other approach  if I deal with the same problem in the future. Of course, we can write down some useful note to our daily book or even make some awesome tag line in the posh it paper, then stick it near your working area. This method will help you someday if you confront again with the same problem.

Wednesday, September 7, 2011

FTP Command for Transferring File

Sometimes we need to transferring or copying some files that hosted in some ftp server. The following are step by step on how to do:
1. You should make some text file (ie: script.txt). The following is the example for the content of this file:
   
yourUserName
yourPassword
bin
cd /files
get file.zip
bye
Note: for massive transfer file you can use command "mget", then replace the file name with some wildcard character (*).
2. In the command prompt, run the following command: ftp -s:script.txt 111.111.111.111
Note : 111.111.111.111 is the example of your ftp server site.