automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
49
docs/connect.md
Executable file
49
docs/connect.md
Executable file
@@ -0,0 +1,49 @@
|
||||
# Connect To The Server
|
||||
|
||||
A Linux Learning Playground Situation presented by Software Shinobi.
|
||||
|
||||

|
||||
|
||||
wanna play with the application in this picture? connect to the server using the instructions below and run the command `hollywood`
|
||||
|
||||
## 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.
|
||||
|
||||
## What You'll Learn:
|
||||
|
||||
* Connecting to a Linux server (using SSH)
|
||||
* Basic Linux commands (navigation, listing files, etc.)
|
||||
* Exploring pre-installed tools like cmatrix and hollywood
|
||||
|
||||
## What You'll Need:
|
||||
|
||||
* A computer with internet access
|
||||
* An SSH client (built-in on most Linux and macOS systems, downloadable for Windows)
|
||||
|
||||
## About Shinobi Academy:
|
||||
|
||||
Shinobi Academy, the online learning platform brought to you by Softwareshinobi!
|
||||
|
||||
Designed to empower aspiring tech enthusiasts, Shinobi Academy offers a comprehensive range of courses and resources to equip you with the skills you need to excel in the ever-evolving world of technology.
|
||||
|
||||
## Connecting to Shinobi Academy Linux:
|
||||
|
||||
1. Open your SSH client.
|
||||
2. Enter the following command (including the port number):
|
||||
|
||||
```
|
||||
ssh -p 2222 shinobi@linux.softwareshinobi.com
|
||||
```
|
||||
|
||||
3. When prompted, enter the password "shinobi".
|
||||
|
||||
```
|
||||
username / shinobi
|
||||
```
|
||||
|
||||
```
|
||||
password / shinobi
|
||||
```
|
||||
|
||||
**Congratulations!** You're now connected to Shinobi Academy Linux server.
|
||||
Reference in New Issue
Block a user