본문 바로가기
반응형

전체 글136

윈도우 11 가상 RAM 최적화 도우미 Goal: Engage/Diagnose -> Viz/Method: Interactive HTML cards -> Interaction: Click to reveal details -> Justification: Turns a passive list into an active diagnostic tool. - Report Info: Virtual memory concept -> Goal: Explain -> Viz/Method: HTML/CSS diagram -> Interaction: Static visual -> Justification: Simplifies a complex technical concept. - Report Info: Recommended virtual mem.. 2025. 8. 2.
ubuntu 16.04 mdadm 오류 다음과 같이 오류 발생 되는 경우 해결 방법 W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. /etc/mdadm/mdadm.conf 를 열어서 맨 아랫줄에 추가하면된다. ARRAY devices=/dev/sda 2022. 1. 12.
ubuntu 16.04 패키지 설치 libperl5.22:i386 의존성 오류 아래와 같이 libperl5.22:i386 의존 성 오류 발생 되는 경우 가 있다. Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libsnmp30:i386 : Depends: libperl5.22:i386 (>= 5.22.1) but it is not installed E: Unmet dependencies. Try using -f. 아래와 같이 수행해 주면 패키지 가 정상적으로 설치 되어진다. sudo rm /usr/share/doc/libperl5... 2022. 1. 12.
ssh 보안 취약점 점검 Nmap Nmap 패키지 설치 sudo apt-get install nmap Nmap script update sudo nmap --script-update sudo nmap --script-updatedb Nmap ssh2-enum-algos script 를 이용한 ssh 알고리즘 보안 취약점 점검. nmap -p22 -n -sV --script ssh2-enum-algos 10.101.10.253 Nmap 툴 수행 결과 ubuntu@ubuntu-VirtualBox:~$ nmap -p22 -n -sV --script ssh2-enum-algos 10.101.10.253 Starting Nmap 7.01 ( https://nmap.org ) at 2021-01-25 12:50 KST Nmap scan report.. 2021. 1. 25.
반응형