본문 바로가기
반응형

리눅스6

How to Deploy Qt project using cqtdeployer on Ubuntu/Windows (우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) How to Deploy Qt project using cqtdeployer on Ubuntu/Windows (우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) Qt프로젝트를 배포하려면, 개발자가 아래 세 단계를 처리해야한다. (To deploy a Qt project, a developer has to go through the three steps below.) Qt프로젝트 빌드 ($ make ~~) qmake 명령어를 사용하여 makefile 생성 make 명령어를 사용하여 빌드 Qt, qml 동작에 필요한 라이브러리 수집 (CQtDeployer 실행) & 서드파티 라이브러리(.so파일) 수집 deb파일 만들기 위 세 단계 중 1단계는 Qt Creator 빌드를 하거나 각.. 2022. 10. 9.
How to register root ca in ubuntu (우분투에서 root ca 인증서 등록하는 방법) How to register root ca in ubuntu (우분투에서 root ca 인증서 등록하는 방법) 우분투를 회사와 같은 조직에서 개발용으로 사용하다보면 인증서와 관련된 에러와 맞딱드리기 일수다. 이럴 때는 회사에서 인정하는 루트 인증서를 우분투 시스템에 등록해야한다. 물론 루트 인증서는 각 회사의 보안 및 인프라 관련 팀에 문의해서 얻어야겠다. (If you use Ubuntu for development in an organization such as a company, you may encounter errors related to certificates. In this case, you need to register a root certificate recognized by the co.. 2022. 10. 5.
[Linux] Change and add ssh port number (ssh 포트 번호 바꾸기, 추가하기) [Linux] Change and add ssh port number (ssh 포트 번호 바꾸기, 추가하기) 리눅스의 OpenSSH 설정 파일에서 포트 번호를 수정 또는 추가하면 된다. (You can edit or add the port number in the Linux OpenSSH configuration file.) sudo vim /etc/ssh/sshd_config #Port 22 -> Port 22 -> Port 2022 service sshd restart 또는 /etc/rc.d/init.d/sshd restart 2022. 9. 3.
[linux] scm_breeze capable of shortening commands in shell (shell 내 명령어 단축 입력이 가능한 scm_breeze) [linux] scm_breeze capable of shortening commands in shell (shell 내 명령어 단축 입력이 가능한 scm_breeze) scm_breeze github page https://github.com/scmbreeze/scm_breeze GitHub - scmbreeze/scm_breeze: Adds numbered shortcuts to the output git status, and much more Adds numbered shortcuts to the output git status, and much more - GitHub - scmbreeze/scm_breeze: Adds numbered shortcuts to the output git status.. 2022. 8. 24.
반응형