Uninstalling r1soft buagent is very simple, using command
r1soft-uninstall-buagent
[root@server ~]# r1soft-uninstall-buagent
This program will remove/uninstall the R1Soft Liunux Agent
Options:
-H | --help Shows this help and usage guide
-R | --remove Uninstalls the R1Soft...
While updating a server, I got perl dependency error with Samba
# yum upgrade
.....
.....
samba-3.0.33-3.7.el5.i386 from base has depsolving problems
--> Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.7.el5.i386 (base)
Error: Missing Dependency:...
CentOS use ext3 file system, and it do not support reiserfs. Therefore if you try to mount a drive with reiserfs partition, it give error
mount: fs type reiserfs not supported by kernel
It's possible to see what filesystems are supported by running this command:
cat /proc/filesystems
On my...
First verify that these setting have not already been customized, as running the commands will overwrite any changes they have made. The following command will show you whether those files exist:
ls /var/qmail/control | egrep 'timeoutremote|timeoutsmtpd|concurrencyremote'
Run following command...
1) Set a very strong password, keep it in your mind but dont write in somewhere.
2) Disable direct root login
emacs /etc/ssh/sshd_config
Search for
#PermitRootLogin yes
Set it as
PermitRootLogin no
Restart ssh
service sshd restart
3) Limit user login
AllowUsers username
Restart...
Thats pretty simple
Just configure on ips in
/etc/sysconfig/network-scripts/ifcfg-eth0
Then Make a new file named ifcfg-eth0-range0
emacs /etc/sysconfig/network-scripts/ifcfg-eth0-range0
Put following code in it
IPADDR_START=192.168.0.101
IPADDR_END=192.168.0.200
CLONENUM_START=1
Save...
Screen ... It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable.
1) Download latest RPM
http://www.rpmfind.net/linux/rpm2html/search.php?query=screen
2) Install screen...
If you ran out of space in your primary drive and wish to move MySQL to another drive then here is a simple procedure. Moving MySQL to another drive is very easy then it look.
1) Find out mount point of secondary drive. If drive is not mounted yet then you can get help from article "How to...