Windows 11 미리설치와 카카오톡
·
Computer/ETC
우선 Windows 11의 경우, 2021.09.06(Mon) 현재 정식 릴리즈 상태는 아님. Windows 11 Version 21H2 (OS빌드 22000.176) WSL에서 xwindow등의 지원이 Windows 11에서는 기본으로 지원되는 터라, 과제수행용 노트북에 선제적으로 설치한 상태. 문제는 업무등에서 카카오톡이 필요하여 미리 설치를 해봄. 설치에는 문제가 없으나, 사용 중 오류 발생으로 자주 죽어 재시작을 해줘야 함. 최대한 google chat으로 업무와 사생활을 분리하려 하지만 워낙 카톡을 다들 많이 사용하는터라... 개발과 관련된 오류는 아직 없는 관계로 당분간은 사용해봐야겠다. (카톡 개발버전은 죽지 않으려나..)
핵실드에러
·
Computer/ETC
마비노기를 하는 이로부터 다음과 같은 문제가 있다고 해결 의뢰받음. 문제점 로그인 시 핵실드 에러가 발생하고 다음과 같은 코드의 문제가 있다는 메시지가 뜸. Error code: 0xe401000e 사용환경 Vista Ultimate 64bit. 해결법 %Mabinogi설치 dir%\HShield\Update 로 이동. autoup.exe를 실행시키고 난 후 Admin계정으로 게임 시작. Reference http://forum.nexoneu.com/NXEU.aspx?g=posts&m=843428 이 글은 스프링노트에서 작성되었습니다.
CUDA 3D, 2D data processing.
·
Computer/CUDA
In CUDA, kernels can only operate out of device memory. Device memory can be allocated either as linear memory or CUDA arrays. In this sample, we observe how to use 3D and 2D linear memory in CUDA. Linear memory exists on the device in a 32-bit address space. Typically, following methods are used for device memory allocaton. cudaError_t cudaMalloc (void** devPtr,size_t size) cudaError_t cudaMall..
CUDA Compile Environment with VS 2008
·
Computer/CUDA
To set up CUDA compile environment with VS 2008. Step 1: Adding Cuda.Rules to your project. Project > Custom Build Rules... Click Find Existing... Select %CUDA_SDK%\C\common\Cuda.Rules Step 2: Now set up your Include directory, library directory, and Executable directory. Tools > Options... > Projects and Solutions > VC++ Directories Select Platform. In my case, x64 was selected. And select Show..
BM_WDC_HDD_1TB
·
Computer/ETC
WDC 1TB / ? / SATA2 / 32MB buffer version : atto 2.34 OS : Windows Vista 64bit Status : g로 하나로 잡혀있음. 약 100 MB/s의 쓰기와 100 MB/s의 읽기 속도. 나쁘지 않은 듯하다. 이 글은 스프링노트에서 작성되었습니다.
BM_EKMemory_eSATA
·
Computer/ETC
EK Memory e-SATA 30G를 ATTO Disk Benchmark한 결과. version : atto 2.34 OS : Windows Vista 64bit Status : 약 11.5GB를 사용 중인 상태. USB로 연결 약 26 MB/s의 쓰기와 32MB/s의 읽기 속도. 정말 좋은 속도임. [USB 2.0 의 스펙상 한계가 High speed로 480 Mbps (=60MBps) ] 이 글은 스프링노트에서 작성되었습니다.