service restart network 시 실패에 대한 처리 network.service: control process exited, code=exited status=6 - /etc/sysconfig/network 파일을 확인한다. 없으면 "touch /etc/sysconfig/network" 명령으로 생성 network.service: control process exited, code=exited status=1 - /etc/sysconfig/network-script/ifcfg-eth0 파일에서 HWADDR 등의 설정 확인
Windows 10 - 컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp에서 PortNumber 를 변경 - net stop /y TermService 실행C:\WINDOWS\system32>net stop /y TermService다음 서비스는 Remote Desktop Services 서비스에 영향을 받습니다.Remote Desktop Services 서비스를 멈추면 다음 서비스도 멈추어 집니다. Remote Desktop Services UserMode Port Redirector Remote Desktop Services UserMode Port Redirector 서비스를 멈춥니다...
환경 OS: CentOS Linux release 7.4.1708 (Core)gcc: gcc-4.8.5-16.el7_4.1.x86_64 libgcc-4.8.5-16.el7_4.1.x86_64 libgcc-4.8.5-16.el7_4.1.i686 gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapperTarget: x86_64-redhat-linuxConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugz..
# hp-ux> tusc -afpo [output file] [pid] [executable] # aix> truss -aefo [output file] [executable] # SunOS> truss -aefo [output file] [executable] # linux> strace -fo [output file] [executable] # option-p : pid-f : fork()가 호출되어 자식 프로세스가 생기는 경우 자식프로세스까지 추적-F : '-f'와 비슷하며 fork()가 아닌 vfork()에 의한 자식프로세스 추적-o : output 대상 파일명
여기에서 가져옴(구글 번역) Windows 10에 Visual Studio 6.0 설치Kirk Stowell, 8 Jun 2017 4.94 (51 votes)Rate this:vote 1vote 2vote 3vote 4vote 5A Tutorial for installing Visual Studio 6.0 on Windows 10Introduction네, 제목을 올바르게 읽었습니다.이 기사에서는 Windows 10에 Visual Studio 6.0을 설치하는 방법을 설명합니다. Visual Studio 6.0은 전 세계적으로 널리 사용되고 있으며 레거시 응용 프로그램과 여전히 사용하고 싶은 개발자를 지원할 필요가 있습니다 이 플랫폼. 또한, 나는 이전 타이머이기 때문에 Visual Studio 6.0을 ..
여기에서 발췌 LibrariesLibraries are files whose names end in .a, or possibly .so. To designate a library, you can specify an absolute or relative path name or use the -l (lowercase letter L) flag in the form -lName. The last form designates a libName.afile, or when the rtl option is used, a libName.so file to be searched for in several directories. These search directories include any directories tha..
여기, 여기에서 참고 CentOS 7에서 진행 - 현재 정보 [root@localhost]# fdisk -l Disk /dev/sda: 17.2 GB, 17179869184 bytes, 33554432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x000ad9af Device Boot Start End Blocks Id System /dev/sda1 * 2048 2099199 1048576 83 Linux /dev..
여기에서 가져옴 Q :Win7 : ICS를 작동시킬 수 없습니다. PING은 가능하지만 인터넷은 할 수 없음 일반적인 시나리오 - WiFi 및 이더넷이 장착 된 Dell Vostro 노트북, Dell Precision 데스크탑, 이더넷 전용. 둘 다 Win7 64를 실행 중입니다. 저는 매우 간단하게 보이지만 ICS를 작동시키지 못하는 도움말 지침을 따르려고했습니다. 두 시스템 모두 169.254.xx addreses를 제공하며 각각 다른 시스템에 ping을 수행 할 수 있지만 클라이언트는 인터넷에 액세스 할 수 없습니다.호스트가 클라이언트에 DHCP를 제공하는지 확인하기 위해 호스트 IP를 10.1.1.1로 변경하고 두 시스템을 모두 재부팅했지만 클라이언트는 여전히 이전에 준 164.254.xx 주소를..
여기에서 가져옴SAL 이해Visual Studio 2015다른 버전 Visual Studio 2017 에 대한 최신 설명서는 Visual Studio 2017 설명서를 참조하세요.Microsoft 소스 코드 주석 언어 (SAL)는 함수의 매개 변수를 어떻게 사용하는지 완료 될 때 그것들에 대한 가정을 설명하는 주석의 집합을 제공합니다. 주석을 헤더 파일에 정의되었습니다. C++에 대한 Visual Studio 코드 분석을 SAL 주석에 사용하여 기능 분석을 수정합니다. SAL 2.0에 대한 자세한 내용은 Windows 드라이버에 대 한 SAL 2.0 주석을 참조하십시오.기본적으로, C 및 C++ 개발자가 의도한 불변을 일관되게 표현하는 제한적인 방법으로만 제공합니다. SAL 주석을 사용하여 소비하는 개발..
인터넷 연결 공유(ICS) 시 Default IP 변경 HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\SharedAccess\ParametersHKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\ParametersHKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\SharedAccess\Parameters 위 경로에서 ScopeAddress, ScopeAddressBackup의 key 값을 변경 참고는 여기
- Total
- Today
- Yesterday
- CMAKE_OSX_SYSROOT
- pf.anchors
- 파티션 추가
- install
- CentOS
- postgresql11
- noipath
- ld 옵션
- mirrorlist
- _status
- Ignoring CMAKE_OSX_SYSROOT value
- pfctl
- _stats
- centos7
- aix compile
- yum
- aix ld
- lvremove
- physicaldisk
- linux
- lvm 늘리기
- vgcreate
- fielddata
- Repository
- CLion
- 물리디스크
- update
- virtualbox
- firewall-cmd service
- 센트6
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |