전체 포스팅 보기
-
안녕하세요. 오늘은 가비아 CNAME 설정에 대해서 공유드립니다. [작업 환경] iptime에서 DDNS 설정을 통해 yhsang2.iptime.org 를 얻어낸 상태입니다. DDNS 설정이 무슨 말인지 모르겠다면 https://luckygg.tistory.com/271 포스트를 참고하세용 결론적으로 가비아에서 CNAME의 호스트를 *와 @를 넣어주시면 됩니다. 값/위치에는 yhsang2.iptime.org 즉, DDNS를 넣어주시면 됩니다. 시놀로지 NAS를 운영하신다면 NAS의 DDNS 넣어주시면 되고요. 아무튼, 아래 사진 참고하세요~ 이거 사실 정확한 것인지 모르겠어요. 검색하니까 정보가 거의 전무하네요. 혹시 잘 안되거나 궁금한 점이 있으시다면 댓글 남겨주세요. 감사합니다.
가비아에서 www 없이 접속 설정하는 방법안녕하세요. 오늘은 가비아 CNAME 설정에 대해서 공유드립니다. [작업 환경] iptime에서 DDNS 설정을 통해 yhsang2.iptime.org 를 얻어낸 상태입니다. DDNS 설정이 무슨 말인지 모르겠다면 https://luckygg.tistory.com/271 포스트를 참고하세용 결론적으로 가비아에서 CNAME의 호스트를 *와 @를 넣어주시면 됩니다. 값/위치에는 yhsang2.iptime.org 즉, DDNS를 넣어주시면 됩니다. 시놀로지 NAS를 운영하신다면 NAS의 DDNS 넣어주시면 되고요. 아무튼, 아래 사진 참고하세요~ 이거 사실 정확한 것인지 모르겠어요. 검색하니까 정보가 거의 전무하네요. 혹시 잘 안되거나 궁금한 점이 있으시다면 댓글 남겨주세요. 감사합니다.
2021.09.26 -
안녕하세요. postgres 테이블 owner 변경하는 방법을 공유드립니다. 1. 변경 방법 REASSIGN OWNED BY 현재OWNER TO 바꿀OWNER; 2. 예시 현재 테이블 Onwer가 test인데 test2로 바꾸고 싶은 경우 아래와 같이 하면 됩니당 ex) REASSIGN OWNED BY test TO test2; 감사합니다.
postgres 테이블 owner 변경안녕하세요. postgres 테이블 owner 변경하는 방법을 공유드립니다. 1. 변경 방법 REASSIGN OWNED BY 현재OWNER TO 바꿀OWNER; 2. 예시 현재 테이블 Onwer가 test인데 test2로 바꾸고 싶은 경우 아래와 같이 하면 됩니당 ex) REASSIGN OWNED BY test TO test2; 감사합니다.
2021.09.14 -
D:\apache-tomcat-9.0.52-decugo\apache-tomcat-9.0.52\conflogging.properties에 존재하는 모든 UTF-8을 EUC-KR로 변경하세요 저는 이거 하나로 해결됬습니다. 좋은 하루 보내세요~
톰캣 로그 한글 깨짐D:\apache-tomcat-9.0.52-decugo\apache-tomcat-9.0.52\conflogging.properties에 존재하는 모든 UTF-8을 EUC-KR로 변경하세요 저는 이거 하나로 해결됬습니다. 좋은 하루 보내세요~
2021.09.09 -
[solution] You can change the postgresql configuration to md5. [Workaround] 1. pg_hba_conf cd C:\Program Files\PostgreSQL\13\data\pg_hba_conf Change the method from scram-sha-256 to md5 2. postgresql.conf cd C:\Program Files\PostgreSQL\13\data\postgresql.conf Change the password_encryption from scram-sha-256 to md5 3. reload PostgreSQL 4. change the password of the user to get an MD5 encrypted p..
[Solved] Postgresql SCRAM authentifcation[solution] You can change the postgresql configuration to md5. [Workaround] 1. pg_hba_conf cd C:\Program Files\PostgreSQL\13\data\pg_hba_conf Change the method from scram-sha-256 to md5 2. postgresql.conf cd C:\Program Files\PostgreSQL\13\data\postgresql.conf Change the password_encryption from scram-sha-256 to md5 3. reload PostgreSQL 4. change the password of the user to get an MD5 encrypted p..
2021.08.22 -
Good luck to you! bro public static bool SftpUpload(string localDir, string remoteDir, bool blMakeDir = true) { if (string.IsNullOrEmpty(remoteDir)) { MessageBoxEx.Show("Upload path is not specified"); return false; } try { using (SftpClient client = new SftpClient("192.168.0.1", 22, "user", "password")) { client.KeepAliveInterval = TimeSpan.FromSeconds(60); client.ConnectionInfo.Timeout = TimeS..
C# SFTP Folder UploadGood luck to you! bro public static bool SftpUpload(string localDir, string remoteDir, bool blMakeDir = true) { if (string.IsNullOrEmpty(remoteDir)) { MessageBoxEx.Show("Upload path is not specified"); return false; } try { using (SftpClient client = new SftpClient("192.168.0.1", 22, "user", "password")) { client.KeepAliveInterval = TimeSpan.FromSeconds(60); client.ConnectionInfo.Timeout = TimeS..
2021.07.20 -
1. 공식 홈페이지에서 Hedisql installer 설치 https://www.heidisql.com/download.php?download=portable-64 Download HeidiSQL Ads were blocked - no problem. But keep in mind that developing HeidiSQL, user support and hosting takes time and money. You may want to send a donation instead. Download HeidiSQL 11.3, released on 30 May 2021 Please disable your adblocker and reload the p www.heidisql.com 2. 프로그램 실행 후 ..
mariadb를 다루기 위해 Heidisql 설치, 사용 방법 안내1. 공식 홈페이지에서 Hedisql installer 설치 https://www.heidisql.com/download.php?download=portable-64 Download HeidiSQL Ads were blocked - no problem. But keep in mind that developing HeidiSQL, user support and hosting takes time and money. You may want to send a donation instead. Download HeidiSQL 11.3, released on 30 May 2021 Please disable your adblocker and reload the p www.heidisql.com 2. 프로그램 실행 후 ..
2021.07.11