일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 말레이시아
- 이비스버짓엠버서더
- 매일매일 일만원 투자
- 노보텔앰버서더
- 드래곤씨티
- 어코르계열
- 모더나
- 샹그릴라
- sagemath
- 미국주식투자해보기
- 리비안
- 미니스탁
- 한국투자
- 오사카 스위소텔
- 탄중아루
- 샹그릴라 탄중아루
- 코타키나발루
- 홍대머큐어
- 포슬린공예
- 오사카 관광
- 구글
- 테슬라
- 매일일만원
- 좋아요~
- 인텔
- 엑손모빌
- 오사카
- computer algebra system MAGMA
- 엔비디아
- 유니티소프트웨어
- Today
- Total
목록Computers (4)
The Hitchhiker's Guide to the Earth

출처 : http://magma.maths.usyd.edu.au/magma/faq/install What will I need before I install Magma? The Magma files and installers are available from the downloads page. Magma requires a magmapassfile in order to run. This is a file specific to your computer. Your magmapassfile can be obtained by sending us your computer's MAC address. The following pages explain the process in more detail: How to fi..

출처 : ko.wikihow.com/리눅스에서-루트(root)권한-얻는-방법 터미널에서 루트 권한 얻기 루트 계정 잠금을 해제하기(Ubuntu) 루트로 로그인하기 루트 또는 관리자 비밀번호 재설정하기 리눅스 컴퓨터에서 "루트" 계정은 모든 권한을 가진 계정이다. 리눅스에서 어떤 명령을 수행할 때 루트 권한이 필요한 경우가 종종 있으며, 특히 시스템 파일에 영향을 주는 명령인 경우 그렇다. 루트는 정말 강력하기 때문에 루트 사용자로 로그인하지 말고, 필요한 경우에만 루트를 요청하는 것을 추천한다. 그러면 중요한 시스템 파일이 우연히 손상되는 것을 예방할 수 있다. 방법 1 - 터미널에서 루트 권한 얻기 터미널을 연다. 터미널을 아직 안 열었다면, 연다. 대부분 배포판에서 Ctrl+Alt+T를 누르면 열린다..
실행환경 Ubuntu 22.04 Docker 설치방법 1. 우분투 시스템 패키지 업데이트 sudo apt-get update 2. 필요한 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker의 공식 GPG키를 추가 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4. Docker의 공식 apt 저장소를 추가 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(ls..
SAGEmath 10.0설치 (2023.5.31) Sagemath.org의 installation guide 를 따라 설치함. 일단 WSL을 윈도우에 설치하고, (맥유저로서 이렇게 좋은 것이 윈도우에 있는지 이제야 알았음...ㅋ) source code로 설치하기를 따라 해보려 했는데, 자꾸 엉켜서 포기 https://doc.sagemath.org/html/en/installation/index.htm Installation Guide Next Linux package managers doc.sagemath.org 익숙하게 Conda-forge로 설치하는 방법으로 설치함 https://doc.sagemath.org/html/en/installation/conda.html#sec-installation-co..