add local notes

This commit is contained in:
Javier Pacheco 2023-06-11 11:11:24 -05:00
parent 936010af42
commit daa3fdc175
7 changed files with 46 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cuentas

6
Frog Chicken.md Normal file
View File

@ -0,0 +1,6 @@
# Frog Chicken
## Ingredients:
1. A hole chicken.
1. a good Rub.

7
Tortillas de harina.md Normal file
View File

@ -0,0 +1,7 @@
# Tortillas de harina.
## Ingredientes:
1. 1 kg de harina.
1. 250 gr de manteca vegetal.
1. 50 gr de mantequilla.

11
cuentas.md Normal file
View File

@ -0,0 +1,11 @@
---
date: 2023-04-04T14:01
---
# Cuentas en proveedores.
- Banner
user: javier.pacheco@symasuministros.com
pass: Symasuministrosbanner123!

0
daily/2023-04-04.md Normal file
View File

10
main.md Normal file
View File

@ -0,0 +1,10 @@
# Main Notes taking.
## Recetas
[[Tortillas de harina]]
[[Frog Chicken]]
## SyMA
[[cuentas]]

11
venom-linux.md Normal file
View File

@ -0,0 +1,11 @@
# Venom-linux instalation:
```sh
echo "hello world"
echo "This is a basic script for make a venom instalation a way more easy instalation."
tar xvfJp venom-linux-4.0<versio>.tr.xv /mnt/venom && \
echo "tar is downloaded"
```