Notice
Link
- Today
- Total
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- springboot 재가동
- view 획득
- 피쉬랜드
- kill -9
- MySQL
- 가변영역 스크롤
- Activity 전체화면
- 시간대 테이블생성
- 말줌임 CSS
- pid 찾아 kill
- ffmpeg
- c언어
- group by
- mybatis exception
- reactnative
- sql exception
- springboot
- MariaDB
- vc++
- 파티션 빠른 삭제
- CentOS
- MFC
- SQL
- CSS
- 터치좌표 view
- 스크롤적용
- rn
- Back 키 클릭 감지
- 코드로 서버 재실행
- 시간대별 통계
Archives
목록리눅스 서비스 (1)
개발은 하는건가..
[linux] 서비스 명령어 모음
# 서비스 조회systemctl list-unit-files | grep '검색할 서비스명'# 서비스 시작systemctl start 서비스명.service# 서비스 중지systemctl stop 서비스명.service# 서비스 재시작systemctl restart 서비스명.service# 서비스 enable (부팅 시 자동 구동 설정)systemctl enable 서비스명.service# 서비스 disable (부팅 시 자동 구동 해제)systemctl disable 서비스명.service
Server, Maria DBMS
2024. 7. 9. 10:43