자주 사용 안하면 헷갈린다... apt-get 데비안 계열에서 사용되는 패키지 관리 명령어 /etc/apt/sources.list에 설정된 위치에서 업데이트 apt-get update/etc/apt/sources.list에 설정된 인덱스에서 업데이트 정보를 얻어온다. apt-get upgradeupdate로 받아온 업데이트 정보를 통해 새로운 버전을 알게되면 업데이트를 수행한다. apt-get dist-upgrade의존성을 검사하면서 설치한다. apt-get install 이름이름의 패키지를 설치한다. apt-get --reinstall install 이름이름의 패키지를 재설치 한다. apt-get remove 이름이름의 패키지를 삭제한다. apt-get --purge remove 이름이름의 패키지를 설..
DOS / Windows에선 엔터를 CR+LF(\r\n), ASCHII 13(CR), 10(LF), Hex %0d%0a CR : Carriage return, 커서를 맨 앞에 위치시킨다. LF : Line Feed, 현재 위치한 커서를 한 줄 아래로 옮긴다.[출처] CR LF 정리|작성자 휘향 unix에선 일반적으로 LF만 사용하고 windows는 CR/LF를 모두 사용해야 함.
출처 : http://lifehacker.com/how-to-hack-your-own-network-and-beef-up-its-security-w-1649785071Kali Linux is a security-focused operating system you can run off a CD or USB drive, anywhere. With its security toolkit you can crack Wi-Fi passwords, create fake networks, and test other vulnerabilities. Here's how to use it to give your own a network a security checkup. This post is part of our Evil W..