본문 바로가기
728x90

시작441

gsjava iptable install iptables compile libmnl, libnftnl 아래 사이트에서 최신 버전을 받아서 설치 방법은 같다. It is a common problem to the people working in computer networking in linux environments. Go to the below link and download the latest libmnl file. http://www.netfilter.org/projects/libmnl/downloads.html#libmnl-1.0.3 Unzip it using the below command tar -xvf libmnl-1.0.3.tar.bz2 cd to the extracted folder cd libmnl-1.0.3/ Install .. 2019. 6. 6.
gajava bz2 압축 해제 ".tar.bz2" 라는 이중 확장자를 가진 압축 파일은, "tar로 여러개의 파일을 하나로 묶은 후, bzip2 로 압축한 파일이라는 뜻입니다. bzip2 자체에는 파일들을 하나로 묶는 기능은 없습니다. 그렇지만 복잡한 명령은 필요없고 tar에 j 옵션을 붙여주면 간단히 bzip2 압축이 됩니다. (다만 오래된 버전의 tar 에서는 안될 수도 있습니다.) 우선 bzip2 로 압축하기 방법입니다. 다음과 같은 명령어를 사용하면, 현재 디렉토리의 모든 txt 확장자의 파일들이 test.tar.bz2 라는 하나의 파일로 묶어지고 또한 압축됩니다. tar -cjvf test.tar.bz2 *.txt 파일을 풀거나 할 때는 j 옵션이 없어도 됩니다. tar.bz2 파일 압축 풀기는 다음과 같이 합니다. tar .. 2019. 6. 6.
gsjava ubuntu 항상 최신으로 유지 방법 apt-get update apt-get upgrade 2019. 6. 5.
gsjava ubuntu resolv.con 설정 (인터넷) vi /etc/resolv.conf nameserver 8.8.8.8 2019. 6. 5.
728x90