[ TIL ] Operating System | 6 weeks

charco·2021년 9월 25일
0

나도TIL

목록 보기
25/55

Remote

Remote Connection

Allow us to manage multiple machines from anywhere in the world.

SSH (Secure Shell)

A protocol implemented by other programs to securely access one computer from another.

VPN (Virtual Private Network)

Allows you to connect to a private network
like your network, over the internet.

Remote Connection on Windows

  • PuTTY -> a free, open source software that you can use to make remote connections through several network protocols including SSH.

Remote Connection File Transfer

  • SPC (Secure Copy) -> A command that you can use in Linux to copy files on computers on a network.

Virtual Machine

  • Virtual Instance -> a single virtual machine.
  • Virtual Box -> a software that helps create a virtual instance.

Logging

OSes have a background running program that logs events.

Windows

  • EventViewer -> you can see logs using EventViewer

Linux

  • /var/log -> where logs are stored in linux.

  • auth.log -> authorization and security-related events are logged here.

  • kern.log -> kernal messages are logged here.

  • dmesg -> system startup messages are logged here.

  • syslog -> pretty much everything on you system is logged here.

  • logrotate -> cleaning up logs


Operating System Deployment

Operating Systems Deployment Methods

  • Disk Cloning
  • dd -> tool used to clone a drvie
profile
아직 배우는 중입니다

0개의 댓글