Posted by admin in Editor Page, Featured ArticlesJan 15th, 2010 | No Comments
Annular solar eclipse January 15, 2010. Location Chennai, India. All the photographs are captured on Canon IXUS 100 IS. I have tried many settings to capture the moment, but nothing worked out. I tried changing all the settings which is available in the camera, but one thing i forgot is to place a filter glass in front of the camera. Finally the moment captured from my Office sun glass window. At the time, the diamond ring is over
#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; }
#gallery-1...
Posted by admin in Editor Page, Featured ArticlesJan 29th, 2009 | No Comments
Chennai, India: The Biggest Computer system vendor HP (Hewlett Packard) reporting their laptop customers to not to use VLC Player.
VLC Player is the popular open source video player software among a lot of computer users. Recently HP laptop users facing a inbuilt speaker problem, which is often getting malfunction across the users. The official HP service center executives advicing the laptop users to stop using the VLC player to watch, play media files. They reporting that playing a media files using VLC Player causing the damage to the built in speakers.
As an additional information the official...
Posted by admin in Featured Articles, WindowsJan 23rd, 2009 | No Comments
Many users experiencing the “Elevated mode error” after installing the Nuance Dragon NaturallySpeaking 10 on Vista and running the program in the administrator login.
The “Elevated mode” error pops up twice and and shuts down the program completely when pressing the “close” button. Disabling the “User Access Control” will help you to run the program successfully without any errors.
Follow the blow steps to make the changes.
Please read the Microsoft advisory before performing the following settings.
Link: http://technet.microsoft.com/en-us/library/cc709628.aspx
step...
Posted by admin in Featured Articles, LinuxJan 23rd, 2009 | No Comments
After reading this you can able to send mails with attachments from linux command prompt
Let’s start,
Scenario 1:
You need to send a email from the linux command prompt with the log file attached.
The log file name is myprogram.log and located in /var/log/myprogram.log
The log need to be send to someone@mycompany.com
Make sure your linux box having the “uuencode” tool installed. Also you need a “Mail Transport Agent”. in this example am using “mail” (like mutt,mailx)
Step 1:
Am creating a file automail.sh
Command:
vi automail.sh
Step 2:
Am adding the following...