Home »
Archive by category Blog (Page 29)
‘최고의 오픈소스 소프트웨어’ 시상, 일명 ‘보시(Bossies) ‘ 선정 결과를 발표했다. 이는 인포월드(InfoWorld)의 객원 기고가들과 함께 애플리케이션 개발 툴 등 총 7개 부문에서 100개 이상의 최고 소프트웨어를 선택했다. 특히 작년부터는 게임 부문이 신설됐다. 선정 분야가 늘어난 것처럼 전체 오픈소스 소프트웨어의 숫자도 많아졌다. 소스포지(Sourceforge)에 따르면 2012년 9월 중순 기준 400만회...
Continue reading
April 10, 2015 techsupport
Blog, Tech
http://fsteam.tistory.com/72 웹페이지에서 레이어 팝업을 쉽게 쓸수 있는 라이브러리를 찾았다. 출처 : http://dinbror.dk/bpopup/ 사용법은 아주 간단하다. 1. 라이브러리 include <script src=’http://code.jquery.com/jquery-1.8.3.js’></script> <script type=’text/javascript’ src=’jquery.bpopup.min.js’></script> 2. 팝업이 뜰 div 지정 <div id=’pop_up_banner’ style=’display:none; width:200px’> <span class=’button b-close’ style=’border-radius:7px 7px 7px 7px;box-shadow:none;font:bold 131% sans-serif;padding:0 6px 2px;position:absolute;right:-7px;top:-7px; background-color:#2b91af; color:#fff; cursor: pointer; display: inline-block;...
Continue reading
January 2, 2015 techsupport
Blog, Tech
Google Client API with PHP – step by step tutorial with (some) screenshots | enarion.net Google Client API with PHP – step by step tutorial with (some) screenshots This page describes how you can access Google data with some handy PHP code, using the official Google Client API...
Continue reading
December 3, 2014 techsupport
Blog, Tech
협업 리눅스 그룹웨어 8가지 Linux Groupware Software, PHProjekt, SOGo, phpGroupWare, Kolab, Zimbra, Horde Groupware, Citadel, eGroupware PHProjekt PHP로 작성된 무료 그룹웨어 및 프로젝트 관리 웹 응용 프로그램. SimpleScripts 스크립트 설치 프로그램에 포함되어 있으며 두 가지 중 하나가 판타 스크립트 설치 프로그램에 포함 된 유일한 자유 소프트웨어 프로젝트...
Continue reading
November 26, 2014 techsupport
Blog, Tech
How to get my api key Go to https://dev.twitter.com/apps/new9.5K and log in, if necessary Supply the necessary required fields, accept the TOS, and solve the CAPTCHA. Submit the form Copy the consumer key (API key) and consumer secret from the screen into your application If you also need...
Continue reading
November 15, 2014 techsupport
Blog, Tech
[JAVA] Eclipse Maven Spring Mybatis 개발환경 세팅 및 프로젝트 생성 DB연동(MySQL) JAVA 설치 JDK 설치 www.oracle.com 에서 Java SE Development Kit 7 버전을다운로드하여설치한다. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 환경변수설정 제어판\모든제어판항목\시스템>고급시스템설정>고급탭>환경변수 JAVA_HOME C:\Program Files\Java\jdk1.7.0_25 위와동일한방식으로 변수이름 : CLASSPATH 변수값 : ;%JAVA_HOME%lib\tools.jar; Path 값추가 Path 편집>변수값뒷부분에추가 : ;%JAVA_HOME%\bin; Maven 설치 Maven 다운로드 http://maven.apache.org 에서메이븐최신버전을다운로드하여압축해제...
Continue reading
November 12, 2014 techsupport
Blog, Tech
Continue reading
November 7, 2014 techsupport
Blog, Tech
19.1 일일 시스템 점검 스크립트 1. check.sh 만들기 [root@isp-dns ~]# vi check.sh echo -e “\n 1. 오늘날자:” date echo -e “\n 2. 디스크용량” df -h echo -e “\n 3. 포트점검” netstat -an | grep LISTEN echo -e “\n 4. /tmp점검” ls -al /tmp echo -e “\n 5. /var/tmp점검”...
Continue reading
November 7, 2014 techsupport
Blog, Tech
CPU CPU Check 작업/확인 cat /proc/cpuinfo CPU 정보를 확인할 수 있음 CPU Usage Check 작업/확인 top, sar 프로세스 사용률 및 CPU 사용률을 확인할 수 있음 DISK Mount Point Check 작업/확인 mount /etc/fstab 마운트 정보를 확인할 수 있음 Partition List Check 작업/확인 fdisk -l , cat/proc/partitions 디스크 파티션...
Continue reading
November 7, 2014 techsupport
Blog, Tech
http://www.codeigniter-kr.org/lecture/view/247/page/1/ 최근에 제가 운영하는 사이트에서 보안 문제로 말썽이 많았습니다. CodeIgniter 개발자분들은 한번씩은 꼭 생각해 주셔야 하는데요, 보안이 약한경우: 개인정보 유출이나 (SQL Injection), 악성코드 투입 (XSS), 세션 하이재킹 (MITM Attack), 등등… CodeIgniter 2.1.0에서 보안쪽으로 많이 좋아졋는데요, 만약 1.7 쓰시는 분들은 업그레이드 하시는게 좋을듯 합니다. CodeIgniter 해킹 당하는법은 여러가지...
Continue reading
November 1, 2014 techsupport
Blog, Tech