DDoS공격 방지 iptables

2012년 08월 26일 golgol 0

참조: http://cafe.naver.com/asterisker/1497 DDoS공격으로 의외로 피해를 많이보고있는 현실입니다. 그렇다고 무조건 공격당할수는 없겠죠..그래서 웹민에 디도스공격방어를 할수있는 설정화면을 넣었습니다. 완전한 방어법은 아니지만 어느정도 효과는 있더라구요 리눅스에서도 해주면 되겠지만 […]

HylaFAX faxsetup

2012년 08월 24일 golgol 0

참조 : http://www.aboutdebian.com/fax.htm http://www.elastix.org/index.php/en/component/kunena/38-hylafax/47686-hylafax-client-yajhfc-cant-save-file-tif.html http://www6.uniovi.es/hylafax/troubleshooting.html http://woodair.blog.me/100016250690 참조 :http://www.hylafax.org/content/How-To http://hylafax.sourceforge.net/howto/using.php (log) 포트 확인 [root@localhost ~]# setserial -g /dev/ttyS* /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4 /dev/ttyS1, UART: […]

LG KIDC

2012년 08월 24일 golgol 0

  LG KIDC 논현센터: 서울강남YMCA건너편( 학동역 1번 5분거리) 서초1센터: 남부터미널역 4번  15분거리 서초 IC 부근 서초2센터: 남부터미널역 4번 20분거리 서초 IC 부근

트랜젝션 로그 줄이기

2012년 08월 24일 golgol 0

USE MYDB DBCC SHRINKFILE(MYDB_log,2) BACKUP LOG MYDB WITH TRUNCATE_ONLY DBCC SHRINKFILE(MYDB_log,2) –SQL 7에서 트랜젝션 로그 공간  줄이기 SET NOCOUNT ON DECLARE @LogicalFileName sysname, @MaxMinutes INT, @NewSize […]

What are Metro style apps?

2012년 08월 23일 golgol 0

Windows 8 apps Development  Windows 8 apps Fundamentals In .net 4.5 we have new features such as asynchronous programming , faster asp.net , modern access to […]

임시 테이블 사용

2012년 08월 23일 golgol 0

Null 값 공백으로 받기

2012년 08월 23일 golgol 0

MS SQL isNUL 로 처리 해도 1900-01-01 로 나오는 경우 또는 01 1 1900 12:00AM

참조 : https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/

solid dashed

2012년 08월 23일 golgol 0

SSH 원격이 안될때

2012년 08월 22일 golgol 0

debug 참조 :http://www.thegeekstuff.com/2011/06/iptables-rules-examples/ Ubuntu // ssh 없을시 1. 설치 $ sudo apt-get install ssh 2. 포트 변경 $ sudo vi /etc/ssh/sshd_config # port 22 […]

ssh 포트 변경

2012년 08월 22일 golgol 0

Remark : ssh 접속 포트 22 을 다른 포트 26022 로 변경해 보자 1. /etc/services 파일내용을 아래와 같이 ftp와 ssh 포트를 변경함.

2. /etc/ssh/sshd_config […]

Google Chart Tools

2012년 08월 22일 golgol 0

참조 : https://google-developers.appspot.com/chart/interactive/docs/gallery Here’s a simple example of a page that displays a pie chart:

10 Free Chart Scripts

2012년 08월 22일 golgol 0

참조: http://webtecker.com/2008/06/12/10-free-chart-scripts/ This week I’ve been working on a project that required data to be shown visually. I needed a Chart Script that was attractive yet […]

FusionCharts Free

2012년 08월 22일 golgol 0

Free Download : http://www.fusioncharts.com/goodies/fusioncharts-free/ 공짜와 유료가 차이가 있습니다. flash만 써야 되고 rendering 에서 차이가 납니다.♣ FusionCharts Free free website analysis tools is an open-source Flash […]

shell 의 종류 및 추가

2012년 08월 21일 golgol 0

cat /etc/shells    —- shells 보기 /bin/sh – 본쉘 /bin/bash – Bourne Again shell /bin/tcsh – TC쉘 /bin/csh – C쉘 /bin/ksh – 콘쉘   1. […]