전체 글
-
토탈쿼츠 오토미션오일 ATF MVLV 원스톱 이벤트카테고리 없음 2020. 12. 27. 10:08
공임나라 미션오일 교체 토탈쿼츠 오토미션오일 ATF MVLV 원스톱 이벤트 https://gongim.com/korean/page/sub3_2_view.asp?idx=62238 공임나라 국산차정비 gongim.com 차량 : 더뉴 K7 키로수 : 98000KM 미션오일용량 : 14리터 비용 : 11만원(게이지없음1만원추가) 10리터로 미션오일 교체시 괜찮은지 문의 15리터 추천 14리터함 리터당 (5000원추가) 작업 후 인터넷 확인한 내용 - 20리터로 진행하는게 좋음 키로수가 많을때 - 미션오일 추가 시 추가로 넣었는지 확인 안됨 계속 지켜보진 않았음 #(비슷한 가격대라면 아래 추천) - 20리터 구매 후 공임비 추가하여 진행하는게 좋을듯 싶습니다. 토탈 플루이드매틱 MVLV 20 + 공임비 금액 :..
-
-
AWS CodeCommit 세팅카테고리 없음 2020. 12. 10. 16:26
# AWS CONFIG 기본 세팅 되어 있음 root@cccc:~/.ssh# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): utest.pem # 값 입력 Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in utest.pem Your public key has been saved in utest.pem The key fingerprint is: root@ccc:/home/CODE-git# cat ~/.ssh/confi..
-
/bin/ssh-copy-id: ERROR: No identities found카테고리 없음 2020. 12. 10. 12:40
#에러 메시지 [root@jenkins]# sshpass -p "password" ssh-copy-id root@192.168.0.7 /bin/ssh-copy-id: ERROR: No identities found #해결 ssh root@192.168.0.7 접속 후 #다시 시도 sshpass -p "password" ssh-copy-id root@192.168.0.7 [root@jenkins]# sshpass -p "password" ssh-copy-id root@192.168.0.7 /bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub" /bin/ssh-copy-id: INFO: attempting to log..