Computer/Software
-
Windows 10 Hyper-V NAT 설정Computer/Software 2016. 12. 6. 15:05
Windows 10 Professional을 설치하고 VMWare 대신 Hyper-V를 사용해 보려고 했다. 공유기가 있으면 가상 스위치를 external로 설정하면 공유기가 IP를 할당하고 끝난다. 공유기가 IP를 새로 할당할 수 없는 상황이라 호스트 머신에 NAT을 설치해야 했다. 이 상황에서 VMWare Professional이나 Fusion은 NAT을 자동으로 설치해 준다. Hyper-V는 아직까지는 (~2016.12월) 자동으로 NAT 설정하는 것이 없어서 PowerShell을 통해 설치해야 한다. 방법은 다음과 같다. 1. 관리자 권한으로 PowerShell을 열고2. 내부 스위치 만들기 PS C:\Windows\system32> New-VMSwitch -SwitchName "NAT" -Swi..
-
한글 버그 - 악성코드 탐지 기능이 실행되지 않습니다Computer/Software 2016. 11. 10. 14:12
한글 네오 버전을 새로 설치한 후에 언제나 '악성 코드 탐지 기능이 실행되지 않았습니다.' 항상 나올 때 한글 실행하고 설정에서 바꾸어도 계속해서 같은 메시지창이 나옵니다. 이 문제는 한글 버그인 것 같습니다. 어떤 컴퓨터에서는 이 메시지가 나오고 어떤 컴퓨터에서는 이 메시지가 원래는 실행 되어야 안전한데... 실행이 되지 않으면서 메시지 창이 나와 계속 귀찮게 하네요. 이를 해결하기 위해서는 한컴 기본설정을 바꾸어 주어야 합니다. 메뉴에 보면 한글과 컴퓨터에 한컴 기본 설정이 있습니다. 이 프로그램을 실행시키고 사용자 설정에서 보안 탭을 누르고 문서 열 때 악성코드 검사, 실시간 악성코드 검사 체크 되어 있는 것을 꺼 주고 다시 실행하면 더 시상 귀찮게 하지 않습니다.
-
Gephi run on 64bit WindowsComputer/Software 2016. 10. 17. 11:06
I need to draw a huge graph requiring more than 4GB memory. Graphviz or D3JS cannot draw such huge graphs. Gephi is a good choice in this case. However Gephi visualization platform is run on 32bit Java by default. We need to change the configuration in order to run 64bit Java. In C:\Program Files (x86)\Gephi-0.9.1\etc\gephi.conf, deafult_options and jdkhome need to be modified. For example, defa..
-
VMWare Professional 12 on Ubuntu 14.04 LTS amd64Computer/Software 2016. 6. 20. 10:04
I have the following errors after installing. Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directoryGtk-Message: Failed to load module "overlay-scrollbar": liboverlay-scrollbar.so: cannot open shared object file: No such file or directoryGtk-Message: Failed to load module "unity-gtk-module": libunity-gtk-modu..
-
Windows XP와 VIsta/7 환경변수 비교Computer/Software 2012. 5. 22. 14:26
Variable Windows XP Windows Vista & 7 %ALLUSERSPROFILE% C:\Documents and Settings\All Users C:\ProgramData %APPDATA% C:\Documents and Settings\{username}\Application Data C:\Users\(username}\AppData\Roaming %CommonProgramFiles% {computername} C:\Program Files\Common Files %COMPUTERNAME% {computername} %COMSPEC% C:\Windows\System32\cmd.exe C:\Windows\System32\cmd.exe %HOMEDRIVE% C: C: or sometime..