[이메일]eml을 mbox로 변환 (emlToMbox.py)
[이메일]eml을 mbox로 변환 (emlToMbox.py) 더 읽기"
■ .htaccess 파일 삭제 ■ http://10.10.10.1/installer ■ ./config/config.inc.php에서 수정할 부분// DB 접속 정보$config[‘db_dsnw’] = ‘mysql://u_roundcube:<DB비밀번호>@localhost/db_roundcube’; // 도메인 주소$config[‘default_host’] = ‘esvali.com’; // 로그인 화면에 표시될 사이트명$config[‘product_name’] = ‘(주)우리회사 웹메일’; // 한번에 표시할 메일 수$config[‘mail_pagesize’] = 300; ■ ./config/config/defaults.inc.php에서 수정할 부분$config[‘log_date_format’] = ‘Y-M-d H:i:s O’; // IMAP 정보$config[‘default_host’] = ‘localhost’;// TCP port used for IMAP connections$config[‘default_port’] =
출처: https://github.com/jeonghwan-kim/git-usage 구조코드는 아래 세 단계에 걸쳐 저장된다. 스테이징 -> 커밋 -> 원격저장소 git add {파일명} 으로 파일을 스테이징 상태에 넣는다.git commit 으로 스테이징 상태에 있는 모든 변경사항을 커밋한다. 여기까지가 로컬에서의 작업git push 로 커밋된 저장소를 원격 저장소로 밀어넣는다. 기본 명령어 저장소 생성 git init원격 저장소로부터 복제 git clone {url}변경 사항 체크 git status //특정
https://www.raywenderlich.com/4482580-dart-2-cheat-sheet-and-quick-reference-2019
출처: https://gist.github.com/ihoneymon/652be052a0727ad59601 1.1. 마크다운이란? Markdown은 텍스트 기반의 마크업언어로 2004년 존그루버에 의해 만들어졌으며 쉽게 쓰고 읽을 수 있으며 HTML로 변환이 가능하다. 특수기호와 문자를 이용한 매우 간단한 구조의 문법을 사용하여 웹에서도 보다 빠르게 컨텐츠를 작성하고 보다 직관적으로 인식할 수 있다. 마크다운이 최근 각광받기 시작한 이유는 깃헙(https://github.com) 덕분이다. 깃헙의 저장소Repository에 관한 정보를 기록하는 README.md는 깃헙을 사용하는 사람이라면 누구나
필수 Plug-in 설치 Classic Editor (https://ko.wordpress.org/plugins/classic-editor/)TinyMCE Advanced (https://ko.wordpress.org/plugins/tinymce-advanced/)Code Snippets (https://ko.wordpress.org/plugins/code-snippets/)Enlighter-Customizable Syntax Highlighter (https://ko.wordpress.org/plugins/enlighter/) 테마 설치 및 설정① generatepress 테마 설치② 테마 디자인 > 사용자 정의하기 > 추가 CSS 3. Snippets Plug-in 추가 ① tinyMCE 폰트 추가 ② 스마트 따옴표 비활성화 4. 자주쓰는 SQL
[WordPress] 워드프레스 설치 후 설정 정리 더 읽기"
https://oldwiki.archive.openwrt.org/toh/netis/wf-2881 http://netiskorea.com/product.php?uid=50&model=WF2881
Image configuration [*] Preinit configuration options > 내부 네트워크 주소 변경 [*] Version configuration options > 제품명 및 버전정보 변경
OpenWRT menuconfig에서 내부네트워크 및 제품명 변경하기 더 읽기"
◎테스트 장비: ipTIME A1004 (Entry Point Address: 0x8000C150) ◎신 이미지: openwrt-18.06.5-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin ◎준비물: HxD Hexa Editor, CRC32 체크섬 (https://emn178.github.io/online-tools/crc32_checksum.html) ※uImage Header /* * Legacy format image header, * all data in network byte order (aka natural aka bigendian). */ typedef struct image_header { uint32_t ih_magic; /* Image Header Magic Number */ uint32_t ih_hcrc; /* Image Header
ipTIME 공유기 커스텀 펌웨어 플래싱 방법 더 읽기"
■공식 펌웨어 이미지(.bin) 구성 Scan Time: 2019-12-08 21:39:20 Signatures: 193 Target File: a1004_kr_10_072.bin MD5 Checksum: de6963f995259349e8c873640cfb6f10 DECIMAL HEX DESCRIPTION ——————————————————————————————————- 0 0x0 uImage header, header size: 64 bytes, header CRC: 0xA7B947AD, created: Tue Sep 4 15:36:57 2018, image size: 3681097 bytes, Data Address: 0x80000000, Entry Point: 0x8000C150, data CRC: 0xC03DB7A2, OS: Linux, CPU: MIPS,
setup_openwrt_openvpn_uci.sh
[WeVO 11AC NAS] UCI를 사용한 OpenVPN 설정 더 읽기"
setup_openwrt_openvpn_conf.sh
[WeVO 11AC NAS] OpenVPN 인증서 설정파일(ovpn) 만들기 더 읽기"