카페검색 본문
카페글 본문
-
Re: PostgreSQL 한국어 로케일 설정 가이드_ 오류 클로드 해결 방법 2026.05.22해당카페글 미리보기
이번에는 postgresql.conf, pg_hba.conf, base/, global/ 같은 파일/디렉토리가 보일 겁니다. 보인다면: bash # 현재 값 확인 grep lc_time postgresql.conf # 수정 sed -i "s/ko_KR.uft8/ko_KR.utf8/g" postgresql.conf # 확인 grep lc_time postgresql...
-
Re: 오늘의 마지막 문제 2026.03.09해당카페글 미리보기
접속 su - firewall-cmd --permanent --add-port=1521/tcp firewall-cmd --reload firewall-cmd --port-list netstat -tlnp | grep 1521 -- 리스너 수정 -- 리스너 위치 확인 lsnrctl status lsnrctl stop --[host= jmsasm -> 192.168.23.125 변경] vi...
-
해당카페글 미리보기
-
Re: 오늘의 자습 시간 문제_2026_02_05_이수자평가 6번 7번 2026.02.05해당카페글 미리보기
read aa echo "" case $aa in 1) sudo systemctl start mongod echo "몽고디비 시작 시도 중..." sleep 1 netstat -tulnp | grep 27017 ;; 2) sudo systemctl start mariadb echo "마리아디비 시작 시도 중..." sleep 1 netstat -tulnp | grep 3306 ;; 3...
-
[CARLA] CALRA Simulator 2026.01.19해당카페글 미리보기
export ROS_APT_SOURCE_VERSION=$(curl -s https://api.github.com/repos/ros-infrastructure/ros-apt-source/releases/latest | grep -F "tag_name" | awk -F\" '{print $4}') curl -L -o /tmp/ros2-apt-source.deb "https://github.com...