A file upload from local to remote. (파일 한개를 원격서버에 보낼때)#local> scp [option] filename dev@inwelly.com:/var/test_folder/www The files upload from local […]
ngrok : 로컬 서버를 다른 네트워크 , 디바이스에서 접속하기
ngrok http 8080 ngrok http —host-header=test_mydomain.test 80 ngrok http —host-header=test_mydomain.test 443 (https://test_mydomain.test 인경우 ) 사용시 : https://b596-124-248-140-20.ngrok-free.app 으로 접속
뉴질랜드 현충일 ANZAC Day (안작데이)
뉴질랜드 공휴일이다. 4월25일 이다. ANZAC = Australia , New Zealand Army Corps ( 호주 뉴질랜드 연합군 ) 호주,뉴질랜드 연합군을 기리는 […]
Sort an array of associative arrays by column value ( 배열 정렬 – value 이용 )
$category = Array ( [0] => Array ( [term_id] => 7 [name] => MY PROJECT [sort] => 2 ) [1] […]