DIGITory/.......2013. 11. 1. 11:04


Red



Green



Blue



White



Black



'DIGITory > .......' 카테고리의 다른 글

window용 파일 검색  (0) 2014.10.31
tumblr에서 이미지 다운로드  (0) 2014.10.28
starting development with git  (0) 2014.09.01
code highlighter on HTML  (0) 2013.10.16
git clone : error: server certificate verification failed.  (0) 2013.08.23
Posted by Joe.C
DIGITory/.......2013. 10. 16. 19:25

"소스코드 하이라이팅 자바스크립트" from 'http://cafe.naver.com/cafec/186453'


H.html


Posted by Joe.C
DIGITory/Robocode2013. 10. 10. 01:05


Robocode home : http://robocode.sourceforge.net/


need.... Java run-time, eclipse, robocode

can using editor in robocode. but eclipse is.... eclipse.


http://valley.egloos.com/viewer/?url=http://folog.egloos.com/1635239

http://lunakarpin.tistory.com/5



Posted by Joe.C
DIGITory/.......2013. 8. 23. 11:28

I got

"error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://github.com/mrobinson/webkit.git/info/refs"


I just want to make 'git clone' with https for private git in github.

.

.

.

.

then I did it....just SSL_NO_VERIFY..........

export GIT_SSL_NO_VERIFY=1


'DIGITory > .......' 카테고리의 다른 글

window용 파일 검색  (0) 2014.10.31
tumblr에서 이미지 다운로드  (0) 2014.10.28
starting development with git  (0) 2014.09.01
1920 x 1080 image ( Red, Green, Blue, White, Black )  (0) 2013.11.01
code highlighter on HTML  (0) 2013.10.16
Posted by Joe.C
DIGITory/MS Windows2013. 8. 18. 03:23

http://blog.naver.com/hahaj1/20160173652 : Korean information....


http://www.macrium.com/reflectfree.aspx : Download the free version of Macrium Reflect.


I copied Win7 on Micro Server to new SSD drive. (It's too slow to work with HDD)

Macrium Reflect is so simple and nice.

just remeber ....

1. clone reserved system partition for Win7

2. no drive letter for system partition

that's it.

'DIGITory > MS Windows' 카테고리의 다른 글

Window 10 - Edge Browser에서 굴림 font 맑은고딕으로 변경  (0) 2016.03.26
Remove Internet explorer  (0) 2014.07.25
한영 전환 : shift + space  (0) 2014.06.12
Window Vista RC2  (0) 2006.10.17
window tip - <anti-aliasing>  (0) 2006.08.07
Posted by Joe.C
DIGITory/Servers2013. 8. 2. 00:07


I tried to set RAID 1 for mirroring.....

set it on CMOS....


but it didn't work... I can't format the drive.... 

when I tried to do format the drive....it shows up Blur Screen... or error messages...


so I used RAIDXpert...

(http://support.amd.com/us/gpudownload/windows/Pages/raid_windows.aspx#2)


and... now...... it's working!!!

'DIGITory > Servers' 카테고리의 다른 글

FTP download, upload 시 timeout 현상  (1) 2014.03.27
Ubuntu에 Web Server 설치  (0) 2013.12.10
using SSD 2.5" on HP Micro Server N36L  (0) 2013.08.02
Posted by Joe.C
DIGITory/Servers2013. 8. 2. 00:02


If you want to use SSD 2.5" for one of 4 bays.

"SillverStone SDP09" is right one.....

'DIGITory > Servers' 카테고리의 다른 글

FTP download, upload 시 timeout 현상  (1) 2014.03.27
Ubuntu에 Web Server 설치  (0) 2013.12.10
HP Micro Server N36L - setting Raid  (0) 2013.08.02
Posted by Joe.C
DIGITory/Ubuntu2013. 7. 23. 15:45


rpm -qf <so file path>

eg ) rpm -qf /usr/lib/libsecfw.so


'DIGITory > Ubuntu' 카테고리의 다른 글

우분투 용 egg extractor  (0) 2014.04.23
Font Infinality  (0) 2014.04.08
The volume “boot” has only .... disk space remaining ....  (0) 2013.06.02
Ubuntu에 설치된 pkg의 버전 정보 확인 방법  (0) 2013.04.10
Mac Theme for Ubuntu  (3) 2012.10.18
Posted by Joe.C
DIGITory/Android2013. 7. 17. 20:05



1. creating a file.

sudo vi /etc/udev/rules.d/51-android.rules

2. enter this to the file

SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", MODE="0666", GROUP="plugdev"


the 'idVendor' value is in this page "http://developer.android.com/tools/device.html#VendorIds"

19d2 is for ZTE.


Posted by Joe.C
DIGITory/Ubuntu2013. 6. 2. 13:13


uname -r : check the version


go to the "/boot", see the old version..things..


sudo apt-get remove linux-image-<version>  : remove old things.....

Posted by Joe.C