From e95ec0e53b323d62405fcce69879b277926cc86e Mon Sep 17 00:00:00 2001 From: Charles Wyble Date: Sun, 16 May 2021 19:57:05 -0500 Subject: [PATCH] preparing for investors. --- book.toml | 7 +++- src/CIO/CIO.md | 31 +------------- src/CIO/README.md | 30 +++++++++++++ src/CIO/SUMMARY.md | 42 ------------------- .../Admin-RAndD/EngWorkstationBuildGuide.md | 1 - .../Systems/Admin-RAndD/VsCodeConfigGuide.md | 1 - .../Admin-RandD/EngWorkstationBuildGuide.md | 12 ++++-- src/CTO/team-hweng/labComponentInventory.md | 1 + src/SUMMARY.md | 7 ++-- src/{ => company}/intro.md | 0 10 files changed, 50 insertions(+), 82 deletions(-) create mode 100644 src/CIO/README.md delete mode 100644 src/CIO/SUMMARY.md delete mode 100644 src/CIO/Systems/Admin-RAndD/EngWorkstationBuildGuide.md delete mode 100644 src/CIO/Systems/Admin-RAndD/VsCodeConfigGuide.md create mode 100644 src/CTO/team-hweng/labComponentInventory.md rename src/{ => company}/intro.md (100%) diff --git a/book.toml b/book.toml index 6404c4e..e8e2e11 100644 --- a/book.toml +++ b/book.toml @@ -2,5 +2,8 @@ authors = ["Charles Wyble"] language = "en" multilingual = false -src = "./src" -title = "TSYS Group Handbook" +src = "src" +title = "TSYSGroupHandbook" + +[preprocessor.index] + diff --git a/src/CIO/CIO.md b/src/CIO/CIO.md index e11119d..e416228 100644 --- a/src/CIO/CIO.md +++ b/src/CIO/CIO.md @@ -1,30 +1 @@ -# TSYS Group - CIO Documentation - -## Introduction - -Welcome to the TSYS Group Handbook - CIO Documentation. - -We strive to be as open, transparent and responsive as possible as we support the mission of the TSYS Group and it's component divisions. - -We are glad you are here. :) - -This manual serves as the sole source of documentation for all IT operations/systems/services of TSYS Group. - -We strive to provide a complete suite of services utilizing an almost entirely FLO stack. The FLO exceptions are: - -* Office 365 for e-mail -* Neat.com for expense receipt OCR -* Windows 10 workstations -* Apple IOS devices - -The entirety of our servers are running Ubuntu 20.04 or later. - -Other than the above exceptions, we utilize 100% FLO software to implement every single IT and Business service delivered to -the TSYS group. We hope our documentation helps you do the same. - -Our business and IT service stack GIT Repository: - -## Todo list: - - - +# CIO Overview diff --git a/src/CIO/README.md b/src/CIO/README.md new file mode 100644 index 0000000..e11119d --- /dev/null +++ b/src/CIO/README.md @@ -0,0 +1,30 @@ +# TSYS Group - CIO Documentation + +## Introduction + +Welcome to the TSYS Group Handbook - CIO Documentation. + +We strive to be as open, transparent and responsive as possible as we support the mission of the TSYS Group and it's component divisions. + +We are glad you are here. :) + +This manual serves as the sole source of documentation for all IT operations/systems/services of TSYS Group. + +We strive to provide a complete suite of services utilizing an almost entirely FLO stack. The FLO exceptions are: + +* Office 365 for e-mail +* Neat.com for expense receipt OCR +* Windows 10 workstations +* Apple IOS devices + +The entirety of our servers are running Ubuntu 20.04 or later. + +Other than the above exceptions, we utilize 100% FLO software to implement every single IT and Business service delivered to +the TSYS group. We hope our documentation helps you do the same. + +Our business and IT service stack GIT Repository: + +## Todo list: + + + diff --git a/src/CIO/SUMMARY.md b/src/CIO/SUMMARY.md deleted file mode 100644 index 7b4e67c..0000000 --- a/src/CIO/SUMMARY.md +++ /dev/null @@ -1,42 +0,0 @@ -# TSYS Group - IT Documentation - -# Application IT - -- [Applications and (internally) Hosted Services (and a few external services)](./Systems/Admin-Application/AppsAndServices.md) -- [Runtime Environment for Hosted Services](./Systems/Admin-Application/RuntimeLayer.md) -- [Web Server Configuration](./Systems/Admin-Application/WebServerSetupNotes.md) - -# Research And Development IT - -- [Workstation Build Guide](./Systems/Admin-RandD/EngineeringWorkstatioNBuildBuide.md) -- [VsCode Setup Guide](./Systems/Admin-RandD/TSYS-DevEnv-VsCode.md) - -# General IT - -- [TSYS Systems Overview](./Systems/TSYS-Systems.md) - -# Data Center IT - -- [Cooling](./Systems/Admin-DataCenter/cooling/PFVCooling2021.md) -- [Power](./Systems/Admin-DataCenter/power/PFVPower2021Prod.md) -- [Security](./Systems/Admin-DataCenter/security/PhysicalSecurity.md) -- [Storage](./Systems/Admin-DataCenter/storage/PFVStorage2021.md) -- [TSYS HQ LAN](./Systems/Admin-DataCenter/networking/PFV-LAN.md) -- [TSYS HQ WAN](./Systems/Admin-DataCenter/networking/PFV-WAN.md) - -# Platform IT - -- [Virtual Guests Inventory](./Systems/Admin-Platform/TSYS-Systems.md) -- [Vulnerability Management](./Systems/Admin-Platform/VulnerabilityManagmentNotes.md) - -# Processes - -- [DataCenter Runbook](./Processes/PFVRunbook.md) -- [Move To Production](./Processes/MoveToproduction.md) -- [2fa](./Processes/2fa.md) -- [New Team Member On-boarding](./Processes/NewTeamMemberOnboarding.md) - -# Policies - -- [Authentication](./Policies/Authentication.md) -- [BusinessContinuityPlan](./Policies/BusinessContinuityPlan.md) \ No newline at end of file diff --git a/src/CIO/Systems/Admin-RAndD/EngWorkstationBuildGuide.md b/src/CIO/Systems/Admin-RAndD/EngWorkstationBuildGuide.md deleted file mode 100644 index fc5b5e1..0000000 --- a/src/CIO/Systems/Admin-RAndD/EngWorkstationBuildGuide.md +++ /dev/null @@ -1 +0,0 @@ -# Systems - Workstation Build Guide diff --git a/src/CIO/Systems/Admin-RAndD/VsCodeConfigGuide.md b/src/CIO/Systems/Admin-RAndD/VsCodeConfigGuide.md deleted file mode 100644 index 4b712a6..0000000 --- a/src/CIO/Systems/Admin-RAndD/VsCodeConfigGuide.md +++ /dev/null @@ -1 +0,0 @@ -# Systems - VsCode Configuration Guide diff --git a/src/CIO/Systems/Admin-RandD/EngWorkstationBuildGuide.md b/src/CIO/Systems/Admin-RandD/EngWorkstationBuildGuide.md index 820a136..a4639f9 100644 --- a/src/CIO/Systems/Admin-RandD/EngWorkstationBuildGuide.md +++ b/src/CIO/Systems/Admin-RandD/EngWorkstationBuildGuide.md @@ -13,6 +13,7 @@ - [Recoll (local search)](#recoll-local-search) - [Bitwarden CLI](#bitwarden-cli) - [Krita](#krita) + - [Backslide](#backslide) - [Docker](#docker) - [RedNotebook (install from source, it just runs in place)](#rednotebook-install-from-source-it-just-runs-in-place) - [OpenWebRx](#openwebrx) @@ -73,9 +74,6 @@ We hope this document is useful to everyone at TSYS who wants to maximize their - Security Dongle: Yubikey 4 OTP+U2F+CCID -| Program | Used By | Link | Product Scope | -| -------------------- | ------------------ | ------------------------------------------------------------------------ | ------------------------------------------------- | - ### Out of box tweaks and basic setup 1) Put Rasberry Pi 4 into Argone One Case (running it without case will cause it to overheat quickly) @@ -151,6 +149,14 @@ sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub sudo flatpak -y install flathub org.kde.krita ``` +#### Backslide + +```console +sudo npm install -g backslide +sudo npm i -g decktape +sudo add chrome-aws-lambda +``` + #### Docker ```console diff --git a/src/CTO/team-hweng/labComponentInventory.md b/src/CTO/team-hweng/labComponentInventory.md new file mode 100644 index 0000000..abaa3e6 --- /dev/null +++ b/src/CTO/team-hweng/labComponentInventory.md @@ -0,0 +1 @@ +# TeamHwEng - Component Inventory diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2faef55..25ba8dd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,7 +1,7 @@ # TSYS Group Handbook # Introduction and overview -- [TSYS Group Introduction](./intro.md) +- [TSYS Group Introduction](./company/intro.md) # Board Of Directors @@ -49,8 +49,9 @@ - [Systems - TSYS HQ LAN](./CIO/Systems/Admin-DataCenter/networking/PFV-LAN.md) - [Systems - TSYS HQ WAN](./CIO/Systems/Admin-DataCenter/networking/PFV-WAN.md) - [Systems - Virtual Guests Inventory](./CIO/Systems/Admin-Platform/TSYS-Systems.md) -- [Systems - Workstation Build Guide](./CIO/Systems/Admin-RAndD/EngWorkstationBuildGuide.md) -- [Systems - VsCode Configuration Guide](./CIO/Systems/Admin-RAndD/VsCodeConfigGuide.md) +- [Systems - Workstation Build Guide](./CIO/Systems/Admin-RandD/EngWorkstationBuildGuide.md) +- [Systems - VsCode Configuration Guide](./CIO/Systems/Admin-RandD/VsCodeConfigGuide.md) + # CMO diff --git a/src/intro.md b/src/company/intro.md similarity index 100% rename from src/intro.md rename to src/company/intro.md