To find out the serial number on a Dell server running Linux you can use dmidecode. The command you can use is...
If you have a list of file names that contain spaces, you can use a command like the example below to remove...
If you get the svn error “svn: Aborting commit: abc remains in conflict”, there are a few things you can do to...
To list the processes listening on a specific port, you can use lsof. lsof -i : So for example, to see what’s...
To list all of the perl modules installed, you can run the command below: perl -MFile::Find=find -MFile::Spec::Functions -Tlwe ‘find { wanted =>...
If you’re running a newer Red Hat version like RHEL5, you may encounter an error like the following: 500 AUTH not understood...
To list files in a tarball (tar.gz or tgz): tar -tvzf or a tar file (.tar) tar -tvf These commands will list...
In GnuPG, if you get an error stating “There is no assurance this key belongs to the named user” when trying to...
You can refer to the troubleshooting guide for more information, but on your master server you can run this bperror command: /usr/openv/netbackup/bin/admincmd/bperror...
If you notice that a file system on your server is filling up, you can search for files that are consuming the...