Code Monkey home page Code Monkey logo

gitalk's People

Watchers

 avatar

gitalk's Issues

sudoers语法错误 | Alex's Blog

https://openpy.org/posts/275f2d5d.html

误修改sudoers文件导致执行sudo时提示语法错误解决方案1. 直接切换到root用户修改(已知root密码)12345# 切换到root用户su# 修改/etc/sudoersvi /etc/sudoers... 2. 如果不知道root密码, 可重启进入恢复模式修改, 具体流程参照网络3. 通过pkexec命令修改1234# 如果为个人桌面Ubuntu系统, 可打开终端输入pkexec v

添加当前用户到docker组,docker命令免sudo

https://openpy.org/posts/8596c31f.html

添加当前用户到docker组如果想在当前用户输入docker命令时不输入docker,需要将当前用户添加到docker组当中 1.查看docker组中用户列表1sudo cat /etc/group | grep docker 最后一个 : 后面表示为docker组中的用户列表, 如果没有当前用户名, 则需要将当前用户加入docker组当中 2. 添加当前用户到docker组1sudo gpass

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.