add image

This commit is contained in:
vincent 2021-01-24 17:52:22 +01:00
parent 25c2e7f647
commit d506cf2555
11 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Soft util
![IT](img/IT.png)
## tunelling
[chisel](https://github.com/jpillora/chisel) permet de mettre en place un tunel TCP sur du http

View File

@ -1,5 +1,5 @@
# ansible
![ansible](img/ansible.png)
## commande ansible
***launch playbook on staging***
@ -18,4 +18,4 @@
```
export ANSIBLE_HOST_KEY_CHECKING=False
--ssh-extra-args='-o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
```
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
IT/img/IT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
IT/img/ansible.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
IT/img/linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
IT/img/ssh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,3 +1,8 @@
![arch](../img/Arch_Linux_logo.svg.png)
## [instalation](arch_install.md)
## arch tips
#### clés GPG corrompue ou usagé

View File

@ -1,6 +1,7 @@
---
title: arch_install
---
![arch](../img/Arch_Linux_logo.svg.png)
The following is a brief installation tutorial for [Arch Linux][1]. It assumes
familiarity with the Arch [Beginner's Guide][2] and [Installation Guide][3].

View File

@ -1,3 +1,4 @@
![linux](../img/linux.png)
## retrouvé date t'instalation
`ls -lct /etc | tail -1 | awk '{print $6, $7, $8}'`

View File

@ -1,5 +1,5 @@
# ssh
![ssh](img/ssh.png)
## port forwarding
```
Ssh -L 2000:toto:80 Vincent@tata
@ -14,4 +14,4 @@ Redirigé le port local 2000 vers le port 80 de toto en passant par un tunnel vi
```
ssh -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null
```
```