rename crypto
This commit is contained in:
parent
6c43633a3e
commit
1d1b1f10af
11 changed files with 26 additions and 1 deletions
7
technology/applications/utilities/Remmina.md
Normal file
7
technology/applications/utilities/Remmina.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
website: https://remmina.org
|
||||||
|
---
|
||||||
|
|
||||||
|
# Remmina
|
||||||
|
#wip
|
6
technology/applications/web/n8n.md
Normal file
6
technology/applications/web/n8n.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
---
|
||||||
|
|
||||||
|
# n8n
|
||||||
|
#wip
|
|
@ -54,6 +54,10 @@ See Commits:
|
||||||
```shell
|
```shell
|
||||||
git log
|
git log
|
||||||
git log --graph --oneline --decorate
|
git log --graph --oneline --decorate
|
||||||
|
# Graph of all branches
|
||||||
|
git log --graph --all
|
||||||
|
# Extended graph
|
||||||
|
git log --graph
|
||||||
```
|
```
|
||||||
|
|
||||||
### Commits
|
### Commits
|
||||||
|
|
8
technology/dev/RabbitMQ.md
Normal file
8
technology/dev/RabbitMQ.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
website: https://rabbitmq.com
|
||||||
|
repo: https://github.com/rabbitmq/rabbitmq-server
|
||||||
|
---
|
||||||
|
|
||||||
|
# RabbitMQ
|
||||||
|
#wip
|
|
@ -6,4 +6,4 @@ obj: application
|
||||||
# Python
|
# Python
|
||||||
Python is an interpreted programming language.
|
Python is an interpreted programming language.
|
||||||
|
|
||||||
#wip #🐇 #notnow
|
#wip #🐇
|
Loading…
Reference in a new issue