일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 설치
- 리눅스
- Windows
- javascript
- DATABASE
- 3.0
- java
- 노드
- 설정
- node
- 데이터베이스
- Linux
- 파이썬
- JS
- script
- Atlassian
- DB
- postgres
- PostgreSQL
- 하모니카
- 아틀라시안
- python
- 스크립트
- install
- 자바
- 윈도우
- 우분투
- 자바스크립트
- hamonikr
- ubuntu
- Today
- Total
목록Linux (35)
LukeHan 의 잡다한 기술 블로그
openvpn --config 'filename' &
systemd 간략 정리 linuxconfig.org/how-to-create-systemd-service-unit-in-linux service 옵션정리 fmd1225.tistory.com/93 www.freedesktop.org/software/systemd/man/systemd.unit.html#Specifiers GUI 가 준비된 후 실행 방법 [Service] Environment="DISPLAY=:0" Environment="XAUTHORITY=/home/pi/.Xauthority" [Install] WantedBy=graphical.target 관련 설명 An application needs two things to open a window on an X display. It needs to..
SCP란 ssh 원격 접속 프로토콜을 기반으로 한 SecureCopy(scp)의 약자로서 원격지에 있는 파일과 디렉터리를 보내거나 가져올 때 사용하는 파일 전송 프로토콜 ssh와 동일한 22번 포트와 identity file을 사용해서 파일을 송수신하기 때문에 보안적으로도 안정된 프로토콜 scp -r /home/a/ fibon82@machineB.com:/home/b/
설치 사전 구성 파일 설정 참고 : help.ubuntu.com/lts/installation-guide/s390x/apbs04.html 예제 #### Contents of the preconfiguration file ### Localization # Locale sets language and country. d-i debian-installer/locale string en_US # Keyboard selection. #d-i console-tools/archs select at d-i console-keymaps-at/keymap select us # Example for a different keyboard architecture #d-i console-keymaps-usb/keymap sele..
※ 주의 새 커널을 설치하는 동안 뜻밖의 문제가 생길 수 있습니다. 특히 독점 드라이버를 사용하신다면 그럴 가능성이 더 큽니다. 이슈에 포함되는 항목은 다음과 같습니다. 네트워크 사용 불가(wifi, 유선랜) 비디오 가속 안됨 부팅할 때 검은 화면 예고 없는 시스템 정지 해당 문제가 발생하면 아래의 순서로 복구해 보시기 바랍니다. 시스템 재시작 Shift 키를 누르고 부팅 메뉴를 기다립니다. 부팅 메뉴에서 'Advanced options' 으로 시작하는 줄을 선택합니다. 이전 커널을 선택합니다. 이전커널로 부팅한 후 새 커널을 삭제합니다. ※ 해당 문서는 하모니카 3.0를 기준으로 작성되었습니다. ※ 커널 변경 전 Timeshift 를 이용하여 백업한 뒤 진행하는 것을 권장 드립니다. ※ 순서대로 진행하..
저장소 수정 # 저장소 정보 변경 sudo vi /etc/apt/sources.list.d/official-package-repositories.list # 기존 deb [arch=amd64] http://ftp.kaist.ac.kr/linuxmint tara main upstream import backport deb [arch=amd64] http://mirror.kakao.com/ubuntu bionic main restricted universe multiverse deb [arch=amd64] http://mirror.kakao.com/ubuntu bionic-updates main restricted universe multiverse deb [arch=amd64] http://mirror.k..