Sunday, November 2, 2008

Different Microsoft Processes And What Are They?

Most of us would have tried a three finger trick on XP and further OS by microsoft..The combination of alt+ctrl+del gives us the taskmanager..Here under processes you can get a number of process that are running.Have you ever wondered what exactly these processes do??Read more to know....

Svchost:In software Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs) within the Microsoft Windows operating system.At startup, Svchost.exe checks the services part of the registry to construct a list of services that it must load. Multiple instances of Svchost.exe can run at the same time. Each Svchost.exe session can contain a grouping of services. Therefore, separate services can run, depending on how and where Svchost.exe is started. This grouping of services permits better control and easier debugging, but it also causes some difficulty for end users wishing to see the memory usage or vendor legitimacy of individual services and processes.

Winlogon.exe:In computing, Winlogon is the component of Microsoft Windows operating systems that is responsible for handling the secure attention sequence, loading the user profile on logon, and optionally locking the computer when a screensaver is running (requiring another authentication step). The actual obtainment and verification of user credentials is left to other components. Winlogon is a common target for several threats that could modify its function and memory usage. Increased memory usage for this process might indicate that it has been "hijacked".

Lsass.exe:Local Security Authority Subsystem Service (LSASS), is a process in Microsoft Windows operating systems that is responsible for enforcing the security policy on the system. It verifies users logging on to a Windows computer or server, handles password changes, and creates access tokens. It also writes to the Windows Security Log.Should the lsass.exe program end, for example, by the Sasser worm's effects, then a countdown timer will appear on the screen, advising the user to save their work and close all programs before Windows shuts down. This timer, however, can be thwarted by changing the computer's date and time settings or by executing the shutdown -a command.

Ctfmon.exe:ctfmon (ctfmon.exe) is a process used by Microsoft Office to activate the Alternative User Input Text Input Processor (TIP) and also the Microsoft Language Bar. Ctfmon is also a component of Windows XP Tablet PC Edition and Windows Vista which enables advanced user input services in applications (pen and ink, speech etc)

Hkcmd.exe:hkcmd.exe is installed alongside Intel multimedia devices and allows configuration and diagnostic options for these devices. This program is a non-essential process, but should not be terminated unless suspected to be causing problems.

Explorer.exe:explorer.exe is the Windows Program Manager or Windows Explorer. It manages the Windows Graphical Shell including the Start menu, taskbar, desktop, and File Manager. By removing this process the graphical interface for Windows will disappear. This program is important for the stable and secure running of your computer and should not be terminated.

Note: explorer.exe is a process which is registered as a trojan. This Trojan allows attackers to access your computer from remote locations, stealing passwords, Internet banking and personal data. This process is a security risk and should be removed from your system.

These are some of the important system processes


Read More...

Saturday, November 1, 2008

The Open Sceince Project





The OpenScience project is dedicated to writing and releasing free and Open Source scientific software. We are a group of scientists, mathematicians and engineers who want to encourage a collaborative environment in which science can be pursued by anyone who is inspired to discover something new about the natural world.

Much of the work of science depends on having appropriate tools available to analyze experimental data and to interract with theoretical models. Powerful computers are now cheap enough so that significant processing power is within reach of many people. The missing piece of the puzzle is software that lets the scientist choose between models and make sense of his or her observations. That is where the OpenScience project can help.

They currently have 6 interrelated projects:

* Collecting links about and providing a home for Open Source scientific software projects.
* Advocacy for a distributed model of doing scientific research.
* OOPSE, an open implementation of a force-field based molecular dynamics program for use in chemical and biochemical simulations.
* Jmol, an Open Source Java/Swing based molecular dynamics viewer.
* JChemPaint, an Open Source Java/Swing based molecular structure editor.
* LinkWeaver, an Open Source collection of shell scripts, html, and PHP3 files for managing hierarchical trees of links.

OpenScience.org is also a place to park a blog for Dan Gezelter, the director of the project. He’s a chemistry professor at Notre Dame who specializes in theoretical and computational chemistry. He’s also an open source evangelist, the original author of Jmol, and the leader of the OOPSE development group.


Read More...

How to Reset your Ubuntu Password if forgotten




This tutorial would help you Reset your Ubuntu system's Password easily in a few minutes.This is pretty simple to do and requires no expertise whatsoever.Just follow the instructions below and you should be able to reset your ubuntu password.This can be used when you have forgotten your ubuntu password which gives you no access to the machine.So here's how you do it.
Reference:howtogeek


Step 1 : When your PC boots, You should see the Grub Menu . Hit the ESC key(escape) as soon as you see the Grub Menu as it would show for only 5-10 seconds
Step 2 : Once that is done Select the Recovery Mode option and then choose "Drop to root shell prompt" from this menu.
Step 3 : Now You would have the root shell prompt.
Step 4 : Enter the following command to reset your Password passwd username where username would be the username of the ubuntu machine of which the password you have forgotten.For example : - passwd hemanth where hemanth is my username
Step 5 : Then type sync and hit ENTER and then restart your pc
Step 6 : Now you should be able to access your ubuntu account without any problem using the new password you created in step 4


Read More...