Git Product home page Git Product logo

linux-for-bignners's Introduction

Linux-For-Bignners

参考:Linux 是怎样工作的

操作系统准备:

  • WSL2
  • Ubuntu 22.04.3 LTS

同时需要安装以下软件包:

  • binutils
  • build-essential:编译C/C++
  • sysstat:收集系统相关信息

sudo apt install binutils build-essential sysstat


绘图软件包:

  • sudo apt install gnuplot : 绘图包
  • sudo apt install feh : 图片显示器

wsl vimwindows 剪贴板 互通的解决方案:

在 vim 的命令模式下,首先:

  • 输入 v ,进入 visual 模式
  • 选中你需要复制的内容
  • 输入命令::'<,'>w !clip.exe

参考


cgroupfs 辅助工具包

sudo apt install cgroup-tools

cgcreate

cgcreate -g <subsystem_path>:<cgroup_name>

cgdelete

cgdelete -g <subsystem_path>:<cgroup_name>

linux-for-bignners's People

Contributors

dgme-syz avatar

Watchers

 avatar

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.