본문 바로가기

클라우드 및 인프라/Linux61

bash: !bash: event not found !bash 명령어 를 쳤는데 다음과 같은 에러로 bash명령어가 되지 않았다. bash: !bash: event not found 아래 명령어를 치면 출력된다. set +H 2021. 11. 17.
iptable 명령어 docker host의 iptables 확인하기 iptables -t nat -L -n 2021. 11. 3.
우분투 apt-get install 중 404 Not Found apt-get 업데이트 후 다시 시도한다. apt-get update 2021. 10. 22.
주소가 다른 서버에서 서버로 파일 전송 scp -r 옵션 : 여러파일을 포함하고 있을때 -r 옵션 사용 # 다른서버로 보내기(옮기기) scp –r [파일위치]/[보내는 사람 파일경로] root@[서버주소]:[파일위치]/[받는사람 파일경로] ex) 23서버에 접속한 상태에서 22번 서버에 파일을 전송할 때 scp –r /home/000idc-server/test.csv root@192.168.xx.xx:/home/000idc-server/dir/ #다른서버에서 가져오기 scp –r root@[서버주소]:[파일위치]/[보내는 사람 파일경로] [파일위치]/[받는사람 파일경로] ex) 23서버에 접속한 상태에서 22번의 파일을 가져오고자 할 때 scp –r root@192.168.xx.xx:/home/000idc-server/test.csv /home/00.. 2021. 9. 29.
[linux] bash conda: command not found - conda 설치하기 설치파일 다운받기 필요한 환경에 따라 아나콘다 설치한다. 나의 경우 리눅스 환경에서 진행해야 해서 리눅스로 설치했다. https://www.anaconda.com/distribution/#download-section Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 아나콘다 설치하기 bash Anaconda3-2021.05-Linux-x86_64.sh Enter 누르다가 yes / Enter / yes 위 사진은 .bashrc 파.. 2021. 8. 20.
[Ubuntu] debconf: delaying package configuration, since apt-utils is not installed RUN apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-utils 2021. 8. 13.