일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- miniconda
- Windows
- docker
- application security
- G-suite
- Kibana
- ssh key 배포
- ELASTIC
- bash
- Elasticsearch
- centos 8
- XCP-ng
- macos
- x-pack
- endpoint security
- 보안양파
- Proxy
- pfsense
- elastic stack
- 로그인불가
- freebsd
- PlayBook
- Kibana server is not ready yet
- hardening
- ansible
- GitLab
- xe guest utilities
- 한글가이드
- proxycfg
- Today
- Total
목록IT (650)
선 밖에 선 자유인
출처: http://stackoverflow.com/questions/14977943/how-to-export-jsp-table-to-excel-xlsx-format -------------------------------------------------------------------------------- tableToExcel Demo tableToExcel Demo Exporting the W3C Example Table
http://www.elasticsearch.org/ http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/ http://mestizo.github.io/blog/2014/04/17/suricata-2-dot-0-plus-logstash-plus-elasticsearch-plus-kibana-on-centos-6/
- lighttpd 1.4.35 기준 yum install lighttpd lighttpd-fastcgi modules.conf 에서 mod_fastcgi 부분 주석 해제server.modules = ( "mod_access",# "mod_alias",# "mod_auth",# "mod_evasive", "mod_fastcgi", "mod_redirect",# "mod_rewrite",# "mod_setenv",# "mod_usertrack",) /etc/lighttpd/conf.d/fastcgi.conf 에 추가fastcgi.server = ( ".php" => ( "localhost" => ("socket" => "/tmp/php-fastcgi.socket", "bin-path" => "/usr/bi..
my.cnf 에 아래 추가 [mysqld]character-set-server=utf8 http://www.jopenbusiness.com/wordpress/?p=535http://shuiky.tistory.com/entry/mysql-55-%ED%95%9C%EA%B8%80%EA%B9%A8%EC%A7%90-%ED%95%B4%EA%B2%B0 load data local infile '.txt' into table character set utf8 fields terminated by ',';
http://uni-smr.ac.ru/archive/db/Oracle/http://ftp.comp.hkbu.edu.hk/pub/oracle/
http://kjvvv.kr/109621 설명이 잘되어 있음 우분투에서 한영키 사용 $ dconf write /org/gnome/desktop/wm/keybindings/switch-input-source "['Hangul']" 정 안되면 setkeycodes 72 122 setkeycodes 71 123입력 후 사용 /etc/rc.local 에 아래와 같이 추가하면 재부팅 시 적용됨 setkeycodes 72 122 setkeycodes 71 123
SQL> SELECT loc FROM WHERE id like '%#_%' ESCAPE '#'; SQL>SELECT loc FROM WHERE id like '%N%@_%' ESCAPE '@' SQL> SSELECT loc FROM WHERE id like '%_%'; 뭐 이런 식으로.
mysqldump 등을 할 때 characterset 때문에 깨지는 한글이 경우가 많다.my.cnf 를 아래와 같이 수정한다. ---------------------------------------------------------[mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sockuser=mysqlcharacter-set-server=utf8collation-server=utf8_general_ciinit_connect = set collation_connection = utf8_general_ciinit_connect = set names utf8 [mysql]default-character-set=utf8 [mysqld_safe]log-err..