Uncategorized
CategoryHow to install dig on CentOS
The quick easy way to install dig on CentOS is:
yum install bind-utils -y
Checking the log files on an R1Soft Agent
To check the logs of an R1Soft Linux agent you can run the following the agent server:
cat /var/log/messages | grep buagent
This will..
How to change the management interface in Citrix XenServer 5.5?
If the physical interface used for the manage interface needs to be changed, edit the MANAGEMENT_INTERFACE field /etc/xensource-inventory..
Purging/Deleting all mail from an inbox in Zimbra
Deleting mail from an entire inbox (purging) can be done in a few ways on Zimbra:
zmmailbox -z -m [email protected] emptyFolder..
cPanel: FATAL! Failed to properly update /scripts
If you are getting an error something along this lines of the following:
-bash-3.2# sh ./latest
Creating directory installed
Verifying..
How to add a R1Soft Agent to a Server
On the server running the agent, just run this command:
r1key -a [ipaddressofserver]
How to find how much RAM is installed in Solaris 10?
A quick and easy way is to run:
prtconf
How to mount a CD/DVD drive in Solaris?
If you are having trouble mounting a CD or DVD in Solaris, you are not alone!
First you need to find the CD/DVD drive. You can do this..
How to enable the backspace/delete key in Solaris (or other Unix platforms)
It can be quite frustrating using the console/terminal on a Solaris machine, as by default the backspace/delete key does not work.
To..
How to find your IP address on Solaris
If you are Linux user like myself, and you give Solaris a go you will probably be scratching your head how to find out which IPs are..
How to enable root access via SSH in Solaris
This can be done in the same manner it is done on most Unix/Linux systems. Open /etc/ssh/sshd_config (using vi is probably a good..
How to restart SSH in Solaris
If you are coming from a Linux background, and having trouble restarting SSHD on Solaris, this is the way it can be done:
#svcadm restart..