Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- autoencoder
- git log
- aws rds
- ubuntu pipe
- ubuntu mount
- ubuntu grep
- bash vs zsh
- Image to image translation
- EC2
- bash 명령어
- ubuntu
- 말해보시개 딥러닝
- AWS Certificate
- 쏴아리 딥러닝
- AnoGAN
- docker
- git commit
- CycleGAN
- anomaly detection
- unsupervised learning
- F-AnoGAN
- pix2pix
- ubuntu zsh
- 말해보시개 Linux
- gan
- ubuntu 명령어
- linux
- AWS EC2
- AWS
- DCGAN
Archives
- Today
- Total
목록ubuntu zsh (1)
쏴아리의 딥러닝 스터디
Linux Shell bash vs zsh
Linux Shell bash vs zsh ubuntu 현재 shell 확인 ubuntu에서 echo $0 명령어를 입력하면 현재 shell을 확인할 수 있습니다. $echo $0 -bash 라는 결과를 보니, 현재 shell은 bash인 것을 확인 할 수 있습니다. ubuntu에서는 기본 shell로 bash를 활용하고 있습니다. ubuntu에서 zsh shell을 실행하기 위해서는 다음과 같이 명령어를 실행합니다. $zsh ubuntu에 zsh shell 설치가 되지 않은 것을 확인할 수 있습니다. ubuntu zsh 설치 다음 명령어를 통해 ubuntu에 zsh를 설치합니다. $sudo apt install zsh ubuntu에서 zsh shell를 실행해 보겠습니다. $zsh 현재 shell이 z..
Linux
2021. 5. 19. 22:30