Liea
'① 공부/OS [Windows, Linux]' 카테고리의 글 목록 (3 Page)

① 공부/OS [Windows, Linux]

① 공부/OS [Windows, Linux]

OS 개요

ㅇ OS개요 - 컴퓨터 시스템 : 사용자가 원하는 기능, 서비스들을 구현하기 위해 각종 정보들을 처리하는 H/W & S/W 들의 집합 - H/W : 물리적, 기계적, 전기적(99%)인 기능을 수행하는 눈으로 식별 가능한 장비 ㄴ 중앙처리장치, 메모리, I/O 장치 ㄴ 메인보드(마더보드), 그래픽카드, CPU(중앙처리장치, (마이크로)프로세서), 주기억장치(메모리, RAM(RWM)), ROM, 마우스, 키보드, 모니터, 스캐너, 프린터, 마이크, 보조기억장치(HDD, CDROM, Flash memory) ㄴ CPU : (연산(산술연산+논리연산) 장치 + 제어장치 + 레지스터(기억) + 캐시(기억) - S/W : H/W가 어떻게 어떤 일을 할지 지시하는 명령어들 ㄴ 시스템 S/W : H/W를 직접적으로 컨트..

① 공부/OS [Windows, Linux]

[Linux] vi, vim을 IDE처럼 사용하기 (php코드 속 html코드 자동 정렬 시키기 등)

www.vim.org/scripts/script.php?script_id=604 php.vim (html enhanced) - combination of the php indent file and the html indent file : vim online php.vim (html enhanced) : combination of the php indent file and the html indent file script karma Rating 701/211, Downloaded by 9420 Comments, bugs, improvements Vim wiki created by Pim Snel script type indent description This is a combinati www.vim.org..

① 공부/OS [Windows, Linux]

리눅스 부팅 시 'Give root password for maintenance (or type Control-D to continue)' 문제 해결

가상머신을 키는데 'Give root password for maintenance (or type Control-D to continue)' 문장이 계속 떴고, Ctrl+D를 눌러도 해결이 되지 않았다. 알아보니 파일시스템이 손상된 것 이었다. root 패스워드를 입력 했더니 안전모드로 진입하였다. root 암호도 가상머신 파일을 다운받은거라 몰라서 찍어서 맞췄다.... 어쨋든 안전모드 진입을 했다면 - fsck 명령으로 수동으로 검사한다. # fsck - 아래 명령 옵션으로 확인 메시지를 알아서 처리 하고, 손상된 파티션을 알고있을 겨웅 지정하여 검사&복구를 진행한다. # fsck -y /dev/sda2 - 완료 후 재부팅 하면 해결이 되어있다. # reboot ㄴ 리붓 명령을 해도 해결이 되지 않는다..

① 공부/OS [Windows, Linux]

리눅스 SSH 접근 제한하기

보호되어 있는 글입니다.

① 공부/OS [Windows, Linux]

Linux [sqlmap] 질문 관련 정리

[INFO] heuristic (basic) test shows that GET parameter 'id' might be injectable (possible DBMS: 'MySQL') [INFO] heuristic (XSS) test shows that GET parameter 'id' might be vulnerable to cross-site scripting attacks [INFO] testing for SQL injection on GET parameter 'id' it looks like the back-end DBMS is 'MySQL'. Do you want to skip test payloads specific for other DBMSes? [Y/n] 첫 번째 내용은 id 파라미터가..

① 공부/OS [Windows, Linux]

Linux_ 20가지 Terminal 관련 기능

1. Cowsay # sudo apt-get install cowsay # cowsay "하고싶은 말" 소 외에도 다른 것도 있다. 아래 명령어로 목록 확인이 가능하다. # cowsay -l # cowsay -f ghostbusters Who are you! 2. Cowthink 3. sl - Steam Locomotive # sudo apt-get install sl #sl //실행이 되며 기차가 지나가는 화면이 보인다. 4. figlet - draw banners # sudo apt-get install figlet # figlet Lieadaon 5. toilet - draw banners again # sudo apt-get install toilet # toilet Lieadaon # toile..