Back to Home

DevRef Library

  • Hello, Algorithm!
  • Complexity Analysis
  • Data Structures
  • Sorting
  • Searching
  • VS Code
  • JetBrains (Keymap)
  • Xcode
  • Android Studio
  • Visual Studio
  • Sublime Text
  • Neovim
  • IntelliJ IDEA
  • PyCharm
  • WebStorm
  • Emacs

Reference & Guides

  • HTTP Codes
  • HTTP Headers
  • HTTP Methods
  • HTTP Caching
  • CORS
  • JWT Claims
  • OAuth 2.0
  • JSONPath
  • Regex Recipes
  • System Latency
  • Flame Graphs

  • Git Advanced
  • Regex Guide
  • Cron Syntax
  • SemVer
  • SQL Cheatsheet

Linux Command Cheat Sheet

Master the command line with these essential Linux tools. Click/tap any command for detailed usage examples.

Text Processing

sed

Stream editor for filtering and transforming text

grep

Search text using patterns

awk

Pattern scanning and processing language

tail

Output the last part of files

head

Output the first part of files

cat

Concatenate files and print on the standard output

File Management

tar

Archiving utility

find

Search for files in a directory hierarchy

ls

List directory contents

File Permissions

chmod

Change file modes or Access Control Lists

System Monitoring

ps

Report a snapshot of the current processes

top

Display Linux processes

df

Report file system disk space usage

du

Estimate file space usage

kill

Send a signal to a process

lsof

List open files

Networking

curl

Transfer data from or to a server

ssh

OpenSSH remote login client

scp

Secure copy (remote file copy program)

AboutContactPrivacyTerms

© 2026 DevRef. All rights reserved.