Gunner’s Workspace
  • Home
  • About

remove

A collection of 2 posts
tip

.deb File 설치방법

.deb File 설치방법 확장자가 .deb 인 파일은 debian 리눅스에서의 설치파일로, 같은 계열인 ubuntu 에서 손 쉽게 설치 가능합니다. 설치 $ sudo dpkg -i filename.deb 제거 $ sudo dpkg -r PACKAGE_NAME 보통은 apt-get 을 이용하지만 .deb 파일을 직접 설치할 경우 유용한 명령입니다.
17 Jul 2017
centos

iptables 명령어

iptables 명령어 현재 목록 확인 $ sudo iptables -L 규칙 추가 $ sudo iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP 설명: 들어오는 패킷이 127.0.0.1 의 아이피를 가지고 있고 protocol 이 icmp 면 버려라. 번호 확인 $ sudo iptables -L --line-numbers 삭제 $ sudo iptables -D INPUT
06 Jul 2017
Page 1 of 1
Gunner’s Workspace © 2026
  • Sign up
Powered by Ghost