databases.softwareshinobi.digital Open in urlscan Pro
172.111.38.186  Public Scan

URL: https://databases.softwareshinobi.digital/
Submission: On July 27 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: search

<form class="md-search__form" name="search">
  <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required="">
  <label class="md-search__icon md-icon" for="__search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"></path>
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"></path>
    </svg>
  </label>
  <button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"></path>
    </svg>
  </button>
</form>

Text Content

Skip to content

Shinobi Academy Database
A SQL & Databases Learning Playground Situation

Initializing search
Shinobi Academy Database
 * A SQL & Databases Learning Playground Situation A SQL & Databases Learning
   Playground Situation
   Table of contents
    * Introduction:
    * What You'll Learn:
    * What You'll Need:
    * About Shinobi Academy:
    * Connecting to Shinobi Academy Linux:
    * Exploring the Server:
    * Pre-installed Goodies:
    * Conclusion:
    * Master Linux Like a Pro: 1-on-1 Tutoring:

 * Introduction To SQL
   Introduction To SQL
    * Databases
    * Basic Syntax
    * SELECT
    * WHERE
    * Sorting with ORDER and GROUP BY
    * INSERT
    * UPDATE
    * DELETE
    * JOIN
    * SQL | DDL, DQL, DML, DCL and TCL Commands
    * SQL Sub Queries
    * SQL - UNIONS CLAUSE
    * Relational Keys- Keys in a Relational Database
    * Logical Operator Keywords
    * `HAVING` Clause
    * Essential MySQL Functions
    * `Transaction Control Language`

Table of contents
 * Introduction:
 * What You'll Learn:
 * What You'll Need:
 * About Shinobi Academy:
 * Connecting to Shinobi Academy Linux:
 * Exploring the Server:
 * Pre-installed Goodies:
 * Conclusion:
 * Master Linux Like a Pro: 1-on-1 Tutoring:


A SQL & DATABASES LEARNING PLAYGROUND SITUATION



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. Brought to you
by Softwareshinobi (https://softwareshinobi.digital/), this server is your
gateway to the exciting world of open-source exploration.


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.digital 


 1. When prompted, enter the password "shinobi".

username / shinobi


password / shinobi


Congratulations! You're now connected to Shinobi Academy Linux.


EXPLORING THE SERVER:

Once connected, you can use basic Linux commands to navigate the system and
explore its features. Here are a few examples:

 * ls: Lists files and directories in the current directory.
 * cd: Changes directory. For example, cd Desktop will move you to the Desktop
   directory (if it exists).
 * pwd: Shows the current working directory.
 * man followed by a command name: Provides detailed information on a specific
   command (e.g., man ls).


PRE-INSTALLED GOODIES:

Shinobi Academy Linux comes pre-installed with some interesting tools to enhance
your learning experience:

 * cmatrix: Simulates the iconic falling code effect from the movie "The
   Matrix".
 * hollywood: Creates a variety of dynamic text effects on your terminal.

Experimenting with these tools is a great way to explore the possibilities of
Linux.


CONCLUSION:

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!

A big thanks to Gemini for putting together these awesome docs!


MASTER LINUX LIKE A PRO: 1-ON-1 TUTORING:

Tired of fumbling in the terminal? Imagine wielding Linux commands with ease,
managing servers like a corporate ninja – just like my government and corporate
gigs.

1-on-1 tutoring unlocks your potential:

 * 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!

Next Databases

Made with Material for MkDocs