일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- macos
- PlayBook
- ELASTIC
- xe guest utilities
- Kibana server is not ready yet
- Elasticsearch
- G-suite
- Kibana
- GitLab
- 로그인불가
- 한글가이드
- docker
- endpoint security
- x-pack
- bash
- miniconda
- Proxy
- ansible
- centos 8
- freebsd
- proxycfg
- application security
- pfsense
- 보안양파
- XCP-ng
- ssh key 배포
- elastic stack
- Windows
- hardening
- Today
- Total
목록IT (650)
선 밖에 선 자유인
- awk 명령어 사용법http://www.dreamy.pe.kr/zbxe/CodeClip/6332 - awk 관련 글들http://jikime.tistory.com/378http://mydoc.digimoon.net/board/skin/ggambo7002_board/print.php?id=board&no=343 - sed 및 awk 사용법http://egloos.zum.com/slog2/v/3689816 - 예제로 배우는 awk/필드와 레코드hhttps://ko.wikibooks.org/wiki/%EC%98%88%EC%A0%9C%EB%A1%9C_%EB%B0%B0%EC%9A%B0%EB%8A%94_AWK/%ED%95%84%EB%93%9C%EC%99%80_%EB%A0%88%EC%BD%94%EB%93%9C -..
해킨토시에서 맥 앱스토어 로그인 시 아래의 메시지가 보이며 로그인되지 않는 경우"장비 또는 컴퓨터를 확인할 수 없습니다. 고객 지원팀에 도움을 요청하십시오" 카멜레온 부트로더의 org.chameleon.Boot.plist 파일에 ㄷEthernetBuiltin 설정 추가 - 아래의 내용을 파일에 추가하거나EthernetBuiltIn y chamelon wizard 에서 Ethernet Builtin 에 체크
HKEY_CURRENT_USER\Control Panel\Desktop 에서
/* 테이블 생성 */create table [테이블명](id int,name varchar(20)); /* 컬럼 추가 */alter table [테이블명] add [컬럼명] [타입] [옵션]; ex) alter table [테이블명] add [컬럼명] varchar(100) not null default '0'; /* 컬럼 중간에 추가 */alter table [테이블명] add [컬럼명] [type명] after [위치할컬럼명]; /* 컬럼 순서 이동 */alter table [테이블명] modify [컬럼명] [type명] after [위치할컬럼명]; /* 컬럼 삭제 */alter table [테이블명] drop [컬럼명]; /* 컬럼명 변경 및 타입 변경 */alter table [테이블명] ch..
Library > Preferences > SystemConfiguration 의 com.apple.boot.plist 에 아래 내용 추가 ex)Graphics Mode1366x768x32
- VM 세팅에서 3D 가속 체크 - 그래도 느린 경우 vmx 파일 편집 (아래 내용 추가, 512MB 설정)mksenable3d = "TRUE"svga.vramSize = "536870912"vmmouse.present = "FALSE"
- : meta 태그가 지시하는 URL로 이동, content=0 은 즉시 이동 unescape() html 인코딩된 코드를 디코딩 - 출처: 중에서