# 현재 설치된 버전 확인 및
# 이후 나타난 interactive console 에서 번호를 선택하여 앞으로 시스템에서 사용할 jdk 를 고를 수 있다.
update-alternatives --config java
# jdk 검색
apt search openjdk
그냥 파일 앱에서 보면 root가 볼 수 있는 파일들이 보이지 않을 수 있다. 이것은 터미널에서 sudo du -sh *
등과 같은 명령어를 실행해도 마찬가지이다. root 로서 컴퓨터 상의 파일시스템을 모두 보는 명령어는 다음과 같다.
gksudo baobab
출처 "what-is-taking-up-so-much-space-on-my-disk-beside-the-filesystem"
- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-12-19T23:33:04.877Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Now officially integrated into Vuetify: | |
// | |
// https://github.com/vuetifyjs/vuetify/blob/master/src/components/VApp/mixins/app-breakpoint.js | |
// https://github.com/vuetifyjs/vuetify/blob/master/src/components/VApp/mixins/app-breakpoint.spec.js | |
/** | |
* A Vue mixin to get the current width/height and the associated breakpoint. | |
* | |
* Useful to e.g. adapt the user interface from inside a Vue component | |
* as opposed to using CSS classes. The breakpoint pixel values and |
# [ref](https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html)
anbox.appmgr \
&& wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh \
&& chmod +x install-playstore.sh \
&& sudo ./install-playstore.sh \
&& sudo ./install-playstore.sh --clean
helm install [-f <config.yaml>] <release> <chart> -n <namespace> # e.g. # helm install hello ./demo -n demo
helm uninstall <release> [--keep-history]
helm rollback <release> <revision>
helm upgrade -f <config.yaml> <release>
helm list [--all|--uninstalled]
helm history <release>
helm get values