[1]
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
rm /var/lib/dpkg/lock
dpkg --configure -a
[2] E: Unable to locate packag 오류
E: Unable to locate package 오류 해결
http://docs.kali.org/general-use/kali-linux-sources-list-repositories 로 이동
The Kali Rolling Repository 항목에 있는
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
내용 복사
vim /etc/apt/sources.list 명령어를 입력하여 복사한 내용을 붙여 넣는다.
apt-get update 명령어를 입력하여 저장소를 갱신한다.
[3] 초기 한글 설정
apt-get update
저장소를 갱신한다.
apt-get install nabi
'나비' 한글 입력기를 설치한다.
apt-get install fonts-nanum
혹은 apt-get install -y fonts-naum
나눔 폰트를 설치한다.
apt-install im-config
입력기 설정을 위해서 im-config를 설치한다.
칼리 리눅스의 settings에서 언어를 한국어로 설정
im-config에서 한글 설정을 한다.
( 한영 전환은 Shift + Space 이다. )
[4] XAMPP 사이트가 안들어가질 때
/opt/lampp/manager-linux.run 입력.
Apache Web Server, MySQL Database가 꺼져있는지 확인한다.
[2, 3]참고 http://bahndal.egloos.com/573003
'Computer Science > Security' 카테고리의 다른 글
[화이트헤커가 되기 위한 8가지 웹 해킹 기술]CSRF 공격(CSRF ATTACK) (0) | 2017.08.23 |
---|---|
[화이트헤커가 되기 위한 8가지 웹 해킹 기술]커맨드인젝션 공격(Command Injection Attack) (0) | 2017.08.23 |
[화이트헤커가 되기 위한 8가지 웹 해킹 기술]브루트 포스 공격(Brute Force Attack) (0) | 2017.08.22 |
[화이트헤커가 되기 위한 8가지 웹 해킹 기술]웹해킹 실습 환경 강의노트 (0) | 2017.08.22 |
[화이트헤커가 되기 위한 8가지 웹 해킹 기술]보안과 화이트 해킹 (0) | 2017.08.22 |