netstat 관련 명령어
주요 옵션
-n : 호스트명, 포트명을 lookup하지 않고 그대로 IP, Port번호로 보여준다.
-a : 모든 네트웍 상태를 보여준다.
-l : LINTEN 상태인 서비스 포트를 보여준다.
-t : TCP 프로토콜만 보여준다.
-u : UDP 프로토콜만 보여준다.
-p : 해당 포트를 사용하는 프로그램과 프로세스ID(PID)를 보여준다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 터미널 창을 연다. | |
런치패드 > 기타 > 터미널 | |
2. 크롬 로컬 데이터 폴더를 삭제 | |
터미널에 명령어 입력 후 실행 | |
sudo rm -rf ~/Library/Application\ Support/Google/Chrome | |
3. 크롬 로컬 데이터 폴더를 수동으로 만듬 |
https://velog.io/@hognod/gitlab-install-offline
perl
Package
perl-5.16.3-297.el7.x86_64.rpm
https://adg0609.tistory.com/70
[Server] Oracle Cloud - MariaDB 설치 및 DB연결
저번에는 Docker에 MariaDB를 설치해서 연동하였는데 이번에는 Ubuntu에 apt로 직접 MariaDB를 설치 후 연동하려고 한다. Docker와는 조금 다릅니다.
이미지: Ubuntu 22.04