Ch. 1 LINUX SYSTEM
LINUX? UNIX-like OS – 가장 많이 설치된 OS Android: Linux (Kernel) 기반 smartphone OS Free and Open source software First released on Oct. 5, 1991 by Linus Torvals Tux the penguin, mascot of Linux
Simplified history of Unix-like operating systems https://en.wikipedia.org/wiki/Linux
LINUX distributions(배포판) = linux kernel + package management system DEBIAN FEDORA MANDRIVA Ubuntu
Linux 설치 데비안 구하기: www.debian.org 네트워크설치 CD/DVD 설치 데비안 CD set 구입하여 설치
http://williamjturkel.net/2013/05/31/installing-debian-linux-in-a-vm/
원격 통신 프로그램 설치 SSH terminal – Putty SSH FTP –WinSCP http://www.putty.org http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html SSH FTP –WinSCP http://winscp.net
로그인 및 암호 저장 Run Putty Login Change password: passwd 새로운 암호로 다시 로그인 계정 정보 변경: usermod usermod –c [이름] [계정이름] 계정 삭제: userdel
웹페이지 루트 디렉토리 현재 작업 디렉토리: pwd 작업 디렉토리 변경: cd 디렉토리 만들기: mkdir 본인의 홈디렉토리에 public_html 디렉토리를 만들자 pwd cd /home/[계정이름] mkdir public_html chmod 757 public_html ls -l
파일 올리기 워드프로세서 열고 아래와 같은 내용 입력 WinSCP 구동 원격 서버 접속 어서옵셔!! *** 홈페이지에요~ index.html 이라는 이름으로 저장 WinSCP 구동 원격 서버 접속 서버 public_html 디렉토리에 위 index.html 올리기 웹 브라우저로 열어보기 http://class.korearth.net/~[계정이름]