From ee6addf094009446f8a3bf76a191c6802cb809a1 Mon Sep 17 00:00:00 2001 From: Suetena Date: Tue, 28 Jan 2025 07:47:51 +0000 Subject: [PATCH] GITBOOK-1: No subject --- SUMMARY.md | 43 ++++++++----------- blockchain/README.md | 2 + dev-ops-area/README.md | 2 + ...python-virutal-enviroment-with-anaconda.md | 2 + docker-write-ups/README.md | 2 + future-projects/README.md | 2 + future-projects/dataviz-for-the-pacific.md | 2 + future-projects/nist-agregator.md | 2 + linux-write-ups/README.md | 2 + llms-and-ai/README.md | 2 + python/README.md | 2 + security-area/README.md | 2 + steamlit-area/README.md | 2 + transforming-digitally/README.md | 2 + 14 files changed, 43 insertions(+), 26 deletions(-) create mode 100644 blockchain/README.md create mode 100644 dev-ops-area/README.md create mode 100644 dev-ops-area/setup-the-python-virutal-enviroment-with-anaconda.md create mode 100644 docker-write-ups/README.md create mode 100644 future-projects/README.md create mode 100644 future-projects/dataviz-for-the-pacific.md create mode 100644 future-projects/nist-agregator.md create mode 100644 linux-write-ups/README.md create mode 100644 llms-and-ai/README.md create mode 100644 python/README.md create mode 100644 security-area/README.md create mode 100644 steamlit-area/README.md create mode 100644 transforming-digitally/README.md diff --git a/SUMMARY.md b/SUMMARY.md index 93c9900..f6d7335 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,24 +1,21 @@ # Table of contents + * [Home](README.md) -* Dev Ops Area +* [Dev Ops Area](dev-ops-area/README.md) * [UsingGit-1](DevOps/usinggit.md) * [UsingGit-1](DevOps/UsingGit.md) - * [Setup the Python Virutal Enviroment with Anaconda](install\_anaconda\_pythonvirtualenv.md) - -* Python + * [Setup the Python Virutal Enviroment with Anaconda](dev-ops-area/setup-the-python-virutal-enviroment-with-anaconda.md) +* [Python](python/README.md) * [Install Anaconda Enviroment - 1](Python/Install_Anaconda_PythonVirtualEnv.md) * [Install Anaconda Enviroment - 2](Python/install_anaconda_pythonvirtualenv.md) - -* Steamlit Area - * [Using Streamlit0](SteamlitArea/using\_streamlit.md) - * [Using Streamlit1](SteamlitArea/Using\_Streamlit.md) - -* Transforming Digitally +* [Steamlit Area](steamlit-area/README.md) + * [Using Streamlit0](SteamlitArea/using_streamlit.md) + * [Using Streamlit1](SteamlitArea/Using_Streamlit.md) +* [Transforming Digitally](transforming-digitally/README.md) * [Choosing The right Digital Learning Solution](TransformingDigitally/choosing-the-right-digital-learning-solution.md) * [Cloud for the Samoa](TransformingDigitally/cloud-for-the-samoa.md) * [DataVisPacific](TransformingDigitally/datavizpacific.md) - -* Security Area +* [Security Area](security-area/README.md) * [Notes About Hydra](SecArea/hydra_notes.md) * [John the Ripper](SecArea/John-the-Ripper-notes.md) * [MSFVenom notes](SecArea/msfvenom_notes.md) @@ -27,26 +24,20 @@ * [NMap Commands](SecArea/useful_Nmap_Commands.md) * [Windows Exploit Tools](SecArea/Windows_Exploit_tools.md) * [Cybersecurity Archecture](SecArea/Cybersecurity_Architechture_Notes.md) - -* Linux Write-ups +* [Linux Write-ups](linux-write-ups/README.md) * [Linux Commands and Tips](LinuxWriteUps/LinuxTipsandTools.md) * [Configure Linux Display Manually](LinuxWriteUps/Manual_graphicDisplaySetting_Linux.md) * [Seven AmazingCLI Tools](LinuxWriteUps/sevenAmazingCLI_Tools.md) * [Accessing Remote Servers with SSH Keys](LinuxWriteUps/SettingupSSHkey_onLinux.md) - -* LLM's and AI +* [LLM's and AI](llms-and-ai/README.md) * [AI and LLM RAG](LLMandAI/RAG_in_AI_n_LLM.md) * [Leaning Prompt Engineering](LLMandAI/LearningAboutPromptEngineering.md) * [Running LLM Locally](LLMandAI/runningLLMlocally.md) - -* Blockchain +* [Blockchain](blockchain/README.md) * [Starting with Blockchain](Blockchain/gettingstartwithBlockchain.md) - -* Docker Write-ups +* [Docker Write-ups](docker-write-ups/README.md) * [Docker Networking](DockerWU/dockernetworking.md) - * [Docker Webservice](DockerWU/SettingUpDockerforWebServices.md) - -* Future Projects - * NIST Agregator - * [DataViz For the Pacific](datavizpacific.md) - + * [Setup Docker Webservice](DockerWU/SettingUpDockerforWebServices.md) +* [Future Projects](future-projects/README.md) + * [NIST Agregator](future-projects/nist-agregator.md) + * [DataViz For the Pacific](future-projects/dataviz-for-the-pacific.md) diff --git a/blockchain/README.md b/blockchain/README.md new file mode 100644 index 0000000..0286dce --- /dev/null +++ b/blockchain/README.md @@ -0,0 +1,2 @@ +# Blockchain + diff --git a/dev-ops-area/README.md b/dev-ops-area/README.md new file mode 100644 index 0000000..8ffe2ec --- /dev/null +++ b/dev-ops-area/README.md @@ -0,0 +1,2 @@ +# Dev Ops Area + diff --git a/dev-ops-area/setup-the-python-virutal-enviroment-with-anaconda.md b/dev-ops-area/setup-the-python-virutal-enviroment-with-anaconda.md new file mode 100644 index 0000000..6212ca2 --- /dev/null +++ b/dev-ops-area/setup-the-python-virutal-enviroment-with-anaconda.md @@ -0,0 +1,2 @@ +# Setup the Python Virutal Enviroment with Anaconda + diff --git a/docker-write-ups/README.md b/docker-write-ups/README.md new file mode 100644 index 0000000..e2bd29f --- /dev/null +++ b/docker-write-ups/README.md @@ -0,0 +1,2 @@ +# Docker Write-ups + diff --git a/future-projects/README.md b/future-projects/README.md new file mode 100644 index 0000000..81f0769 --- /dev/null +++ b/future-projects/README.md @@ -0,0 +1,2 @@ +# Future Projects + diff --git a/future-projects/dataviz-for-the-pacific.md b/future-projects/dataviz-for-the-pacific.md new file mode 100644 index 0000000..1b6be9b --- /dev/null +++ b/future-projects/dataviz-for-the-pacific.md @@ -0,0 +1,2 @@ +# DataViz For the Pacific + diff --git a/future-projects/nist-agregator.md b/future-projects/nist-agregator.md new file mode 100644 index 0000000..0e4213c --- /dev/null +++ b/future-projects/nist-agregator.md @@ -0,0 +1,2 @@ +# NIST Agregator + diff --git a/linux-write-ups/README.md b/linux-write-ups/README.md new file mode 100644 index 0000000..cc2750b --- /dev/null +++ b/linux-write-ups/README.md @@ -0,0 +1,2 @@ +# Linux Write-ups + diff --git a/llms-and-ai/README.md b/llms-and-ai/README.md new file mode 100644 index 0000000..7b7cd87 --- /dev/null +++ b/llms-and-ai/README.md @@ -0,0 +1,2 @@ +# LLM's and AI + diff --git a/python/README.md b/python/README.md new file mode 100644 index 0000000..2ad3d8a --- /dev/null +++ b/python/README.md @@ -0,0 +1,2 @@ +# Python + diff --git a/security-area/README.md b/security-area/README.md new file mode 100644 index 0000000..3a38de1 --- /dev/null +++ b/security-area/README.md @@ -0,0 +1,2 @@ +# Security Area + diff --git a/steamlit-area/README.md b/steamlit-area/README.md new file mode 100644 index 0000000..7189a54 --- /dev/null +++ b/steamlit-area/README.md @@ -0,0 +1,2 @@ +# Steamlit Area + diff --git a/transforming-digitally/README.md b/transforming-digitally/README.md new file mode 100644 index 0000000..e7ab537 --- /dev/null +++ b/transforming-digitally/README.md @@ -0,0 +1,2 @@ +# Transforming Digitally +