Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Linux Server Logins

  • 19-01-2012 12:08PM
    #1
    Closed Accounts Posts: 4


    Hey,

    I have a linux server with some software on it that I haven't used in a few years. I cannot reinstall as I don't have the correct disks anymore for the software. When I boot up the server just before I get to the user interface it says the refresh rate is messed up so I cannot get in. From here I press f2 and I get a login screen but I cannot remember my password... I was wondering if anyone knows of a way to bypass the linux login or how I can sort out the resfresh rate problem. I have checked online and found a software called Kon-boot but I can't afford to trust it just in case as its freeware and doesn't sound to legit. Usually I would try it but I just can't on the off chance it screws me..... :P


Comments

  • Registered Users, Registered Users 2 Posts: 8,814 ✭✭✭BaconZombie


    kon-boot works fine.
    Another option is to boot from a live CD/USB, mount your real Linux install and edit the /etc/passwd file.

    If you remove the "x" between the two ":" 's after your username it will let you logon without a password on next reboot.
    Hey,

    I have a linux server with some software on it that I haven't used in a few years. I cannot reinstall as I don't have the correct disks anymore for the software. When I boot up the server just before I get to the user interface it says the refresh rate is messed up so I cannot get in. From here I press f2 and I get a login screen but I cannot remember my password... I was wondering if anyone knows of a way to bypass the linux login or how I can sort out the resfresh rate problem. I have checked online and found a software called Kon-boot but I can't afford to trust it just in case as its freeware and doesn't sound to legit. Usually I would try it but I just can't on the off chance it screws me..... :P


  • Closed Accounts Posts: 4 Sup3rp00p3r


    Thanks a million, I was able to change the login by logging on as a single user but now I am looking to change the display as anytime I get to the login screen the display goes black and I have to use ctrl, alt, f1. I was just wondering is there any commands that would enable me to change the settings so that I can log into the user interface rather then just the command line. I am using a linux redhat server system.

    PS Sorry bout all this, am a huge linux newb kind of thrown in at the deep end here lol :P


  • Registered Users, Registered Users 2, Paid Member Posts: 2,427 ✭✭✭ressem


    Which version of Redhat is this?
    "cat /etc/redhat-release" should tell the version.

    I'll try to guess, that it's using xorg, rather than the old xfree...
    If it's a bit oldish version the command to use might be

    system-config-display --noui --reconfig

    Or for something newer...
    xrandr --help


Advertisement