일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터베이스
- DATABASE
- 설치
- postgres
- 자바
- hamonikr
- JS
- java
- Linux
- 3.0
- PostgreSQL
- 노드
- 우분투
- DB
- 하모니카
- python
- ubuntu
- node
- 윈도우
- 파이썬
- 리눅스
- script
- install
- Windows
- 자바스크립트
- 아틀라시안
- 스크립트
- 설정
- Atlassian
- javascript
- Today
- Total
목록hamonikr (45)
LukeHan 의 잡다한 기술 블로그
테스트를 위해 좀비 프로세스가 필요한 상황이였다. 코드 fine name : zombie.c #include #include #include #include #include int main(void) { pid_t pid; int status; if ((pid = fork()) < 0) { perror("fork"); exit(1); } /* Child */ if (pid == 0) exit(0); /* Parent * Gives you time to observe the zombie using ps(1) ... */ sleep(100); /* ... and after that, parent wait(2)s its child's * exit status, and prints a relevant messa..
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..
설치 사전 구성 파일 설정 참고 : 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..
qtchooser 설치 sudo apt-get install qtchooser 버전 확인 qtchooser -print-env output QT_SELECT="default" QTTOOLDIR="/usr/lib/x86_64-linux-gnu/qt4/bin" QTLIBDIR="/usr/lib/x86_64-linux-gnu" 디폴트 qt 버전 변경 - 위의 output 을 참고하여 변경 vi /usr/lib/x86_64-linux-gnu/qtchooser/qt4.conf