전체 글(80)
-
파이썬 설치
phoenixnap.com/kb/how-to-install-python-3-ubuntu How to Install Python 3 on Ubuntu 18.04 or 20.04 {Step-by-Step} Learn how to install Python 3 on Ubuntu 18.04 or 20.04 using APT or from the source code. Follow this step-by-step tutorial and set up Python with ease! phoenixnap.com https://ieworld.tistory.com/12 [우분투/Ubuntu 20.04] 우분투에 아나콘다 설치 / Install Anaconda on Ubuntu 파이썬 IDLE는 설치했지만 이것만 쓸 수는 ..
2021.03.03 -
vim ARM assembly syntax highlighting
vim 패키지(플러그인) 관리자 설치 byoul14.tistory.com/23 vim 패키지(플러그인) 관리자 설치 - 0. 원본 주소 https://github.com/socialpercon/getting-start-golang/blob/master/docs/vim-go.md 없어질까봐 가져와서 박제함 20200211 실행 잘 됨. - 1. pathogen 설치 $ mkdir -p ~/.vim/autoload $ mkdir -.. byoul14.tistory.com ARM Syntax 하이라이트 기능 제공 github.com/ARM9/arm-syntax-vim ARM9/arm-syntax-vim ARMv4 through 7 syntax highlighting for vim. Contribute to A..
2021.02.24 -
라즈베리 파이에 ubuntu core 설치
askubuntu.com/questions/902905/install-applications-in-ubuntu-core Install applications in Ubuntu core I installed Ubuntu Core and found that it used Snap for application installation. I want to install many applications on this system such as firefox, chrome, and many more. How can I do it? And is it askubuntu.com sudo snap install classic --devmode --edge sudo classic ---> then apt-get is avai..
2021.02.23 -
기초 리눅스 API vol.1 연습문제 풀어보기 (4장)
4장 (159pg) 4-1. 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 #include #include #include #include "../lib/tlpi_hdr.h" /* [교재] 기초 리눅스 API vol.1 (4. 10 연습문제 // 4-1) * * tee 명령은 EOF까지 표준 입력을 읽고, 입력 내용을 그대로 표..
2021.02.23 -
C 서식문자
m.blog.naver.com/PostView.nhn?blogId=dd1587&logNo=220973855064&proxyReferer=https:%2F%2Fwww.google.co.kr%2F C언어 %d 외 서식문자들 안녕하세요 C언어 %d는 자주 보셔서 익숙하시죠 ?ㅎㅎ 이제 이 %d가 무엇인지 알아보고 C언어 %d 외 서식... blog.naver.com
2021.02.23 -
GCC compiler
gcc 버전 확인 gcc --version 실행파일 만들기 (컴파일 + 링크) gcc 파일명.c 파일명.c 파일명.c ... -o 실행파일명
2021.02.22