Category Archives: Unix-Linux Administration
Network Traffic -iptraf
Network Traffic -iptraf
Who Changed the password – Unix – Linux
Who Changed the password – Unix – Linux
Hardware device information in Linux
Basically manufacturer of the Card and Serial Number and Name or identifier of the Device. You can get the card details [and all other hardware details] with ‘lspci -vvv’ command. But this may not show the serial number. You may have to check the card physically, to get the serial number.
Convert from ext3 to ext4
Convert from ext3 to ext4
ext4 Linux File System
ext4 Linux File System
Unix Script: IMPSHOW2SQL – Extracting SQL from an EXPORT file
This is a short script that allows you to extract the SQL from an export file. It is intended for use on UNIX machines. Instructions are in the header of the script. When entering the script ensure: A> The first line in the file should be a single colon (:) Please note this is a [...]
How to Kill an Unix Process
How to Kill an Unix Process
unix active process viewing
unix active process viewing
SUN CLUSTER
SUN CLUSTER
I have attended Ask Tom Live seminar about 11g Rel2 at Tokyo, Japan. Do you believe it I have got an opportunity to take a snap with him. I am very happy to share with you.
Command to list out all cronjobs which is not commented
UNIXSRV01# crontab -l | grep ^[^#]