Skip to content

sibo-dev/init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init ⚒️

Getting Started

Slash16 is a network of people who are passionate about system and network adminis-tration and/or operations development (DevOps). Our goal is also to enable a flow of knowledge across our members by setting upcommon projects, conferences or via any others type of activity that makes it possible toshare both knowledge and professional experience.

This first project, init, will give us the opportunity to discover system and network basic commands, many of the services used on a server machine, as well as a few ideas ofscripts that can be useful for SysAdmins on a daily basis.

We will use only terminal commands to solve all the exercises in this subject.

This README will contain:

  • commands
  • command output
  • a deduction, summarising our thoughts
  • References

Network 🕸️

Network - 01

Get the list of the network interfaces of the machine without displaying any detailfor these interfaces. Only the list of names.

Command

Output

Summary

References

Network - 02

Identify and display the Ethernet interface characteristics:

  1. Identify broadcast address
  2. Identify all IP adresses which are part of the same subnet

Command

$> netstat -i

Output

Summary

References

Network - 03

Identify the MAC address of the Wi-Fi card

Command

Output

Summary

References

Network - 04

Identifiy the default gateway in the routing table

Command

Output

Summary

References

Network - 05

Identify the IP address of the DNS that responds to the following url:slash16.org

Command

Output

Summary

References

Network - 06

Command

Output

Summary

References

Network - 07

Command

Output

Summary

References

Network - 08

Command

Output

Summary

References

Network - 09

Command

Output

Summary

References

Network - 10

Command

Output

Summary

References

Network - 11

Command

Output

Summary

References

Network - 12

Command

Output

Summary

References

Network - 13

Command

Output

Summary

References

Network - 14

Command

Output

Summary

References

Network - 15

Command

Output

Summary

References


System

Download a Debian Live CD Here:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors