Skip to content

Instantly share code, notes, and snippets.

View Overd0se9's full-sized avatar
🎯
Focusing

OVERDØSE Overd0se9

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="author" content="">
<title>Cuda</title>
<link rel="stylesheet" href="CSS/CSS.css">
<link rel="icon" href="img/PNG.png">
</head>
/*Start Global Style*/
*{
margin: 0;
padding: 0;
}
.container{
width: 80%;
margin: auto;
height: auto;
}
@Overd0se9
Overd0se9 / linux-cmd-cheatsheet.md
Created September 19, 2020 22:30 — forked from riipandi/linux-cmd-cheatsheet.md
Linux Command Cheat Sheet

#Linux Cheat Sheet

##File Commands:

  • ls – directory listing
  • ls -al – formatted listing with hidden files
  • cd dir - change directory to dir
  • cd – change to home
  • pwd – show current directory
  • mkdir dir – create a directory dir
  • rm file – delete file