DDoS공격 방지 iptables
참조: http://cafe.naver.com/asterisker/1497 DDoS공격으로 의외로 피해를 많이보고있는 현실입니다. 그렇다고 무조건 공격당할수는 없겠죠..그래서 웹민에 디도스공격방어를 할수있는 설정화면을 넣었습니다. 완전한 방어법은 아니지만 어느정도 효과는 있더라구요 리눅스에서도 해주면 되겠지만 […]
참조: http://cafe.naver.com/asterisker/1497 DDoS공격으로 의외로 피해를 많이보고있는 현실입니다. 그렇다고 무조건 공격당할수는 없겠죠..그래서 웹민에 디도스공격방어를 할수있는 설정화면을 넣었습니다. 완전한 방어법은 아니지만 어느정도 효과는 있더라구요 리눅스에서도 해주면 되겠지만 […]
[root@~]# vi /etc/sysconfig/iptables-config # Save current firewall rules on restart. # Value: yes|no, default: no # Saves all firewall rules to /etc/sysconfig/iptables if firewall gets […]
http://beginlinux.com/blog/2010/05/hylafax-on-centos/
참조 : 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 논현센터: 서울강남YMCA건너편( 학동역 1번 5분거리) 서초1센터: 남부터미널역 4번 15분거리 서초 IC 부근 서초2센터: 남부터미널역 4번 20분거리 서초 IC 부근
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 […]
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 […]
24시간 열정의 앱 개발, MS ‘윈도우 8 앱 스타-해커톤 코리아’ 개최 http://www.microsoft.com/ko-kr/events/2012/hackathon/register.aspx
Setting up PTR’s (aka Reverse DNS) Reporting-MTA: dns;yourt.jp Received-From-MTA: dns;your.jp Arrival-Date: Thu, 23 Aug 2012 10:14:11 +0900 Final-Recipient: rfc822;***@mail.ru Action: failed Status: 5.5.0 Diagnostic-Code: smtp;550 […]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Declare @sTable table ( nIndex int , sName varchar(16) , sID varchar(16)) Insert @Table values(1,'1','1') Insert @Table values(2,'2','2') Insert @Table values(3,'3','3') Insert @Table values(4,'4','4') Insert @Table values(5,'5','5') --values=> --Select* --From sTest --Where Index = 45 Select * From @sTable |
type __ 정확도_ 필요 저장공간 datetime ___1/100초 8바이트 smalldatetime 1분 ___4바이트
1 2 3 4 5 6 7 8 |
Dim sVal as string --중간 생략-- sVal = IIf(IsNull(rs("Modi_Date")), "", rs("Modi_Date")) //mssql query : isNull(컬럼, '변경할문자') |
MS SQL isNUL 로 처리 해도 1900-01-01 로 나오는 경우 또는 01 1 1900 12:00AM
1 2 3 4 5 6 7 |
CancelDate = CASE WHEN CancelDate = '01 1 1900 12:00AM ' THEN '' ELSE CONVERT(varchar, CancelDate, 120) END FROM Product_List |
참조 : https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/
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 |
<style type=”text/css”> <!– .solid1{ border-color:#999999; background-color:#FFFFFF; border-style:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; color:#FF0000; } .solid2 { border-color:#999999; background-color:#FFFFFF; border-style:solid; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px; color:#0000FF; } .dashed1 { border-color:#999999; background-color:#FFFFFF; border-style:dashed; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; color:#FF0000; } .dashed2 { border-color:#999999; background-color:#FFFFFF; border-style:dashed; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px; color:#0000FF; } –> </style> |
1 2 3 |
Stopping sshd: [FAILED] |
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 […]
> ntsysv 부팅시 자동 시작 : chkconfig vsftpd on
참조 : https://google-developers.appspot.com/chart/interactive/docs/gallery Here’s a simple example of a page that displays a pie chart:
참조: 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 […]
Free Download : http://www.fusioncharts.com/goodies/fusioncharts-free/ 공짜와 유료가 차이가 있습니다. flash만 써야 되고 rendering 에서 차이가 납니다.♣ FusionCharts Free free website analysis tools is an open-source Flash […]
cat /etc/shells —- shells 보기 /bin/sh – 본쉘 /bin/bash – Bourne Again shell /bin/tcsh – TC쉘 /bin/csh – C쉘 /bin/ksh – 콘쉘 1. […]
Copyright © 2025 | WordPress Theme by MH Themes