툴랩
close
프로필 배경
프로필 로고

툴랩

  • 분류 전체보기 (34)
    • DevLog (1)
    • Programming (18)
      • HTML (1)
      • Golang (1)
      • PHP (1)
      • Laravel (4)
      • Python (5)
      • Delphi (2)
      • Flutter (2)
      • Next.js (0)
      • Node.js (0)
      • Ruby (2)
    • Nothing (0)
    • Arduino (3)
    • Server (12)
      • RockyLinux (11)
      • CentOS (1)
  • Home
  • Tags
  • Guest
  • NaverBlog
  • YouTube

Ubuntu - 서버 설치 후 기본 설정(시간, 방화벽 외)

우분투 소프트웨어 업데이트sudo apt updatesudo apt upgrade  시간 설정sudo dpkg-reconfigure tzdata  방화벽# UFW 활성화 (아직 활성화되지 않은 경우)sudo ufw enable# SSH (22번 포트)sudo ufw allow 22/tcp# HTTP (80번 포트)sudo ufw allow 80/tcp# HTTPS (443번 포트)sudo ufw allow 443/tcp# 방화벽 상태 확인sudo ufw status

  • format_list_bulleted Server/RockyLinux
  • · 2025. 2. 10.
  • textsms
Rocky Linux 9 - MongoDB 설치

Rocky Linux 9 - MongoDB 설치

안녕하세요. Rocky Linux 9에 MongoDB를 설치를 해보겠습니다. 현재 MongoDB는 6.0 기준으로 설치합니다. MongoDB 저장소 등록 $ sudo vi /etc/yum.repos.d/mongodb-org-6.0.repo mongodb-org-6.0.repo [mongodb-org-6.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/6.0/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-6.0.asc MongoDB 저장소 등록 확인 $ sudo dnf repolist Mongo..

  • format_list_bulleted Server/RockyLinux
  • · 2023. 7. 3.
  • textsms
Rocky Linux 9 - PostgreSQL 15 설치

Rocky Linux 9 - PostgreSQL 15 설치

안녕하세요. 이번에는 Rocky Linux 9(로키 리눅스)에 PostgreSQL 15를 설치해 보겠습니다. 기본적으로 Rocky Linux 9 등록되어있는 버전은 PostgreSQL 13 버전입니다. 저장소를 추가하는것부터 기본 설치 까지 진행해 보겠습니다. PostgreSQL: Linux downloads (Red Hat family) PostgreSQL: Linux downloads (Red Hat family) Linux downloads (Red Hat family) The Red Hat family of distributions includes: Red Hat Enterprise Linux Rocky Linux CentOS (7 and 6 only) Fedora Oracle Linux and ..

  • format_list_bulleted Server/RockyLinux
  • · 2023. 7. 1.
  • textsms
Rocky Linux 9 - NVM 설치하여 Node.js 설치

Rocky Linux 9 - NVM 설치하여 Node.js 설치

안녕하세요. Node.js 를 설치해보려고 합니다. Node.js 를 설치하는 방법은 여러가지가 있지만 NVM(Node Version Manager) 을 이용하면 Node.js 의 버전 관리가 편리하여 로컬, 서버에서 사용하고 있습니다. 보통은 서비스 배포할때 AWS나 GCP에 클라우드 컴퓨터에 Docker와 함께 배포하지만 물리적인 또는 클라우드 서버 내 단독 서비스를 할 경우에는 Docker 는 불필요 하기에 Node.js 를 직접 설치 하기도 합니다. Rocky Linux 내 기본적으로 설치 되어있거나 의존성으로 인해 미리 설치된 경우가 있어 내장 Node.js 는 제거 하고 NVM 을 이용하여 Node.js를 설치하겠습니다. 기존 Rocky Linux 내 설치된 Node.js 를 삭제 안하셔도 됩..

  • format_list_bulleted Server/RockyLinux
  • · 2023. 7. 1.
  • textsms
Rocky Linux 9 - PHP Composer 설치

Rocky Linux 9 - PHP Composer 설치

Rockey Linux 9 에서 Composer 설치 방법입니다. wget 설치 $ sudo dnf install wget Composer 다운로드 $ sudo wget https://getcomposer.org/installer -O composer-installer.php Composer 설치 $ sudo php composer-installer.php --filename=composer --install-dir=/usr/local/bin Composer 설치된 버전 확인 $ composer --version

  • format_list_bulleted Server/RockyLinux
  • · 2023. 6. 30.
  • textsms

Rocky Linux 9 - Docker 설치

repo 등록 sudo dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo Docker 설치 sudo dnf update sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin Docker 서비스 등록 및 실행 $ sudo systemctl enable docker $ sudo systemctl start docker

  • format_list_bulleted Server/RockyLinux
  • · 2023. 6. 12.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (34)
    • DevLog (1)
    • Programming (18)
      • HTML (1)
      • Golang (1)
      • PHP (1)
      • Laravel (4)
      • Python (5)
      • Delphi (2)
      • Flutter (2)
      • Next.js (0)
      • Node.js (0)
      • Ruby (2)
    • Nothing (0)
    • Arduino (3)
    • Server (12)
      • RockyLinux (11)
      • CentOS (1)
최근 글
인기 글
최근 댓글
태그
  • #Flutter
  • #PHP
  • #Laravel10
  • #라라벨
  • #ChatGPT
  • #laravel
  • #rockylinux
  • #Python
  • #golang
  • #flask
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바