Giter VIP home page Giter VIP logo

cheat's Introduction

チートシート

ps

オプション

-をつけるオプションと、ただ単に第一引数にアルファベットとして渡せるオプションがある。どちらでもできることは変わらない(が、たまにアルファベットが違う)

  • 無印: 現在の端末で動いているプロセスを表示
  • a: 他の端末で動いている、自分のユーザーのプロセスを表示
  • A -e ax: すべてのユーザーのすべてのプロセスを表示
  • u: プロセスを起動しているユーザー(とその他諸々)を表示

状態

  • D: IO待ち
  • R: 実行中
  • S: スリープ
  • T: シグナルかトレースのためにプロセスが一時停止
  • Z: 終了したが、親プロセスに回収されなかったゾンビ
  • X: 死んだ状態(見えるべきではない)
  • W: ページング (linux 2.6からなくなった)

状態接尾句

  • <: 優先度高
  • N: 優先度低
  • L: 物理メモリへ直接アクセスしている
  • s: セッションリーダー (セッショングループ/プロセスグループのリーダー)。Linuxではシグナルをプロセス単体ではなくセッショングループ、プロセスグループのメンバー全体に投げる。
  • l: スレッド。軽量プロセス(ライトウェイトプロセス)。
  • +: どこかのプロセスグループに属す

vagrant

box list: https://app.vagrantup.com/boxes/search

vagrant box list
vagrant box add hoge/fuga
vagrant init hoge/fuga
vagrant up
vagrant ssh

Rip Music CD

cdda2wav -vall cddb=0 speed=4 -paranoia paraopts=proof -B -D /dev/sr0

or asunder

cheat's People

Contributors

onokatio avatar

Stargazers

reetok99709 avatar

Watchers

James Cloos avatar  avatar  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.