Linux3 [PostgresSQL] ์ธ๋ถ์ ์ ํ์ฉ (Linux CentOS7) 1. ์ฌ์ ์์ ๋ฐ ํ์ธ PostgresSQL ์ค์น PGDATA ๋๋ ํ ๋ฆฌ ๊ฒฝ๋ก ํ์ธ CentOS default : /var/lib/pgsql/{version}/data 2. postgresql.conf ์ค์ postgresql.conf์์ listen_addresses='localhost' ์ฃผ์ ์ ๊ฑฐ ํ '*'๋ก ๊ฐ์ ๋ฐ๊พธ๊ณ port=5432 ๋ผ์ธ ์ฃผ์ํด์ ํ๋ค. vi /var/lib/pgsql/{version}/data/postgresql.conf listen_address='*' port=5432 3. pg_hba.conf ์ค์ ์๋ ๋ช ๋ น์ด๋ฅผ ์คํํ์ฌ pg_hba.conf์ ์ ์ ํ์ฉ ๊ท์น์ ์ถ๊ฐํ๋ค. echo "host all all 0.0.0.0/0 md5" >> /var/lib/pgsql/{ve.. 2023. 9. 27. [Linux] zsh: command not found: ll yjkim@yjkimuicBookPro ~ % ll zsh: command not found: ll ll ๋ช ๋ น์ด ์์ผ๋๊น ๋งค์ฐ ๋ถํธ.. mac์์ alias๋ฅผ ์ค์ ํด ์ฃผ์ด์ผํ๊ณ , ์ค์ ํ๋ฉด ๊ทธ ์ธ์ ์๋ ์ ์ฉ๋์ง๋ง ํ๋ก์ธ์ค๋ฅผ ์ข ๋ฃ ํ ์ฌ์คํํ๋ฉด ์ ์ฉ์ด ๋์ด ์์ง ์๋ค. $ echo "alias ll='ls -lGaf'" >> ~/.bash_profile $ source ~/.bash_profile ์ ๋ช ๋ น์ด ์คํํ๋ฉด ๋๋ค. ๊ทธ๋ผ ์ด์ ์๋์จ๋ค!! ์๊ตฌ์ ์ผ๋ก ์ด alias๋ฅผ ์ ์ฉํ์ $ echo "source ~/.bash_profile" >> ~/.zshrc ์ด๋ฌ๋ฉด MacOs์์ ํฐ๋ฏธ๋์ด ์คํ๋ ๋๋ง๋ค .zshrc ํ์ผ์ด ํจ๊ป ์คํ๋์ด ์ ์ฉ๋๊ธฐ ๋๋ฌธ์ด๋ค. 2021. 11. 2. [PostgreSQL] PostgreSQL ์ค์น ๋ฐ ์ธ๋ถ์ ์ ํ์ฉ (Centos7) ํ๊ฒฝ Linux, Centos7 PostgreSQL v.13 1. PostgreSQL ์ค์น DB ์ค์น $ sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm $ sudo yum install -y postgresql13-server DB ์ด๊ธฐํ (๊ธฐ๋ณธ DB ์์ฑ) $ sudo /usr/pgsql-13/bin/postgresql-13-setup initdb ์๋น์ค ๋ฑ๋ก ๋ฐ ์คํ $ sudo systemctl enable postgresql-13 $ sudo systemctl start postgresql-13 DB user ๋ฐ schema ์.. 2021. 10. 31. ์ด์ 1 ๋ค์