--
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to nlug...@googlegroups.com
To unsubscribe from this group, send email to nlug-talk+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
A quick google reveals that they are synonymous commands:
http://linux.die.net/man/8/yum
It also revealed what yum stands for: Yellowdog Updater Modified.
-Tilghman
Also make sure to make sure SSH starts at boot time:
chkconfig --level 2345 sshd on
yum remove will do the same thing as rpm --erase. I prefer rpm --erase,
as you can force it to not remove deps.
--
Drew from Zhrodague
Internet Swashbuckler
dr...@zhrodague.net
> -- You received this message because you are subscribed to the Google
> Groups "NLUG" group.
> To post to this group, send email to nlug...@googlegroups.com
> To unsubscribe from this group, send email to
> nlug-talk+...@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/nlug-talk?hl=en
--
Steven Critchfield cri...@basesys.com
Another fun thing to try, would be to validate the files in the binary
packages, then reinstall the busted ones:
rpm -Va > /tmp/rpmverified.txt
This will spit out a list of files changed since installation.
Sometimes you can detect rootkits this way. You can ignore the config
files that show up. If there are binaries that have changed after a disk
crash, you should probably reinstall those packages. yum has a reinstall
function, I believe.
--
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to nlug...@googlegroups.com
To unsubscribe from this group, send email to nlug-talk+unsubscribe@googlegroups.com
--
--
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to nlug...@googlegroups.com
To unsubscribe from this group, send email to nlug-talk+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
---
You received this message because you are subscribed to the Google Groups "NLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nlug-talk+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.