본문 바로가기

분류 전체보기

(82)
ubuntu서버 미러서버 변경 기존의 패키지 설치 서버가 너무 느리다 보니 빠른 카카오로 변경한다 sudo vi /etc/apt/sources.list 파일이 열리면 전부 변경을 해준다 :%s /kr.archive.ubuntu.com/mirror.kakao.com 다음 업데이트 sudo apt-get update
ubuntu 작업중 자주 쓰는 모음 IP 확인 ifconfig nginx 설정 변경 sudo vi /etc/nginx/sites-available/default nginx 시작,재시작 sudo service nginx start sudo service nginx restart
ubuntu 서버에 Nginx 설치 최신으로 업데이트 leannet.tistory.com/43 Ubuntu 서버 최신 상태 유지 sudo apt-get update -y sudo apt-get dist-upgrade -y leannet.tistory.com Nginx 설치 sudo apt-get install nginx 서버 시작 sudo service nginx start 상태보기 sudo service nginx status 버젼 확인 nginx -v 재부팅 자동 실행 sudo systemctl enable nginx.service ubuntu 서버에 사용하는 LISTEN port확인 netstat -nap | grep LISTEN 너무 많이 나와서 내가 사용할 8398이 사용중인지 확인 netstat -nap | grep 8398 없..
ubuntu 서버에 node.js 15.X 설치 https://github.com/nodesource/distributions/blob/master/README.md nodesource/distributions NodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub. github.com 깃에서 확인을 해보니 ubuntu 설치 방법이 나와 있다 아래 처럼 하면 된다. Node.js v15.x: # Using Ubuntu curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - sudo apt-get install -y nodejs ..
Ubuntu 서버 최신 상태 유지 sudo apt-get update -y sudo apt-get dist-upgrade -y
VM에 ubuntu 20.04 LTS 설치 VMware에 ubuntu LTS 버젼을 설치하기 위해서 ubuntu 공식 사이트에 접속 한다. 'ubuntu.com/download/server Get Ubuntu Server | Download | Ubuntu Get Ubuntu Server one of three ways; by using Multipass on your desktop, using MAAS to provision machines in your data centre or installing it directly on a server. ubuntu.com 위에 페이지에 접속하고 option3을 선택 한다. 그런 뒤에 Download Ubuntu Server 20.04.1 LTS 를 눌러 라이브 서버를 다운을 받는다. VMware 에서 ..
nginx 에서 오류 확인 방법 journalctl -xe 이것으로 오류 확인 하는 방법도 있는데 그냥 영어가 길다~~~ 그래서 sudo nginx -t 하면 알아서 오류나는 곳에서 멈춘다 ㅎㅎ 내경우는 오타가 문제였다..... 리눅스 명령어도 공부가 필요하다.
시작 이제 시작이다. 너무 무리 하게 말고 우선 서버 및 개발 환경구축 부터 진행을 하자. 아래는 flowchart 뒤지다가 본 오픈소스이다. github.com/vanila-io/wireflow vanila-io/wireflow Wireflow - user flow chart real-time collaborative tool - vanila-io/wireflow github.com 모든 역활을 해야 하지만 혼자서 모든 포지션을 다 해보는 것도 나쁘지 않은 선택일 것 같다. 지금 일도 현업 회의 부터 개발 일정 및 QA까지 다하니 서버쪽 기술을 배운다는 마음으로 진행하고 무튼 참으로 쓸것 없는 레거시 시스템 담당 이력서에서 새로운 것들을 추가하는 목표로 나아가 보자. 파이팅.