Friday, October 10, 2008

Opening of EPS file (How To)

To open an *.EPS file (Encapsulated PostScript) directly, you would need either of the following software installed onto your PC:-

Adobe Illustrator
Abobe PageMaker
Adobe Photoshop
CorelDRAW

However, there is still a work-around solution to open it using the normal Microsoft Word, Excel or PowerPoint.

The steps are:-
- Launch Microsoft Word, Excel or PowerPoint
- Click "Insert" menu then Picture, and select the From File (to point to the *.EPS file).

Wednesday, October 8, 2008

Find command in Linux

I suppose the “find” command is properly the most useful utility in UNIX/Linux.

The following are a few examples showing how to perform some common tasks using the “find” tool. I will add more as time goes on.

Basic syntax: find pathname... expression

#If you want to find files that are 7 days old, use the -mtime option
find . -mtime 7 -print
(Assuming today is 23-Dec, the command will show the files that are only dated 16-Dec.)

#An alternate way is to specify the range of periods
find . -mtime +6 -mtime -8 -print
find . -mtime +6 -mtime -8 -exec ls -lt {} \;

#Find files based on 7 days ago (atime means last accessed time)
find / -atime 7 -ls

#List old files and delete them (mtime means last modified/creation time of a file)
find -mtime +60 -exec rm -f {} \;

#Find core files in the directory and remove them
find . -name "core" -exec rm -f {} \;

Note:-
When using with “-exec” command, it should be used together with {} and ; (semicolon), where {} is used as a variable whose name is the file “find” found. As for ; (semicolon), it represents the end of command which must be punctuated by a quoted or escaped ; (semicolon).

*** df -h (human readable)

du -sh * | sort –nr

du -hsx * | sort -rh | head -10



Sunday, September 28, 2008

Send Large Email Attachment Over Internet

In most of the organizations, they usually have a policy in place for E-mail system to restrict people from sending or receiving mail with very huge attachment.

You can’t use the personal E-mail account to do the task as well because they also have a control for maximum attachment size rule. As far as I know, Gmail can accept up to 20 MB whereas for Yahoo, it can only take up to 10 MB.

In that situation, perhaps you can consider using the online file storage services like Rapidshare, Megaupload to send the mail.

I have tested Rapidshare before using their free service. Even though the upload speed is not fast but at least it serves the purpose. For information, the file kept on their server will be automatically deleted if it has not been accessed for 90 days.

Monday, August 25, 2008

Cannot open attachment in Lotus Notes (How To)

I came across an incident that Lotus Notes user can't open (example Excel file) within Lotus Notes. The system prompted that "Sorry, an application to open this document cannot be found". The attachment has the .xls extension and can only be viewed with the Notes viewer, but cannot be opened.

Upon checking, I realized that it was simply due to Windows “file association” issue.

To resolve the issue, go to Windows Explorer > Tools > Folder Options > File Types. Then select XLS extension and associate it with the appropriate program (by clicking the “change” button).

That is how I solve the problem.

Wednesday, August 20, 2008

Making Your Own Passport Photo (How To)

Few days ago, my wife mentioned to me that she needs a photo in passport size for the kid so as to enroll her for school next year.

To save money, instead of going to photo shop to do it, I did it DIY for free via the web site below:-

http://www.epassportphoto.com

Frankly speaking, on the first thought, I was thinking to install a Photoshop software and then prepare the photo from there. Really didn’t expect it to be so easy!

Wednesday, July 9, 2008

Follow-up Flag

myspace glitter

In Lotus Notes, the mails can be marked with a follow-up flag and assigned a date and time to remind you about the message.

The messages marked for follow-up have a flag icon next to it which allows you to sort them, making them easier to find and work with. You can also set up an alarm for a specific date, time as well as having an e-mail notification.

Flagging a message also places it in the Follow Up view which show only messages requiring follow-up.

To flag a mail, just select the message that you want to follow up and then click "Follow Up" button. And, follow by the "Add or Edit Flag".

It is a good feature that helps user to manage mails!

Wednesday, June 25, 2008

Windows Vista - Parental Controls (How To)

If you are concerned about what your children are surfing on the internet or want to restrict them on the time spent in browsing, you may use the built-in Parental Controls to do the restriction… if your computer is running on Windows Vista.

Windows Vista comes with Parental Controls (not for Windows XP). Even though it is not very powerful, it still serves the purpose.

Assuming you already have a user account created for the child, follow the steps below to block their usage:-

1. Start > Control Panel > User Accounts and Family Safety.
2. Click “Set up parental controls for any user” and select the user account that you want to control the access.
3. Click “Time limits” and then click on the blue box next to “Blocked”.
4. Use the grid to set blocks of time when your child can use the computer.

With this setup, your child will not be able to log on during blocked times. If the child has already logged on when time limits expire, he/she will be automatically logged off by the system.

For details, you may refer to:-
http://www.microsoft.com/protect/products/family/vista.mspx

As a parent, if you willing to spend money, then you can consider getting “Advanced Parental Control” for a better control (can also monitor the usage of your PC).

myspace glitter Advanced Parental Control (BuyNow)