'전산 삽질'에 해당되는 글 4건
- 2018.08.13
- 2017.01.10
- 2016.01.25
- 2012.07.10
https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
아니 이게 뭐라고 찾기 힘들게 만들엇!
--/usr/bin/drop_caches.sh
echo 3 > /proc/sys/vm/drop_caches
--crontabl -l
00,10,20,30,40,50 * * * * /usr/bin/drop_caches.sh
x Memory Stats qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx
x RAM High Low Swap Page Size=4 KB x
x Total MB 48303.1 -0.0 -0.0 2054.0 x
x Free MB 33561.5 -0.0 -0.0 2054.0 x
x Free Percent 69.5% 100.0% 100.0% 100.0% x
x MB MB MB x
x Cached= 1585.6 Active= 13284.3 x
x Buffers= 0.0 Swapcached= 0.0 Inactive = 1189.6 x
x Dirty = 0.7 Writeback = 0.0 Mapped = 1550.0 x
x Slab = 67.5 Commit_AS = 20333.5 PageTables= 49.7 x
x Network I/O qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx
속이 다 시원함...
멀쩡하게 다 설치되었는데, 첫번째 리부팅시 윈도우로 진입 못하고 까만 화면에서 커서만 깜박이는 상황이라면,
(1) VM을 power-off 한다.
(2) VM을 power-on 한 후, 윈도우 설치에 사용한 ISO나 디스크를 이용하여 부팅
(3) 윈도우 설치 메뉴 중 리커버리를 선택하여 명령 프롬프트로 진입
(4) 명령 프롬프트에서 경로를 "C:\" 로 변경하고 이하의 명령을 입력 후 엔터
bootsect.exe /nt60 all /force
(5) 명령 프롬프트에서 exit 입력하고 리부팅
Platform | Host ID Type | Native OS Command |
Windows(*1) | Ethernet Address | ipconfig /all (use "Physical Address" value) |
Solaris | 32-bit Hostid | hostid |
Linux | Ethernet Address | /sbin/ifconfig eth0 (use "HWaddr" value) |
Mac OS X | Ethernet Address | /sbin/ifconfig eth0 (use "ether" value) |
Tru-UNIX (Digital) | Ethernet Address | netstat -i |
IBM AIX | 32-bit Hostid | uname -m (returns 000276513100), then remove both the first and the last two digits, and use the remaining eight digits |
SGI | 32-bit Hostid | /etc/sysinfo -s (convert to hex, or prefix #) |
HP-UX PA-RISC | 32-bit Hostid | uname -i (convert to hex, or prepend with #) |
HP-UX Itanium | Machine ID | getconf CS_PARTITION_IDENT (prefix with "ID_STRING=") |
(O O ;;)