CentOS7 부터 iptables가 기본이 아니고 firewalld가 기본 인듯 하다.

간만에 새로운 장비를 세팅 하려고 하니 iptables가 없어서 당황을 하고


CentOS7에서의 firewalld와 중지와 iptables의 시작을 적어본다.



티맵 4.6 apk 링크

물론 지금은 5.0이 나왔음


원본 내용은 http://trivia.tistory.com/m/600 



KT , 유플러스 사용자 -playstore

https://play.google.com/store/apps/details?id=com.skt.tmap.ku

 

 

KT , 유플러스 사용자 -dropbox
https://www.dropbox.com/s/etj6dbfzm382d8j/_Tmap%204.6.0.201591KU.apk?dl=0


 

SKT사용자 4.6 -dropbox

https://www.dropbox.com/s/d4f6h4wqfyr7icw/_tmap%204.6.0.101420SK.apk?dl=0



SK사용자-4.6.3 -직링크

http://xg.ipdisk.co.kr/sx/apk/Tmap 4.6.3.101790.apk


옛날 안드로이드 기기에서 airplane mode toggle


https://stackoverflow.com/questions/10506591/turning-airplane-mode-on-via-adb


  • Windows/DOS: adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS & adb shell input keyevent 19 & adb shell input keyevent 23 & adb shell input keyevent 4
  • Unix/Linux: adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS ; adb shell input keyevent 19 ; adb shell input keyevent 23 ; adb shell input keyevent 4




adb 설치 번외


Ubunt 에서 adb tool 설치 하기

https://www.linuxbabe.com/ubuntu/how-to-install-adb-fastboot-ubuntu-16-04-16-10-14-04


apt 이용

$ apt-get install android-tools-adb


OS X 에서 adb 설치

https://stackoverflow.com/questions/31374085/installing-adb-on-mac-os-x


homebrew 이용


$ brew cask install android-platform-tools

소니 RAW 파일인 arw 파일을 윈도우 탐색기에서 미리 보기 위한 설치 파일


http://support.d-imaging.sony.co.jp/www/download/vista_raw/


SRD20_Installer0810a.exe

파이썬 dictionary 객체에다가 새로운 키를 추가 할 때...


http://stackoverflow.com/questions/1024847/add-new-keys-to-a-dictionary


+ Recent posts