전체 글147 마크다운 (Markdwon) 특수문자 정리 및 아랫첨자 윗첨자 특수문자 Symbol HTML Number Description ! ! exclamation point " " double quotes # # number sign $ $ dollar sign % % percent sign & & ampersand ' ' single quote ( ( opening parenthesis ) ) closing parenthesis * * asterisk + + plus sign , , comma - - minus sign - hyphen . . period / / slash : : colon ; ; semicolon greater than sign ? ? question mark @ @ at symbol [ [ opening bracket \ \ back s.. 2021. 11. 22. 리눅스(우분투)에서 자바(JAVA) 버전 변경하기 1. JAVA 버전 확인 $ java -version openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04) OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)2. JAVA 경로 확인 $ ls -al /etc/alternatives/java lrwxrwxrwx 1 root root 43 Apr 20 16:42 /etc/alternatives/java -> /usr/lib/jvm/java-11-openjdk-amd64/bin/java3. JAVA link 삭제 $ rm -rf.. 2021. 11. 22. 터미널 실행 시 명령어 자동 실행하기 1. bash/zshrc profile 수정 nano ~/.bashrc nano ~/.zshrc (oh-my-zsh 을 사용할 경우) 2. 원하는 명령어 마지막에 작성 나의 경우 파이썬 가상 환경 실행 코드를 넣었다. pyenv activate py3883. 수정된 bashrc/zshrc profile 적용 source ~/.bashrc source ~/.zshrc (oh-my-zsh 을 사용할 경우) References 🏋🏻 개인적으로 공부한 내용을 기록하고 있습니다. 잘못된 부분이 있다면 과감하게 지적해주세요!! 🏋 2021. 11. 22. 이전 1 ··· 14 15 16 17 다음