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:~$

  • 相关阅读:
    jQuery Deferred和Promise的使用介绍:
    asp.net客户端IP跟踪
    jquery常用的一些方法
    前端音频流播放
    c# Http请求下载二进制流文件
    iView表格行验证问题
    【已解决】Https请求—未能创建 SSL/TLS 安全通道
    安全开发规范
    数据库设计规范
    高性能开发规范
  • 原文地址:https://www.cnblogs.com/lexus/p/2275667.html
Copyright © 2011-2022 走看看