Useful Unix and Linux Commands
Up one levelDB2 problem determination using UNIX and Linux commands and utilities
Monitor CPU, MEM and I/O usage
AIX utilities and commands which you can use either to analyze the issue
Displaying output and copying to a file - tee command
Displaying program output and copying to a file (tee command)
How to check CPU Info
reading the file /proc/cpuinfo to check cpu information: bits, model, Mhz, Cache,etc ...
How to get a csv list of system users?
Sometimes you need to get a list of users to generate a script like governorĀ“s config file. All your users must have a common name pattern, in this case: usr0.
How to remove special characters from files on LINUX
Remove special characters, blank spaces, ^M, ^@, etc.