'잡동사니'에 해당되는 글 13030건

  1. 2024.04.23 pfsense 인증서 내보내기
  2. 2024.04.22 pfsense crt to pem
  3. 2024.04.22 lets enceypt apache
  4. 2024.04.22 raid - predicted fail count
  5. 2024.04.22 vue.js node.js 메모리 누수?
  6. 2024.04.22 아마존 AWS 가입
  7. 2024.04.21 자전거 수리 가르치기?
  8. 2024.04.19 vue webpack
  9. 2024.04.19 vue import "@"
  10. 2024.04.19 vue webpack ckeditor
프로그램 사용/pfsense2024. 4. 23. 14:41

이게.. chain 인가?

Acmecert_+O=(STAGING)+Let's+Encrypt,+CN=(STAGING)+Artificial+Apricot+R3,+C=US.crt

 

letscrypt.crt

 

letscrypt.key

 

letscrypt.p12

Posted by 구차니
프로그램 사용/pfsense2024. 4. 22. 19:03

crt랑 pem이랑 먼지도 모르겠고

X509는 또 머냐.. -_ㅠ

 

$ openssl x509 -in input-file.crt -out output-file.pem -outform PEM

[링크 : https://freesunny.tistory.com/37]

[링크 : https://docs.netgate.com/pfsense/en/latest/certificates/certificate.html#export-a-certificate]

 

Posted by 구차니
프로그램 사용/apache2024. 4. 22. 19:00

certbot 받아서 실행하고

받아진 인증서 파일들을 conf  파일에 적용하면 된다.

 

설정 파일중 아래 항목에서 SSLCertificate 로 시작하는 녀석들을 추가하면 된댄다

<VirtualHost *:443>
    SSLEngine on

    SSLCertificateFile
    SSLCertificateKeyFile
    SSLCertificateChainFile
</VirtualHost>

[링크 : https://aury524.tistory.com/17]

 

개별 파일들은 아래의 기능을 하는 파일을 연결한다고.

public key만 쓰는줄 알았는데.. KeyFile은 private key 였구나..

SSLCertificateChainFile Directive
Description: File of PEM-encoded Server CA Certificates

SSLCertificateFile Directive
Description: Server PEM-encoded X.509 certificate data file or token identifier

SSLCertificateKeyFile Directive
Description: Server PEM-encoded private key file

[링크 : https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatefile]

Posted by 구차니
하드웨어/RAID2024. 4. 22. 18:27

Media Error Count와 다르게

Pred Fail Count는 값이 리셋되지 않는다고

 

 

 

 

 

 

 

[링크 : https://serverfault.com/questions/667180/lsi-sas-bios-pred-fail]

'하드웨어 > RAID' 카테고리의 다른 글

MSM 디스크 제거시엔 stop!  (0) 2024.04.19
raid drive roaming  (0) 2024.04.18
SSD cahcecade 포기  (0) 2024.04.18
MSM device id?  (0) 2024.04.17
금단의 키워드(!) San Foreign Configuration  (0) 2024.04.17
Posted by 구차니
Programming/vue.js2024. 4. 22. 17:35

vue에서 npm run server 하는데, 아래처럼 메시지가 나오고 멈춰있어서

[70%] sealing finish module graph ESLintWebpackPlugin_1

 

top 으로 보는데 node 가 32G의 메모리는 가상으로 잡고 있는걸 보고 기겁..

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                  
  61734 root      20   0   31.8g   1.0g  41728 R 100.0   6.7   3:02.32 node           

 

아무튼 가상메모리 관련해서 문제가 있는거 아닌가 해서 우회법을 찾는데 영.. 되질 않네

[링크 : https://divlook.tistory.com/10]

[링크 : https://evan-moon.github.io/2019/08/08/fix-webpack-dev-memory-leak/]

 

NODE_OPTIONS=--max-old-space-size=4096

Note
: If you have specified export NODE_OPTIONS=<value> in your package.json, it'll override what you set in the NODE_OPTIONS environment variable in the config.yml (either at the container, job, or step respective level)

[링크 : https://support.circleci.com/hc/en-us/articles/360009208393-How-Can-I-Increase-the-Max-Memory-for-Node]

'Programming > vue.js' 카테고리의 다른 글

vue created mounted, method computed  (0) 2024.05.09
vue webpack  (0) 2024.04.19
vue import "@"  (0) 2024.04.19
vue webpack ckeditor  (0) 2024.04.19
vue3 ckeditor5 document editor 추가하기  (0) 2024.04.18
Posted by 구차니
프로그램 사용/aws2024. 4. 22. 14:51

일단 무료 사용자로 가입을 했는데, 1년 동안 먼가 열시히 써봐야 할 듯(?)

약정에 따라 1년 까지만 제공하는게 있다고 하니 막 굴려봐야지 머..

 

+

가입하고 EC2 이런게 어떤 서비스(lambda 이런건 아니것 같아서) 인가 궁금해서

인스턴스 생성하려는데 t2.micro만 프리 티어에서 사용이 가능하다고 한다

1vCPU 1GiB 라.. 좀 쪼잔한데?

네트워크는 좀 더 봐야할 것 같고.. 스토리지는 최대 30GB EBS(Elastic Block Store)로 제공

[링크 : https://aws.amazon.com/ko/ebs/]

 

눌러보니 t2.nano 가 t2.micro 보다 작은애인데 왜 얘는 프리티어 사용이 불가능하지 -ㅁ-?

 

T3는 T2 보다 30% 성능이 좋고 AVX-512를 지원한다는데, 대충찾아보니 스카이레이크 이후부터 지원하는 듯.

즉.. T2는 그렇다면.. 하스웰 혹은 아이비브릿지 정도 일려나?

[링크 : https://aws.amazon.com/ko/ec2/instance-types/t2/]

'프로그램 사용 > aws' 카테고리의 다른 글

aws EC2 요금제  (0) 2024.05.10
aws 스토리지  (0) 2024.05.06
aws 리전별 가격비교  (0) 2024.05.06
aws vpc  (0) 2024.05.06
AWS 서버리스 서버(serverless)  (0) 2017.01.02
Posted by 구차니

딸래미 자전거 보조바퀴 뗄가 하고 나갔는데

아직은 조금 무리인 듯.

 

애들 데리고 놀아주다가

인사하고 지내는 분에게 자전거도 얻고 득템!

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

와부도서관 상상공작소 개소  (0) 2024.05.02
바쁘다!  (0) 2024.04.28
하루 늦은 벼룩시장  (0) 2024.04.13
조카 어린이날 선물  (0) 2024.04.06
개 털 밀기!  (0) 2024.03.30
Posted by 구차니
Programming/vue.js2024. 4. 19. 19:06

도대체 이 망할(?) webpack은 처음부터 되어있던거 아닌가?

ckeditor 넣어서 하려니 멀 어떻게 해야 할지 감이 안돈다.

 

[링크 : https://cli.vuejs.org/guide/webpack.html]

[링크 : https://reintech.io/blog/integrating-vue-js-with-webpack]

 

'Programming > vue.js' 카테고리의 다른 글

vue created mounted, method computed  (0) 2024.05.09
vue.js node.js 메모리 누수?  (0) 2024.04.22
vue import "@"  (0) 2024.04.19
vue webpack ckeditor  (0) 2024.04.19
vue3 ckeditor5 document editor 추가하기  (0) 2024.04.18
Posted by 구차니
Programming/vue.js2024. 4. 19. 18:07

node.js 에서 alias로 정의되는 소스 디렉토리의 경로

[링크 : https://mikkeller.tistory.com/26]

[링크 : https://stackoverflow.com/questions/42749973/what-does-the-mean-inside-an-import-path]

 

'Programming > vue.js' 카테고리의 다른 글

vue.js node.js 메모리 누수?  (0) 2024.04.22
vue webpack  (0) 2024.04.19
vue webpack ckeditor  (0) 2024.04.19
vue3 ckeditor5 document editor 추가하기  (0) 2024.04.18
vue 입력창 포커스 설정  (0) 2024.03.28
Posted by 구차니
Programming/vue.js2024. 4. 19. 15:36

기능 하나 추가하려니 -build- 라는걸 쓰니까, 이미 빌드된거라 다른걸 추가하면 충돌나면서

ckeditor-duplicated-modules 이런 에러가 발생한다.

 

해결하려면 online builder로 zip 파일을 받거나

vite나 webpack을 이용하여 원하는 플러그인을 추가한 다음 빌드해서 써야 하는 것으로 보인다.

[링크 : https://github.com/ckeditor/ckeditor5-vue/issues/215]

[링크 : https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/vuejs-v3.html#webpack]

[링크 : https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source-webpack.html]

 

[링크 : https://2jun0.tistory.com/27]

'Programming > vue.js' 카테고리의 다른 글

vue webpack  (0) 2024.04.19
vue import "@"  (0) 2024.04.19
vue3 ckeditor5 document editor 추가하기  (0) 2024.04.18
vue 입력창 포커스 설정  (0) 2024.03.28
vue proxy  (0) 2024.03.26
Posted by 구차니