본문 바로가기

전체 글

(72)
Windows Python 설치 및 Path 잡아주기 Python Window에서 MSI 64 버전 설치후 python 동작안함. C:\Users\LeeChul>python 'python' is not recognized as an internal or external command, operable program or batch file. 문제는 path 이다. 재설치. 아래 경로에 설치 추후 Python 3 버전도 함또 사용예정이여서 Path 설정하기
python 개발환경 ATOM IDE 사용. Python 편집시 vim 으로만 사용하다 ATOM 을 사용하여 보려 다운로드 시작하였다. OpenSource 여서 무료로 사용가능하다 https://atom.io/ A hackable text editor for the 21st Century At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it. atom.io 다운로드후 설치중 자세한 사용법은 다음에 포스팅 하도록 하겠다.
CentOS7 Mac 주소 매핑시키기. 1. network-script 의 ifcfg-eth* 에 정확한 MAC 주소를 적어준다. vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none ONBOOT=yes HWADDR=00:50:56:83:35:f8 NM_CONTROLLED=no NETMASK=255.255.255.0 IPADDR=192.168.0.1 TYPE=Ethernet IPV6INIT=no USERCTL=no vi /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth0 BOOTPROTO=none ONBOOT=yes HWADDR=00:50:56:83:35:f9 NM_CONTROLLED=no NETMASK=255.255.255..
CentOS 7 hostname 변경하기 vi /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=centos70 wq! hostnamectl set-hostname centos70 hostname reboot
CentOS7 싱글모드 비밀번호 변경. CentOS7 에서 싱글모드 진입방법이 변경되였다. 1. 부팅중 e를 누르고 enter 2. rhgb quiet 를 지우고 init/bin/bash 적은후 Crtl+X 를 누르면 싱글모드로 부팅된다. 3. 디스크 재마운트후 root 비번 변경. mount -o remount,rw / passwd root
MCOP SDK Testing result Thank you for the MCOP team. I have test 2hours for the MCPTT service.
Testing MCOP Opensource Android App with MCOP Online Testing System I'm planning test the MCOP Opensource Android App with MCOP Online Testing System. I have Request MCOP Slot for testing MCPTT service from below link. https://demo.mcopenplatform.org/ OnlineTestingPlatform demo.mcopenplatform.org After I send a MCOP Slot request email I got the default IMS registration information and MCPTT account information as below. ...더보기 Please follow the instructions to: ..
MCPTT and MCPTT Opensource Project. MCPTT is Mission Critial Push To Talk Service, 3GPP has defined the spcifications. Details you can check below link Mission Critical Services. https://www.3gpp.org/NEWS-EVENTS/3GPP-NEWS/1875-MC_SERVICES Mission Critical Services in 3GPP June 20, 2017 By Yannick Lair and Georg Mayer A platform for mission critical (MC) communications and MC Services has been a key priority of 3GPP in recent years..