본문 바로가기

2019/115

sen.k-teacher.or.kr Rexpert30Viewer 보기 전 개발자입니다. 하마터면 rexpert한테 두손두발 다 들 뻔했지만.. 그래도.. 승리 하였습니다ㅠㅠ *** 근데 아래 보기전에.... 먼저.... *** 혹시 IE를 쓰는데 안된다면 사용하시는거가 No-add on 모드로 실행중인지 확인해 보시기 바랍니다. 그럼 안돼요... https://www.thewindowsclub.com/run-internet-explorer-8-in-no-add-ons-mode Run Internet Explorer in No Add-ons mode To troubleshoot incompatible browser add-ons or extensions, run Internet Explorer in No Addons mode. The No add-ons mode in IE .. 2019. 11. 29.
BTRFS 복구 https://ownyourbits.com/2019/03/03/how-to-recover-a-btrfs-partition/ 잘 설명되어있는 사이트! # btrfs restore /dev/sdXY /restore/ 마운트가 안되는 상태에서 위 명령어로 복구 가능 --- 아래는 번역 오류가 나면... 먼저 scrubing을 시도 합니다. 체크섬을 사용하여 데이터 무결성을 검사하고 손상된 데이터를 복구하려고 시도합니다. scrubing는 안전한 것으로 간주되며 일반적으로 가장 먼저 시도해야 합니다. scrub 시작 # btrfs scrub start /mnt scrub 상태보기 # btrfs scrub status /mnt 일반적으로 몇 시간이 걸립니다 이렇게 하면 가능한 한 많이 해결되지만 모든 문제를 해결.. 2019. 11. 22.
Kubernetes yaml 자동 생성기 Kubernetes에서 사용할 Deployment/Service설정 yaml을 온라인 상에서 GUI로 만들 수 있게ㅜ도와주는걸 만들었습니다. https://jc-lab.github.io/auto-generator/#/ kube-yaml-generator jc-lab.github.io github에 소스 공개되어 있으니 기능 추가 및 개선 PR주심 넘나 감사! https://github.com/jc-lab/auto-generator/ jc-lab/auto-generator Contribute to jc-lab/auto-generator development by creating an account on GitHub. github.com 2019. 11. 9.
Webpack + openpgp시 Error: Cannot find module 'stream' 오류 openpgp을 사용하는 프로젝트를 webpack으로 번들링하면 아래와 같은 오류가 발생한다. Error: Cannot find module 'stream' at o (/bundle.js:4293:292) at /bundle.js:4293:449 at Object. (/bundle.js:28885:38) at Object.76.stream (/bundle.js:28943:4) at o (/bundle.js:4293:398) at /bundle.js:4293:449 at Object. (/bundle.js:28422:13) at Object.75../node-conversions (/bundle.js:28875:4) at o (/bundle.js:4293:398) at /bundle.js:4293:449 .. 2019. 11. 8.
Error: Cannot find module 'electron' 문제발생시 INFO Launching Electron... internal/modules/cjs/loader.js:630 throw err; ^ Error: Cannot find module 'electron' Require stack: - ...\electron-output\index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:627:15) at Function.Module._load (internal/modules/cjs/loader.js:531:27) at Module.require (internal/modules/cjs/loader.js:685:19) at require (internal/modules/cjs/.. 2019. 11. 1.
반응형