우분투에서 바로가기(즐겨찾기) 추가 방법수동(압축해제)으로 프로그램을 설치한 경우, 바로가기 생성이 되지 않는다.아래 처럼 바로가기를 생성하려면... ~/.local/share/applications/프로그램명.desktop 파일을 생성하면 됨. (확장자가 desktop 임) EX) 파일명 : eclipse.desktop 파일내용 [Desktop Entry]Version=4.7Name=eclipse-jee-oxygen-3aComment=eclipseExec=/home/eclipse/eclipse-jee-oxygen-3a/eclipseIcon=/home/eclipse/eclipse-jee-oxygen-3a/icon.xpmTerminal=falseType=ApplicationCategories=dev;edi..
설치다운로드 : https://www.eclipse.org/downloads/ 설치 : 압축해제 설정eclipseworkspace 지정 : eclipse.ini 변경 C:\dev_pack\x64\java\jdk1.8.0_121\bin\javaw.exe -startup plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417 -data C:\dev_pack\x64\apps\eclipse\eGovFrameDev-3.6.0-64bit\workspacemaven디렉토리 지정 설정(P..
블루투스MX Anywhere 2 bluetoothctl[bluetooth]# connect E0:D2:46:93:D6:75[MX Anywhere 2]# pair[MX Anywhere 2]# power off[bluetooth]# power on Unity런처위치 조정gsettings set com.canonical.Unity.Launcher launcher-position Bottom 세부 설정 툴 설치sudo apt-get install unity-tweak-toolInstall Unity Tweak Tool from the Ubuntu Software Center vimvim 설치하면 방향키, 백스페이스 등의 문제가 해결된다.sudo apt-get install vimInstall Vim from t..
한번에 설치하자. 7-Zip is a file archiver with a high compression ratio. bandizip - 반디집은 멀티코어를 지원하는 무료 압축프로그램입니다. calibre is a free and open source e-book library management application developed by users of e-books for users of e-books. Clover is an extension of the Windows Explorer, to add multi-tab functionality similar to Google Chrome browser. Double Commander is a cross platform open source file ..
2년 반 넘게 사용하던 노트1. 도저히 참을 수 없을 정도로 엉망이 되버려 바꾸게 됨. 새로운 놈은 G3 Cat.6LG-F460S LTE보다 3배, LTE-A 보다 1.5배의 빠른 속도 광대역 LTE-AHD보다 4배 선명한 초고화질 Quad HD 디스플레이레이저 AF와 OIS+ 카메라를 통해 빠르고 흔들림 없는 사진 촬영나만의 코드로 홈 화면을 안전하게 관리하는 노크코드원형 윈도우에서 은은히 빛나는 라이팅 퀵서클™ 케이스출처 : http://www.lgmobile.co.kr/mobile-phone/F460/LG-F460S/ 2016.01안드로이드 6.0 Marshmallow 업그레이드!http://www.lgmobile.co.kr/lgmobile/front/download/retrieveDownloadM..
괜찮은 프로그램 있으면 추천바람. calibrecalibre is a free and open source e-book library management application developed by users of e-books for users of e-books. It has a cornucopia of features divided into the following main categories: - Library Management - E-book conversion - Syncing to e-book reader devices - Downloading news from the web and converting it into e-book form - Comprehensive e-book viewer..
계층구조 쿼리에 사용.참조 : http://msdn.microsoft.com/en-us/library/ms186243%28v=sql.105%29.aspx sampleWITH CTE_AE_CODE_H AS ( SELECT * , 0 AS LEVEL , CAST(RANK AS DECIMAL(20)) AS SORT --소팅(문자열로 변환 후 소팅해야 함) , CAST(CODE_NAME AS VARCHAR(1000)) AS CODE_PATH FROM IAMS.DBO.AE_CODE_H WHERE 1 = 1 AND UP_CODE_ID = '*' --AND UP_CODE_ID = 'ROOT_ASSET_TYPE' UNION ALL SELECT A.* , R.LEVEL + 1 AS LEVEL , CAST(R.SORT *..
Eclipsedownload : http://www.eclipse.org/downloads/ plugins : Eclipse 메뉴의 Help > Eclipse Marketplace... 를 이용하면 편하다. EGitEGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.http://download.eclipse.org/egit/u..
현재 사용중인 공유기. D-Link : DIR-655 제품 : http://www.mydlink.co.kr/2013/support/product_detail.php?type=router&no=24&model=DIR-655 포럼 : http://forums.dlink.com/index.php?board=129.0 펌웨어 : ftp://ftp.dlink.com/Gateway/dir655/Firmware/ 2013.06 DIR-655 Rev A v1.37 FW Released. *Fixes Samsung Galaxy S4 problems. 참고이미지(출처 : http://www.mydlink.co.kr/2013/support/product_detail.php?type=router&no=24&model=DIR-..
자주 사용하는 Tomcat을 2개 동시에 띄워보자. 00. Tomcat 및 Java 다운로드. Tomcat : http://tomcat.apache.org/Java : http://www.oracle.com/technetwork/java/javase/downloads/index.html 01. 디렉토리 구조 및 설치. D:/WAS/java/jdk/was /tomcat /bin /lib /instance1 /conf/logs/temp/webapps/work /instance2/conf/logs/temp/webapps /workstartTomcat_1.bat startTomcat_2.batD:/WAS/java/jdk - java 설치(압축해제)D:/WAS/was/tomcat - tomcat 설치(압축해제)i..
Git 설치 참조 - http://www.jami.name/400 이미 사용중인 SVN 을 Git 으로 바꿔보자.주의 : console 과 GUI 툴을 병행해서 사용했기 때문에 오류 발생할 수 있음. 디렉토리의 파일을 잘 살펴보자. 1. clone.SVN repository 를 Git 으로 clone. $git svn clone file:///tmp/ -T trunk -b branches -t tags git svn clone file:///cygdrive/e/00.svn_repo/jami ~/Z/00.jami또는git svn clone svn://localhost/jami ~/Z/00.jami -T trunk -b branches -t tags : -s 옵션으로 대체 가능하다.하지만 난 trunk/br..
버전관리 되지 않던 로컬 특정 디렉토리를 Git으로 관리해 보려고 아래와 같이 했다. (원격 연결하지 않음) 1. 설치.Git : http://msysgit.github.com/TortoiseGit : http://code.google.com/p/tortoisegit/ 2. 사용자 설정git config --global user.name "John Doe" git config --global user.email johndoe@example.com --global 옵션 없이 각 프로젝트 마다 다른 사용자 설정할 수 있음. 3. 원격저장소 생성 및 init mkdir testRepo cd testRepo git init --bare 4. 저장소 복제git clone /로컬/저장소/경로탐색기에서.. 마우스 R..
ubuntu 에서 virtualbox 사용 시 아래와 같은 에러 발생할 경우. (참조 : http://askubuntu.com/questions/205154/virtualbox-etc-init-d-vboxdrv-setup-issue)Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup'as root. If it is available in your ..
TmaxSoft JEUS 로그파일 설정 로그파일 설정로그 디렉토리 변경 -Djeus.log.home=Z:/jeus50/logs기본은 [JEUS 설치 DIR]/logs 디렉토리에 로그 파일이 쌓인다. 이를 바꾸기 위해 위 옵션을 파일의 실행부분에 추가한다. 로그파일 설정 con1_handler1 INFO false 기본은 각 컨테이너별 일별 로그파일이 생성된다.로그파일 모티터링하기 귀찮아 컨테이너별 하나의 로그파일이 생성되도록 수정. 의 로깅 노드를 위와 같이 세팅.false 로 지정했기 때문에 WAS 재시작시 기존 로그는 없어진다. 로컬/개발서버에서는 로그파일 크기가 작기 로그파일 보관이 필요없기 때문에 위와 같이 사용해도 되지 싶다.
우분투 포 폰 이 나왔다.올해말 또는 내년초 정식버전이 나올 거란다.(물론 스마트폰 제조사와 얘기가 잘 되어야 겠지만..) 웹사이트 : http://www.ubuntu.com/devices/phone 동영상(유투브) : https://www.youtube.com/watch?v=cpWHJDLsqTU 나의 다음 스마트 폰은 우분투폰 이다!! 아직 낙관할 수 없지만, 기대는 된다.(모바일용 우분투, 미래를 낙관하는 까닭)동영상을 보니 깔끔한 거 같으네.(빠릿빠릿 할 거 같음.) 빨리 괜찮은 폰이 나오길!!
TmaxSoft JEUS - WebAdmin 설정.참고 : http://technet.tmax.co.kr/kr/edocs/jeus/60/server/chapter_server_conf.html#d4e1177 ... ... true 192.168.*.* 211.180.1.* ... ... * : 접근가능한 IP를 세팅할 수 있음. (보안을 위해 설정 후 사용토록 하자) * 기본 port 는 9744 : [jeus설치DIR]/bin/jeus.properties.cmd 파일 JEUS_BASEPORT 값의 +8 이 webadmin 기본port임.
JEUS5 에 SSL 적용. (localhost)/bin/keytool 명령어를 사용한다. SSL Keystore 생성keytool -genkey -alias jeusssl -keyalg RSA -keysize 2048 -validity 1000 -keystore D:\JEUS5.0\config\\sslkeystoreSSL Truststore 생성keytool -export -alias jeusssl -keystore D:\JEUS5.0\config\\sslkeystore -rfc -file D:\JEUS5.0\config\\jeusssl.cer keytool -import -alias jeussslcert -file D:\JEUS5.0\config\\jeusssl.cer -keystore D:\JEUS..
- Total
- Today
- Yesterday
- iBATIS
- 법무부
- oracle
- connect by
- Eclipse
- 정부과천청사
- 충동구매
- 출근길
- 최대 메모리
- GB-P100
- 프로젝트
- 금연
- Git
- 오라클
- 바이크
- 액땜
- EditPlus
- Java
- 김용
- 낭패
- 헌혈
- 출근
- 파워콤해지
- 짜증
- 무료 프로그램
- 일하는 곳
- 윈도우
- ubuntu
- VMware
- 안드로이드 앱
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |