Category: RedHat

Creating a YUM Repo

  Install the create repo package # yum install createrepo Make a directory for your repo mkdir -p /local/mrepo/RedHat5_X64_09_2014 Copy your rpms in to the new directory  cp -p *.rpm /local/mrepo/RedHat5_X64_09_2014 Run the createrepo command to make the repo.  createrepo /local/mrepo/RedHat5_X64_09_2014…

Finding deleted logs

Often people will delete log files that are still open.   Sometimes it is necessary to look at the logs that have been deleted.   It takes a little investigation, but can done. The first thing to do is to…