restructured manual

This commit is contained in:
2024-04-29 18:23:19 +00:00
parent 7bd1e7a0d8
commit 60b6c802ed
2351 changed files with 247 additions and 67649 deletions

View File

@@ -12,5 +12,4 @@ In this section, tailored specifically for system administrators, we'll delve in
- [Firewall Basics](./firewall_basics/firewall_basics.md)
- [UFW Basics](./firewall_basics/ufw_basics.md)
- [Firewalld Basics](./firewall_basics/firewalld_basics.md)
- [File Transfer](./file_transfer.md)
- [Screenshots](./screenshots.md)
- [File Transfer](./file_transfer.md)

View File

@@ -1,75 +0,0 @@
<h1> Screenshots </h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Linux](#linux)
- [MAC](#mac)
- [Windows](#windows)
***
## Introduction
In this section, we show how to easily take screenshots on Linux, MAC and Windows.
## Linux
- Copy to the clipboard a full screenshot
```
PrintScreen
```
- Copy to the clipboard a screenshot of an active window
```
Alt + PrintScreen
```
- Copy to the clipboard a screenshot of an active app
```
Control + Alt + PrintScreen
```
- Copy to the clipboard a screenshot of a selected area
```
Shift + PrintScreen
```
## MAC
- Save to the desktop a full screenshot
```
Shift + Command (⌘) + 3
```
- Save to the desktop a screenshot of an active window
```
Shift + Command (⌘) + 4 + Spacebar
```
- Copy to the clipboard a screenshot of an active window
```
Shift + Control + Command (⌘) + 3
```
- Save to the desktop a screenshot of a selected area
```
Shift + Command (⌘) + 4
```
- Copy to the clipboard a screenshot of a selected area
```
Shift + Control + Command (⌘) + 4
```
## Windows
- Copy to the clipboard a full screenshot
```
PrintScreen
```
- Save to the pictures directory a full screenshot
```
Windows key + PrintScreen
```
- Copy to the clipboard a screenshot of an active window
```
Alt + PrintScreen
```
- Copy to the clipboard a selected area of the screen
```
Windows key + Shift + S
```