프로그램 사용/LDAP2019. 1. 17. 08:10


[링크 : https://help.ubuntu.com/lts/serverguide/samba-ldap.html.en]

[링크 : https://wiki.samba.org/index.php/Samba_%26_LDAP]

'프로그램 사용 > LDAP' 카테고리의 다른 글

ldap 리눅스 서버 계정 통합  (0) 2019.02.12
ldap 구축  (0) 2019.02.12
sso ldap kerberos  (0) 2019.01.17
ldap nfs  (0) 2019.01.17
ldap  (0) 2019.01.17
Posted by 구차니
프로그램 사용/LDAP2019. 1. 17. 08:00


[링크 : https://www.ibm.com/.../SSDV85_4.2.1/system/ldap_mount_directory_remote.html]

[링크 : https://www.cs.wcupa.edu/rkline/linux/ldap-nfs.html]


[링크 : https://www.systutorials..../unified-linux-login-and-home-directory-using-openldap-and-nfsautomount/]

'프로그램 사용 > LDAP' 카테고리의 다른 글

ldap 리눅스 서버 계정 통합  (0) 2019.02.12
ldap 구축  (0) 2019.02.12
sso ldap kerberos  (0) 2019.01.17
ldap samba  (0) 2019.01.17
ldap  (0) 2019.01.17
Posted by 구차니
프로그램 사용/LDAP2019. 1. 17. 07:54


[링크 : https://eng.ucmerced.edu/soe/computing/services/ssh-based-service/ldap-ssh-access]

[링크 : https://www.digitalocean..../how-to-authenticate-client-computers-using-ldap-on-an-ubuntu-12-04-vps]

[링크 : https://wiki.gentoo.org/wiki/Centralized_authentication_using_OpenLDAP/ko]

'프로그램 사용 > LDAP' 카테고리의 다른 글

ldap 리눅스 서버 계정 통합  (0) 2019.02.12
ldap 구축  (0) 2019.02.12
sso ldap kerberos  (0) 2019.01.17
ldap samba  (0) 2019.01.17
ldap nfs  (0) 2019.01.17
Posted by 구차니

계정이 잘못 입력되면

다른 명령어로 할게 아니라

윈도우에서 자격 증명 가서 "Windows 자격 증명"에서 삭제하면 된다.



[링크 : https://code.i-harness.com/ko-kr/q/eab2ce]

'프로그램 사용 > Version Control' 카테고리의 다른 글

gitlab 서비스 명(centos)  (0) 2019.02.15
git branch  (0) 2019.01.29
git tag  (0) 2018.12.07
git log . - 현재 디렉토리 이하의 변경내역 보기  (0) 2018.11.02
.gitignore  (0) 2018.10.22
Posted by 구차니
프로그램 사용/LVM2019. 1. 15. 20:09

raid로 구성하고 raid 내부를 LVM으로 자유롭게 한다라..

LVM은 익숙하지 않고 웬지 정(?)이 안가서 안썼는데 고민중..


[링크 : http://www.solanara.net/solanara/lvm#head_lvm_lvmonraid]

[링크 : https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c01418140]



'프로그램 사용 > LVM' 카테고리의 다른 글

lvm as ssd cache  (0) 2022.02.14
LVM 관리  (0) 2019.03.05
애증의.. LVM? centos 기본값 설치에서 변형했더니...  (0) 2019.03.05
LVM - Logical Volumegroup Management  (0) 2009.01.22
Posted by 구차니

setAnimation에 인자를 주지 않으면 애니메이션이 사라진다.

DROP은 1회에 한해서 한번 뚕~ 하고 끝

BOUNCE는 계속 뛰고 있으니 얘가 무난할 듯?


naver.maps.Event.addListener(urlMarker, 'click', function() {

    if (urlMarker.getAnimation() !== null) {

        urlMarker.setAnimation(null);

    } else {

        urlMarker.setAnimation(naver.maps.Animation.BOUNCE);

    }

}); 

[링크 : https://navermaps.github.io/maps.js/docs/tutorial-marker-animation.example.html]

Posted by 구차니

네이버 지동데서 선의 굵기를 임의로 바꿀수 있는 법 찾는중


개발자 도구에서 아래로 입력하면 바뀌는 것 확인

polyline.setStyles("strokeWeight","10")

[링크 : https://navermaps.github.io/maps.js/docs/tutorial-3-polygon-simple.example.html]

Posted by 구차니

between 이나 TIMEDIFF 이런걸로 될 줄 알았는데 영안되서

결국에는 +-15로 계산을 해야겠네.. 끄응


select T.temperature, T.humidity, T.created as tcreated, P.ph, P.voltage, P.created as pcreated 

from (select * from dht11 where DATE(created) >= '2018-12-20' ) as T, 

(select * from ph where DATE(created) >= '2018-12-20' ) as P WHERE

TIME_TO_SEC(P.created) - 15 < TIME_TO_SEC(T.created) AND TIME_TO_SEC(T.created) < TIME_TO_SEC(P.created) + 15;

[링크 : https://www.w3resource.com/mysql/date-and-time-functions/mysql-time_to_sec-function.php]


[링크 : https://stackoverflow.com/questions/7636599/calculating-time-difference-between-2-dates-in-minutes]

[링크 : https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_timestampdiff]

'프로그램 사용 > mysql & mariaDB' 카테고리의 다른 글

mysql / unix-socket  (0) 2019.09.04
mysql exists  (0) 2019.07.05
mysql join과 필드명 변경하기  (0) 2018.12.21
join은 위험한 동물이다(?)  (0) 2018.12.21
mysql client 다른 호스트 접속하기  (0) 2018.12.20
Posted by 구차니

필드명도 table.field AS newfilename 으로 하면 되네


[링크 : https://statkclee.github.io/sql-ecology-lesson/kr/03-sql-joins-aliases.html]

Posted by 구차니

데이터가 좀 지랄 같이(?) 많은 녀석이긴 한데


mysql> select count(*) from dht11;

+----------+

| count(*) |

+----------+

|    57186 |

+----------+

1 row in set (0.09 sec)


mysql> select count(*) from ph;

+----------+

| count(*) |

+----------+

|    57637 |

+----------+

1 row in set (0.17 sec) 


아무생각 없이 조인하고 조건식을 돌리니 8초.. ㄷㄷ

select * from dht11 as T,ph as P where T.created = P.created and DATE(T.created) >= '2018-12-20'; 

97 rows in set (8.12 sec)


날짜 쳐내고 조인하니 0.44초!

select * from 

(select * from dht11 where DATE(created) >= '2018-12-20' ) as T,

(select * from ph where DATE(created) >= '2018-12-20' ) as P 

WHERE T.created = P.created; 

98 rows in set (0.44 sec)



+
요건 DATE() 찾아 본다고 링크 추가

[링크 : https://code.i-harness.com/ko-kr/q/1c4e6a]

Posted by 구차니