일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Flutter
- C# delegate
- Data Structure
- jupyter
- 유니티
- github
- 포인터
- Houdini
- 다트 언어
- dart 언어
- HTML
- docker
- 도커
- c# winform
- C++
- c# 윈폼
- C언어 포인터
- 구조체
- c# 추상 클래스
- 플러터
- Unity
- 깃
- c언어
- Python
- git
- gitlab
- jupyter lab
- vim
- Algorithm
- c#
- Today
- Total
목록centos8 (2)
nomad-programmer
// 관리자 모드로 작업 // 디렉토리 이동 후 파일 생성 cd /etc/systemd/system vim jupyter.service 아래의 내용을 jupyter.service 파일에 작성한다. 부분은 사용자 이름이다. 작성하고 저장한다. 그 후 서비스를 등록한다. // 데몬 시스템 리로드 systemctl daemon-reload // jupyter 서비스 등록 systemctl enable jupyter.service // jupyter 서비스 시작 systemctl start jupyter.service // jupyter 서비스 상태 systemctl status jupyter.service // 참고로 서비스 정지는... systemctl stop jupyter.service 이렇게 등록까지 ..
flameshot - 스크린샷 편집도구 https://github.com/lupoDharkael/flameshot lupoDharkael/flameshot Powerful yet simple to use screenshot software. Contribute to lupoDharkael/flameshot development by creating an account on GitHub. github.com // Compile-time dnf install gcc-c++ qt5-devel qt5-qtbase-devel qt5-linguist // Run-time dnf install qt5-qtbase qt5-qtsvg-devel // Optional dnf install git openssl ca-cer..