P r o f e s s i o n a l — M a n a g e m e n t — S o l u t i o n s
RSS icon Email icon Home icon
  • Disable Direct Root Login

    Posted on July 21st, 2008 Admin No comments

    Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue…

    This will force a hacker to have to guess 2 seperate passwords to gain root access. (you do have 2 seperate passwords for admin and root right?)  What happens is you’ll first need to login as your admin user in SSH, then switch to the super user with the su command to get root.
    Read the rest of this entry »

    Share/Save/Bookmark

  • recovering root password

    Posted on July 20th, 2008 Admin No comments

    Boot into single usermode or boot using rescue disk.

    If Grub is password protected then use the rescue disk, chroot /mnt/sysimage, then use the passwd command.

    If Grub is not password protected, then you can login to single usermode by appending an “S” to the end of the kernel line that you have to boot. Select the kernel that you wish to boot with and press ‘e’.

    Now append an ‘S’ to the end of the line, press Return, and then ‘b’, once the system is booted into single usermode you can use the passwd command to reset the root password.

    On debian base system you can use the following method

    Choose the kernel you want to boot

    Press “e” to edit

    Press the “end” button type in a comma space “, ” and then type “single”
    Press and than “b” to boot that kernel, this will take into single user mod

    Share/Save/Bookmark

  • Install PRM Process Resource Monitor

    Posted on January 2nd, 2008 Mark No comments

    PRM (Process Resource Monitor)

    Introduction
    PRM monitors the process table on a given system and matches process id’s with set resource limits in the config file or per-process based rules. Process id’s that match or exceed the set limits are logged and killed; includes e-mail alerts, kernel logging routine and more……

    Read the rest of this entry »

    Share/Save/Bookmark