automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 16:35:47 -04:00
parent 9b8ad2526b
commit d74e8eb7cd
57 changed files with 51 additions and 10 deletions

0
landing/Dockerfile Executable file → Normal file
View File

0
landing/compose.yaml Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB

View File

@@ -1,5 +1,15 @@
# Linux Commands Home
this is just pure commands. what they are. how to use them. how to install them.
You wanna manage Linux servers, right? You wanna stop wasting time wading through endless command lists?
examples and videos.
**Here's the truth:** You're drowning in noise. Hundreds of Linux commands? Who cares? You think Fortune 500 companies and the US government need *all* of them? They don't. I've managed their servers. And I've done it with a fraction of those commands.
**Here's the deal:** I've stripped away the fluff. I've distilled the chaos. What's left? The 50 commands I *actually* use. The 50 commands that get the job done.
**Why 50?** Because that's all you need. That's all *I* need. And if it's good enough for me, it's damn sure good enough for you.
**Time is your most valuable asset.** You're not here to memorize every obscure Linux command. You're here to build, to scale, to dominate. You're here to *win*.
**Learn the 50 commands that actually matter.** Get the system that cuts through the noise. Get the training that delivers results. This isn't theory. This is what I use. This is what *works*.
**Good enough for SoftwareShinobi, good enough for you.**

View File

@@ -8,17 +8,33 @@ wanna play with the application in this picture? connect to the server using the
## Introduction:
Welcome, aspiring Linux ninjas! This tutorial will guide you through accessing Shinobi Academy Linux, a custom-built server designed to provide a safe and engaging environment for you to learn and experiment with Linux. Brought to you by Softwareshinobi ([https://softwareshinobi.com/](https://softwareshinobi.com/)), this server is your gateway to the exciting world of open-source exploration.
Welcome, aspiring Linux ninjas!
## Pre-installed Goodies:
This tutorial will guide you through accessing Shinobi Academy Linux, a custom-built server designed to provide a safe and engaging environment for you to learn and experiment with Linux.
Shinobi Academy Linux comes pre-installed with some interesting tools to enhance your learning experience:
Brought to you by Softwareshinobi ([https://softwareshinobi.com/](https://softwareshinobi.com/)).
* **`cmatrix`:** Simulates the iconic falling code effect from the movie "The Matrix".
* **`hollywood`:** Creates a variety of dynamic text effects on your terminal.
This server is your gateway to the exciting world of open-source exploration.
**Experimenting with these tools is a great way to explore the possibilities of Linux.**
## Conclusion:
## Learn Linux Commands
By following these steps, you've successfully connected to Shinobi Academy Linux and begun your journey into the world of Linux. Use this platform to explore, experiment, and build your Linux skills!
I've managed servers for Fortune 500 companies and the US government.
There are hundreds of linux commands.
But I've wittled all the hundreds commands down to the ~50 the I personally know.
You won't need more than these 50 commands to manage linux servers.
Good enough for SoftwareShinobi, good enough for you.
**Learn The Essential Linux Commands** [Click Here](/Linux-Commands)
## Connect To The Server:
Get connected to the FREE public ubuntu linux server.
Use the connection details below:
**Connect To The Server** [Learn More!](/connect)

View File

@@ -9,4 +9,4 @@ Master Linux Like a Pro: 1-on-1 Tutoring:
* **Terminal mastery:** Conquer the command line and automate tasks like a pro.
* **Become a command jedi:** Craft commands with lightning speed, streamlining your workflow.
**Ready to transform your skills?** [Learn More!](tutor.softwareshinobi.com/linux)
**Ready to transform your skills?** [Learn More!](https://training.softwareshinobi.com/linux)

0
landing/mkdocs.yml Executable file → Normal file
View File

15
landing/provision.bash Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
set -x
##
apt update
##
apt install pip -y
pip install mkdocs-material