Differences between revisions 1 and 2
Revision 1 as of 2010-01-21 12:40:31
Size: 284
Editor: PieterSmit
Comment:
Revision 2 as of 2010-01-21 16:08:18
Size: 529
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Setup and instalation notes.  * Set-up and installation notes.
Line 10: Line 10:
   }}}
 * Start / Stop a service.
   {{{
    $ sudo /sbin/service httpd stop
    $ sudo /sbin/chkconfig httpd off
    OR
    System->Admin->Services
   }}}
 * YUM
   {{{
     yum localinstall xxxxx.rpm
     yum clean dbcache / all

RedHat

  • Set-up and installation notes.
  • Add new yum repo
    •      sudo wget -P /etc/yum.repos.d/  ftp://server1/pub/gls/server1.repo
  • Start / Stop a service.
    •     $ sudo /sbin/service httpd stop
          $ sudo /sbin/chkconfig httpd off
          OR
          System->Admin->Services
  • YUM
    •      yum localinstall xxxxx.rpm
           yum clean dbcache / all

...


CategoryLinux

LinuxRedhat (last edited 2021-06-06 00:25:15 by PieterSmit)