Page 5 of 5 FirstFirst ... 345
Results 41 to 46 of 46

Thread: my son hacked my admin user password

  1. #41
    Join Date
    Jun 2005
    Location
    Buenavista, ADN, Phils
    Beans
    285

    Re: my son hacked my admin user password

    Quote Originally Posted by SeijiSensei View Post
    I'm a bit puzzled by the notion that you gave your kid a computer to play with but want to control what he installs on it. Those seem incompatible to me. Even if he "breaks" the installation somehow, which is very unlikely in my opinion, reinstallation takes just a few minutes.
    Not to mention if you knows enough to get around admin p/w, chances are he isnt going to break then system on purpose.
    Mac Mini: OSX 10.9 Mavericks, i7-3720QM 2.6Ghz, 16GB RAM, 1.25TB Fusion Array, Intel HD4000 iGPU
    Photo Blog on Youtube: www.youtube.com/user/ExodistPhotoBlog
    Linux User: 380654

  2. #42
    Join Date
    Aug 2007
    Location
    Tokyo
    Beans
    178

    Re: my son hacked my admin user password

    Quote Originally Posted by rontopia View Post
    However I am inclined to have them ask for permission rather than forgiveness after the fact.
    Dude, with all due respect this is a parenting question no matter how you look a it. Compliment him for his skills to change the password but tell him he's not allowed to install stuff without your permission.
    Full time open source software developer. Projects:
    Wakame-vdc: Virtual data center. Community: Wakame Users Group
    OpenVNet: Virtual networking using OpenFlow
    Sinatra-browse: Parameter declaration framework and browsable API for ruby Sinatra.

  3. #43
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: my son hacked my admin user password

    If you want to just stop him installing software (i have not read through all the posts) then here's a solution that will test his sys admin skills a little.

    Code:
    matthew-S206:/home/matthew % which apt-get         
    /usr/bin/apt-get
    matthew-S206:/home/matthew % sudo chmod -x /usr/bin/apt-get
    matthew-S206:/home/matthew % sudo apt-get update
    sudo: apt-get: command not found
    matthew-S206:/home/matthew % sudo chmod +x /usr/bin/apt-get
    matthew-S206:/home/matthew % sudo apt-get update           
    Ign http://security.ubuntu.com quantal-security InRelease
    Ign http://extras.ubuntu.com quantal InRelease                      
    Ign http://gb.archive.ubuntu.com quantal InRelease
    <snip>
    This can, of course be extended (update-manager, software etc). You can script it on your login to enable it and disable on logout of your account.

    This is one of a number of solutions you may consider.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  4. #44
    Join Date
    Aug 2011
    Beans
    90
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: my son hacked my admin user password

    And since there's no inittab in Ubuntu, what to do?

  5. #45
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: my son hacked my admin user password

    If he has physical access to the box and is capable of starting in recovery and changing passwords then you can do nothing at a software level. I suggest you discuss the use and missuse of geek skills. Id get him his own box with no OS and let him download, install and play.

    IT skill are a great thing to develop, problem solving skills even better.

  6. #46
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: my son hacked my admin user password

    People keep saying "physical access is root access," which is true, of course, but then seem to also imply the child must have physical access in order to use the computer, which is absolutely untrue.

    This may seem a bit over the top, but you can set up a kiosk-type situation, in which you have a Linux desktop computer locked in a box, with enough of a hole to let up wires for a keyboard, mouse, and monitor. Short of your son taking out a saw and sawing open the box (or successfully picking the lock), he essentially no longer has physical access, and thus cannot remove the CMOS battery or boot up a live CD/USB or bypass the Grub password.

    Another way to go about this is similar but a bit different. Supposing you don't have or don't want to purchase a kiosk-like box. Lock the computer up in a room or closet and enable openssh-server or VNC so your son can remote in from another room and play around with his login... remotely. This is similar to how most companies are set up with Linux servers (can apply to desktops, too, in this case). You've basically set up a "server room" for a desktop.

    P.S. I know it's very frustrating to be getting parenting advice from people when you're looking for a technical solution, but it's also equally frustrating for people here you're asking help from to get the condescending "I was using Linux before you were born" bit.

Page 5 of 5 FirstFirst ... 345

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •