일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 기차
- 철도소식
- AWS
- 철도
- 스프링부트
- remote PC
- 일본철도
- 스프링부트 배포
- 서버배포
- Blockchain
- WSL
- 신칸센
- 열차
- 아마존
- 자바
- tendermint
- server to server
- 스프링
- 8200호대
- 히가시큐슈신칸센
- 서버
- vscode ssh
- Java
- 동큐슈신칸센
- linux
- ssh권한
- 아마존 서버 배포
- 서버간통신
- 서버 배포
- EC2
Archives
- Today
- Total
목록linux (2)
사진과 컴퓨터

https://itsfoss.com/key-is-stored-in-legacy-trusted-gpg/ Fixing "Key is stored in legacy trusted.gpg keyring" Issue in Ubuntu If you use a PPA or add an external repository in Ubuntu 22.04 and later versions, chances are that you will see a message like this: W: https://packagecloud.io/slacktechnologies/slack/debian/dists/jessie/InRelease: Key is stored in legacy trusted.gpg keyr itsfoss.com 다음의..
컴퓨터
2023. 4. 25. 19:56
[WSL] Failed to retrieve available kernel versions. 오류해결
linux upgrade시 다음과 같은 오류메시지가 뜨는 경우가 있다. Failed to retrieve available kernel versions. Failed to check for processor microcode upgrades. 별 문제 없이 잘 동작하길래 그냥 뒀는데 오늘 신경이 쓰여서 고쳐봤다. $ sudo -e /etc/needrestart/needrestart.conf 해당 위치로 nano 이용해서 접속. $ nrconf{kernelhints} = 0; $ nrconf{ucodehints} = 0; 다음 두 값을 찾아서 주석을 해제해주고 변수를 위와같이 맞춰주고 저장.
컴퓨터
2023. 4. 13. 20:05