본문 바로가기
반응형

Linux20

[linux] 아나콘다 리눅스 서버에 설치하기 install anaconda3 in linux 아나콘다 리눅스 서버에 설치하는 방법 간단함 step1 : 리눅스에 맞는 최신버전 확인 step2 : .sh 파일 다운 step3 : verify the data integrity of the install step4 : run conda3.sh step5 : 설치 되었는지 확인 step1 : 리눅스에 맞는 최신버전 확인 www.anaconda.com/products/individual#linux 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.anac.. 2020. 10. 6.
[linux](ubuntu 18.04) multiple files copy in linux using a list file of names 여러 파일들을 한번에 다른 디렉토리로 옮기고 싶을 때 이렇게 해보세유 filenamelist 를 하나 만들고 아래의 코드로 돌리면 몇십만장의 사진들 중에 내가 원하는 몇백장만 들어가 있는 directory를 만들 수 있어유 rsync -av /path/from/source/ --files-from=/full/path/list.filename /path/to/destination/ 2020. 3. 16.
[linux] (ubuntu 18.04) create soft link / symbolic link create soft link / symbolic link $ ln -s file1 link1 $ ln -s file1 link1 ex) input output 2019. 11. 26.
[linux] (ubuntu 18.04) Getting the size of a directory sudo du -sh /path1/path2 sudo du -sh /path1/path2 2019. 11. 26.
[etc] scp from local to remote / from window to linux / SCP 를 활용해서 파일 업로드 또는 다운로드를 해보쥬~ window = local / linux = remote 1. window[local] to ubuntu[remote] or 2. ubuntu[remote] to window[local] 1. window[local] to ubuntu[remote] scp -rP[port] [Local 파일 경로] [계정]@[Remote 주소]:[Remote 경로] -r option Recursive, 디렉토리 전송, P port 번호 window cmd scp -rP24512 D:/path1/path2 name@192.168.0.1:/home/name2 2. ubuntu[remote] to window[local] scp -rp[prot] [계정]@[Remote.. 2019. 11. 25.
[linux](ubuntu 18.04) apache2 port 변경 root 변경 password 설정 port 변경 방법 1. nano ports.conf $sudo nano /etc/apache2/ports.conf Listen 80 -> 원하는 포트로 변경 후 저장 ctl+x -> y 2.nano 000-default.conf $sudo nano /etc/apache2/sites-available/000-default.conf 3. 원하는 포트로 변경 후 저장 ctl+x -> y 4.아파치 서비스 재시작하기 $sudo /etc/init.d/apache2 restart $sudo /etc/init.d/apache2 restart root 변경 방법 1.nano /etc/apache2/apache2.conf $sudo nano /etc/apache2/apache2.conf root directory 추가.. 2019. 11. 20.

TOP

Designed by 티스토리