Skip to content

marcin-wozniak-wttech/knowledge-sharing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge Sharing

Planned Topics and Dates

  • 21st May 2025Basic Linux commands Perfect for beginners or anyone in need of a refresher.

  • 28th May 2025Introduction to Git What it is, how it works, and how we can use it effectively.

  • 11th June 2025Fixing a broken Linux system Practical steps for diagnosing and repairing common issues.

  • 18th June 2025Using SSH and remote access Learn how to securely connect to and manage remote systems.

  • 25th June 2025Writing simple Bash scripts Automate tasks and boost productivity with basic scripting skills.

How to Connect to the KS Docker Machines

This guide explains how to connect to your assigned server machine via SSH.

Credentials

  • Username: root
  • Password: ks2025@

Server Address Format

To connect to a specific machine, use the following format:

ssh [email protected] -p 25XX

Replace XX with the number of your assigned machine. For example:

Example Connection

ssh [email protected] -p 2503

When prompted, enter the password: ks2025@

Notes

  • Make sure port 25XX is open and not blocked by your local firewall.
  • If you see a warning about authenticity of the host, type yes to continue.
  • After login, you’ll be in a Linux environment. Start with ls, pwd, or check your assigned tasks!

Happy learning! 🐧

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.4%
  • Dockerfile 49.6%