tools23 Python으로 구몬style 문제지 만들기 from random import * [print(randint(5,9),"+",randint(5,9),"=") for i in range(30)] 5 + 9 = 8 + 8 = 5 + 6 = 9 + 6 = 6 + 8 = ... 빨강: 출제될 숫자의 범위 (최소, 최대) 녹색: 문제 갯수 딸냄이 덧셈 퀴즈 내달라고 해대서 귀찮아서 만듬. 2020. 5. 8. chmod 755 chmod 755 rwxr-xr-x 참고: https://pliss.tistory.com/95 2019. 9. 17. scp 서버간 이동 참고: http://faq.hostway.co.kr/?mid=Linux_ETC&page=7&document_srl=1426 Linux ETC - scp 명령어를 이용한 파일 복사 및 전송 scp 명령어를 이용한 파일 복사 및 전송 ssh에서 제공되는 scp 명령어를 통해 로컬서버↔원격서버 로의 파일을 간단하게 전송할 수 있다. 1. 사용방법 1) 원격 서버 → 로컬 서버로 파일 전송 # scp [옵션] [계정명]@[원격지IP주소]:[원본 경로 및 파일] [전송받을 위치] 예제1) IP 111.222.33... faq.hostway.co.kr + 도대체 내 노트는 어디로 간걸까!!!!! 2019. 9. 10. wsl에 외부기기(i.e. usb) 마운트 방법 https://blogs.msdn.microsoft.com/wsl/2017/04/18/file-system-improvements-to-the-windows-subsystem-for-linux/ File System Improvements to the Windows Subsystem for Linux This is part of a series of blog posts on the Windows Subsystem for Linux (WSL). For background information you may want to read the architectural overview, introduction to pico processes, WSL system calls, and WSL file system bl.. 2019. 9. 9. 이전 1 2 3 4 5 6 다음