웹 프로그래머

고정 헤더 영역

글 제목

메뉴 레이어

웹 프로그래머

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (16)
    • 개발 (5)
      • JAVA (1)
      • PHP (4)
      • javascript(jQuery) (0)
      • ASP 3.0 (0)
    • OS (7)
      • Linux (6)
      • Windows (1)
    • DB (0)
      • Oracle (0)
      • Mysql(maryaDB) (1)
      • Mssql (0)
    • Tools (2)

검색 레이어

웹 프로그래머

검색 영역

컨텐츠 검색

OS

  • SSL 무료 인증서

    2023.11.29 by I-진

  • [CentOS] Redis 설치 및 설정

    2022.12.03 by I-진

  • Ncloud - Storage mount

    2022.11.30 by I-진

  • goofys mount

    2022.11.26 by I-진

  • PowerShell 실시간 로그 보기

    2022.11.01 by I-진

  • 서버 모니터링 명령어

    2022.07.01 by I-진

  • [SVN] subversion-1.6 설치및 설정

    2019.12.19 by I-진

SSL 무료 인증서

[root@localhost conf]# certbot --manual --preferred-challenges dns -d *.i-jin.com,i-jin.com certonlySaving debug log to /var/log/letsencrypt/letsencrypt.logPlugins selected: Authenticator manual, Installer NoneStarting new HTTPS connection (1): acme-v02.api.letsencrypt.orgRequesting a certificate for *.i-jin.com and i-jin.comPerforming the following challenges:dns-01 challenge for i-jin.com- - -..

OS/Linux 2023. 11. 29. 00:42

[CentOS] Redis 설치 및 설정

1. Redis 설치 yum install redis 2. Redis 시작 및 재부팅 시 시작 설정 systemctl start redis systemctl enable redis 3. 잘되는지 확인 redis-cli ping >> PONG 4. Redis 설정 vi /etc/redis.conf # 기존 설정값 주석처리 #bind 127.0.0.1 # 로컬호스트만 접속 가능 -> 모든 호스트에서 접속 가능하도록 수정 bind 0.0.0.0 # port 수정 port 1234 # 비밀번호 설정 requirepass password1234 cluster-enabled yes cluster-config-file nodes.conf cluster-node-timeout 5000 appendonly no 5. 서..

OS/Linux 2022. 12. 3. 15:41

Ncloud - Storage mount

[root@manvscloud-dev-01 ~]# yum install fuse [root@manvscloud-dev-01 ~]# wget https://go.dev/dl/go1.17.3.linux-amd64.tar.gz [root@manvscloud-dev-01 ~]# tar -xvf go1.17.3.linux-amd64.tar.gz [root@manvscloud-dev-01 ~]# mv go /usr/local/ [root@manvscloud-dev-01 ~]# vi /etc/profile export GOROOT=/usr/local/go export GOPATH=$HOME/ export PATH=$GOPATH/bin:$GOROOT/bin:$PATH [root@manvscloud-dev-01 ~]# ..

OS/Linux 2022. 11. 30. 21:13

goofys mount

[root@manvscloud-dev-01 ~]# yum install fuse [root@manvscloud-dev-01 ~]# wget https://go.dev/dl/go1.17.3.linux-amd64.tar.gz [root@manvscloud-dev-01 ~]# tar -xvf go1.17.3.linux-amd64.tar.gz [root@manvscloud-dev-01 ~]# mv go /usr/local/ [root@manvscloud-dev-01 ~]# vi /etc/profile export GOROOT=/usr/local/go export GOPATH=$HOME/ export PATH=$GOPATH/bin:$GOROOT/bin:$PATH [root@manvscloud-dev-01 ~]# ..

OS/Linux 2022. 11. 26. 02:08

PowerShell 실시간 로그 보기

PS C:\LOGDATA\DESKTOP-CHTAEE6> Get-Content .\logger_20221101.log -Wait -Tail 10

OS/Windows 2022. 11. 1. 10:36

서버 모니터링 명령어

# HDD(하드 디스크) 용량 확인 $ df -h # 현제 경로 용량 확인 $ du -sh ./ # 메모리 용량 확인 $ free -m # CPU 정보 확인 $ cat /proc/cpuinfo # 포트 확인 $ netstat -ltup # 네트워크 확인 $ ifconfig # 방화벽 확인 $ iptables -L

OS/Linux 2022. 7. 1. 09:18

[SVN] subversion-1.6 설치및 설정

# wget http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz # tar zxvf subversion-1.6.17.tar.gz # wget http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz # tar zxvf sqlite-amalgamation-3.6.13.tar.gz #yum -y install zlib-devel curl-devel openssl-devel apr-devel apr-util-devel # mkdir -p subversion-1.6.17/sqlite-amalgamation # cp -r sqlite-3.6.13/sqlite3.c subversion-1.6.17/sqlite-..

OS/Linux 2019. 12. 19. 20:03

추가 정보

인기글

최신글

페이징

이전
1
다음
TISTORY
웹 프로그래머 © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바