Similar Posts
How to find top IO Process
We can find top cpu cosumption process by prstat command in Solaris , sometimes it will be necessary for us to find which process is taking more IO or IO Waits. I had searched on the internet. i had find the script to find to top IO Waits. 1. http://www.sun.com/bigadmin/scripts/submittedScripts/psio.pl.txt 2. http://yong321.freeshell.org/freeware/pio.html#mostuseful
Linux change ip address
Q. How do I change ip address in Linux? A. There are different ways to change IP address in Linux (a) Command Line tools (b) Modify configuration files (c) Use GUI tools Task: Display current IP address and setting for network interface called eth0 Use ifconfig command: # ifconfig eth0 Output: eth0 Link encap:Ethernet HWaddr…
Online Convert Any format to PDF
Convert commonly used files (Microsoft Office, Open Office, graphic images, vector graphic and other formats) to PDF. This interactive PDF converter and document creator is quick and reliable. Try it for yourself. Example: you need to convert a Power Point (PPT) file into PDF. Use the “Browse” button to locate the source file on your…
How to Remove the User with Root id
I was checking the users in my unix box. Some old users where created by the previous administrator. When i tried to delete from the smc it was throwing error, “The account is mandatory, cant be deleted”. So, There is a workaround. 1. remove the entry from the passwd file # vi /etc/passwd 2. #pwconv…
Configuring Send Mail in Solaris
The goal of this article is to impart a basic understanding of how to make changes to Sendmail on a machine running the Solaris 9 Operating System. This article is written for engineers with a reasonably good working knowledge of the standard principles of the UNIX operating system. To utilize this article, you need to…
Places where trojans hide in ur system
///THE FOLLOWING REGISTRY FILES R USED BY TROJANS FOR HIDIN IN UR SYSTEMS ND D COUNTERMEASURE IZ 2 CREATE BACKUP n DELETE D FOLLOWING REG FILES///////// Registry is often used in various auto-starting methods. Here are some known ways: [HKEY_LOCAL_MACHINESoftwareMicrosoftW indowsCurrentVersionRun] “Info”=”c:directoryTrojan.exe” [HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunOnce] “Info”=”c:directoryTrojan.exe” [HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunServices] “Info”=”c:directoryTrojan.exe” [HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunServicesOnce] “Info=”c: directoryTrojan.exe” [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun] “Info”=”c:directoryTrojan.exe” [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunOnce] “Info”=”c:directoryTrojan.exe” Registry Shell…