zoukankan      html  css  js  c++  java
  • ubuntu修改成功

    之前是因为将账号添加virtualbox的usb访问权限,导致账号出现如红色的错误

    使用dvd ubuntu lucid 10.04.3进行急救

    sudo passwd root修改root密码

    然后再进入系统

    su root

    adduser paul admin

    account@account-laptop:~$ sudo nvclock -S -80
    [sudo] password for account:
    account is not in the sudoers file.  This incident will be reported.
    account@account-laptop:~$ sudo adduser account admin
    [sudo] password for account:
    account is not in the sudoers file.  This incident will be reported.
    account@account-laptop:~$ sudo vi /etc/sudoers
    [sudo] password for account:
    account is not in the sudoers file.  This incident will be reported.
    account@account-laptop:~$ su root
    Password:
    root@account-laptop:/home/account# adduser account admin
    Adding user `account' to group `admin' ...
    Adding user account to group admin
    Done.
    root@account-laptop:/home/account# su account
    account@account-laptop:~$ zhoubt
    zhoubt: command not found
    account@account-laptop:~$ su account
    Password:
    account@account-laptop:~$ sudo nvclock -S -1
    [sudo] password for account:
    Xlib:  extension "NV-CONTROL" missing on display ":0.0".
    Changing Smartdimmer level from 25% to 24%
    New Smartdimmer level: 24%
    account@account-laptop:~$ sudo nvclock -S -1
    Xlib:  extension "NV-CONTROL" missing on display ":0.0".
    Changing Smartdimmer level from 24% to 23%
    New Smartdimmer level: 23%
    account@account-laptop:~$ sudo nvclock -S -1
    Xlib:  extension "NV-CONTROL" missing on display ":0.0".
    Changing Smartdimmer level from 23% to 22%
    New Smartdimmer level: 22%
    account@account-laptop:~$

  • 相关阅读:
    【洛谷P6178】【模板】Matrix-Tree 定理
    【洛谷P4336】黑暗前的幻想乡
    【洛谷P3332】K大数查询
    分布式存储系统大数据同步方面的两个问题
    Vector和ArrayList的比较
    HDU 3172 Virtual Friends (并查集)
    uva 12260
    uva-1427 Parade (单调队列优化dp)
    英语学习20130816 -> 这些很重要的英语句子
    新浪微博SDK授权后无法返回应用解决方案
  • 原文地址:https://www.cnblogs.com/lexus/p/2275667.html
Copyright © 2011-2022 走看看