-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3da18c1
commit 6500aed
Showing
14 changed files
with
176 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Commando Pro | ||
|
||
``` | ||
process | ||
hardware | ||
``` | ||
|
||
|
||
## Proccess | ||
|
||
```sh | ||
$ ps | ||
$ ps aux | ||
$ top | ||
$ ps aux | grep cat | ||
$ ps l | ||
|
||
kill <pid> | ||
$ kill -9 12445 | ||
|
||
$ ls /proc | ||
$ cat /proc/12345/status | ||
``` | ||
|
||
## Hardware | ||
|
||
```sh | ||
lscpu | ||
lscpu | grep -i mhz | ||
free | ||
free -h | ||
cat /proc/cpuinfo # | ||
cat /proc/meminfo | ||
grep MemTotal /proc/meminfo | ||
cat /proc/partitions | ||
lsblk | ||
lsusb | ||
lspci | ||
df | ||
|
||
``` | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,80 @@ | ||
<script setup> | ||
import { data } from '../data/example.data.js' | ||
import Play from '../components/Play.vue'; | ||
|
||
console.log(data.data[0].ans) | ||
</script> | ||
|
||
What Is Distro : CLI + GUI | ||
beginner distro: Manjaro KDE Plasma, Zorin OS, | ||
arch(rolling) vs debian(stable) | ||
--- | ||
prev: | ||
text: 'Introduction' | ||
link: /rock/initiation/index | ||
next: | ||
text: 'CLI' | ||
link: /rock/cli/index | ||
--- | ||
|
||
``` | ||
What Is Distro : CLI + GUI | ||
beginner distro: Manjaro KDE Plasma, Zorin OS, | ||
arch(rolling) vs debian(stable) | ||
``` | ||
|
||
# Introduction to Linux Distros | ||
|
||
<br/> | ||
<img width="100%" src="https://fossbytes.com/wp-content/uploads/2021/12/what-is-a-linux-distribution.png" /> | ||
<br/> | ||
|
||
A Linux distro is like a special recipe for cooking up the Linux operating system. It's not just the basic ingredients (like the Linux kernel) but also the spices and flavors (software, apps, and tools) that make it unique. Each distro is designed for different tastes, whether you're using it on a desktop, a server, or even a smart fridge! Popular distros include Ubuntu, Fedora, Debian, and CentOS. | ||
A Linux distro is like a special recipe for cooking up the Linux operating system. It's not just the basic ingredients (like the Linux kernel) but also the spices and flavors (software, apps, and tools) that make it unique. | ||
|
||
A Linux distribution (often abbreviated as "distro") is a complete operating system that is based on the Linux kernel along with a collection of software applications and tools. Different Linux distributions can vary widely in terms of their design, functionality, and intended use. Some distributions are designed for general-purpose use, while others are specialized for specific tasks or user groups. Examples of popular Linux distributions include Ubuntu, Fedora, Debian, and CentOS. Each distribution typically includes its own package management system for installing, updating, and removing software. | ||
Each distro is designed for different tastes, whether you're using it on a desktop, a server, or even a smart fridge! | ||
|
||
A Linux distribution (often abbreviated as "distro") is a complete operating system that is based on the Linux kernel along with a collection of software applications and tools. | ||
|
||
- __Choose You Distro__ | ||
Different Linux distributions can vary widely in terms of their design, functionality, and intended use. Some distributions are designed for general-purpose use, while others are specialized for specific tasks or user groups. Examples of popular Linux distributions include Ubuntu, Fedora, Debian, and Arch. Each distribution typically includes its own package management system for installing, updating, and removing software. | ||
|
||
| Begginer | Intermediate | Expert | | ||
| -- | -- | -- | | ||
| Zorin OS | Archcraft | Gentoo | | ||
| Kde Neon | Fedora | Open BSD | | ||
| Ubuntu Unity | Opensuse | Arch Linux | | ||
| Linux mint | Cent OS | Slackware | | ||
<img src="/distro.png" /> | ||
|
||
- __Distro according to their feature__ | ||
|
||
| Distro | Specification | | ||
| -- | -- | | ||
| Kali Linux | Used for hacking | | ||
| Pop! OS | Gaming Distro | | ||
| Tail OS | Become Anonymous on internet | | ||
| Manjaro KDE | For Daily Usage | | ||
| Linux Lite | Minimal & Fast | | ||
## Linux (Desktop Environment) | ||
|
||
<br/><br/> | ||
|
||
<center>GNOME</center> | ||
|
||
- **CLI** | ||
![](/gnome.png) | ||
|
||
The Linux command-line interface (CLI) is a text-based method for interacting with a Linux operating system. | ||
Users can enter commands to perform various tasks, such as managing files, running programs, configuring system settings, and more. | ||
The CLI is often accessed through a terminal emulator, which provides a text-based interface for entering commands and viewing their output. | ||
The Linux CLI is known for its power and flexibility, allowing users to perform complex tasks quickly and efficiently. | ||
|
||
<br/><br/> | ||
|
||
<center>KDE</center> | ||
|
||
<!-- <div class="cli" style="display: flex;align-items: center;"> | ||
<input class="cli-inp" placeholder="$ whoami" v-model="inp" /> | ||
<button class="cli-btn" @click="search">submit</button> | ||
</div> --> | ||
![](/kde.png) | ||
|
||
::: tip N O T E | ||
|
||
**Arch Linux** is a rolling-release Linux distribution known for its simplicity and customization. As a rolling release, it provides continuous updates and does not follow traditional version numbers. Users receive the latest software versions as they become available, ensuring that their system is always up-to-date. | ||
<br/><br/> | ||
|
||
::: | ||
<center>UNITY</center> | ||
|
||
::: warning red | ||
![](/unity.jpg) | ||
|
||
important | ||
|
||
::: | ||
|
||
::: danger red | ||
In the upcoming chapter, you'll learn about different types of Linux shells. Shells act as the interface between the user and the system, allowing you to execute commands. Here are the main types you'll explore: `bash, zsh, fish` | ||
|
||
important | ||
|
||
::: | ||
## __Choose You Distro__ | ||
|
||
# Level 2 | ||
| Begginer | Intermediate | Expert | | ||
| -- | -- | -- | | ||
| Zorin OS | Archcraft | Gentoo | | ||
| Kde Neon | Fedora | Open BSD | | ||
| Ubuntu Unity | Opensuse | Arch Linux | | ||
| Linux mint | Cent OS | Slackware | | ||
|
||
- WM : i3, bspwm, wayfire | ||
## __Distro according to their feature__ | ||
|
||
# Level 3 | ||
| Distro | Specification | | ||
| -- | -- | | ||
| Kali Linux | Used for hacking | | ||
| Pop! OS | Gaming Distro | | ||
| Tail OS | Become Anonymous on internet | | ||
| Manjaro KDE | For Daily Usage | | ||
| Linux Lite | Minimal & Fast | | ||
|
||
- gentoo, | ||
> https://distrochooser.de/ | ||
<Play :ans="data.data[0].ans" /> |
6 changes: 6 additions & 0 deletions
6
docs/rock/initiation/initiation.md → docs/rock/initiation/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.