본문 바로가기
728x90

시작441

gsjava putty 분할창으로 모니터링 하기 사용법 설명한 블로그 https://deeds-not-words.tistory.com/entry/SuperPuTTY%EB%A1%9C-PuTTY%EB%A5%BC-%EC%A2%80%EB%8D%94-Super%ED%95%98%EA%B2%8C-%EC%93%B0%EB%8A%94-%EB%B0%A9%EB%B2%95 다운로드해서 설치 https://github.com/jimradford/superputty/releases/tag/1.4.0.9 2019. 9. 20.
gsjava CentOS 호스트명 변경 #CentOS 6 [root@localhost ~]# vi /etc/sysconfig/network HOSTNAME=myhost #CentOS 7 [root@localhost ~]# hostnamectl set-hostname myhost 2019. 9. 20.
gsjava RHEL/CentOS 6 에서 고정 IP 주소로 네트워크 설정하기 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 TYPE=Ethernet UUID=3dd01312-db94-4562-ae0e-451ba5fedc37 HWADDR=08:00:27:32:E3:0F ONBOOT=yes BOOTPROTO=none NM_CONTROLLED=yes PREFIX=24 IPADDR=192.168.40.6 GATEWAY=192.168.40.1 DNS1=192.168.40.1 DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no NAME="System eth0“ # service network restart 2단계: 호스트명 변경하기 # vi /etc/hostname # vi /etc/hosts 2019. 9. 20.
gsjava Visual Studio 2008 Release 모드에서 디버깅 하기 https://www.ddoong2.com/241 Visual Studio 2008 Release 모드에서 디버깅 하기 Visual Studio 2008에서 C++ 프로그램을 컴파일 하면은 기본적으로 두가지 모드가 있습니다. Release /Debug 두 버전의 차이점은 다른 소소한 성능 향상을 위한 컴파일 옵션도 있지만 가장 중요한건 디버깅이 가능.. www.ddoong2.com Release 모드 에서 디버깅을 원하다면 설정 해야 하는 옵션 제가 실제로 해본 사이트 2019. 9. 7.
728x90