일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- svn 특정 리비전 사이 추출
- 포스트그레스 설치
- svn
- docker 폐쇄망
- WH question
- Remmina
- svn update
- ant
- xrdp
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- mysql dml
- svn load
- Oracle install
- svn commit
- svn 변경된 파일 추출
- svn 사용법
- taskkill
- postgres install
- VirtualBox
- svn dump
- Store password unencrypted
- javax.servlet.GenericFilter
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- docker oracle12c
- expected at least 1 bean which qualifies as autowire candidate
- grep
- apt-get update 오류
- svn log
- Failed to download metadata for repo 'appstream'
- NEXUS
Archives
- Today
- Total
목록ubuntu 아이피 변경 (1)
기억의 습작
Ubuntu 아이피 변경
Ubuntu 12.04 고정 IP 설정하기 1. /etc/network/interfaces 수정 sudo vi /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet dynamic 처음 파일을 열면 위처럼 되어 있는데 아래처럼 바꿔줍니다. auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 2. /etc/resolv.conf 수정 sudo vi /etc/resolv.conf #8.8.8.8 과 8.8.4.4 는 google 에서 제공하는 DNS 서버 IP 입니..
OS/Linux
2021. 8. 28. 21:38