본문 바로가기

IT/Linux

(5)
Ubuntu VIM Plugin Vundle Setting sudo apt-get update sudo apt-get upgrade sudo apt-get install git ( git 없을시 진행 ) sudo apt-get install vim git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vi ~/.vimrc 아래 항목 입력 후 Plugin 입력 set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' call vundle#end() 저장 후 아래 명령어 수행 vim +PluginInstall +qall - Vim Option " VIM 옵션 syntax on" 구문강조 ..
Volta, NodeJs, PM2 Setup 환경 : CentOS7 1. Volta Setup docs.volta.sh/guide/getting-started Getting Started | Volta Getting Started Unix Installation On most Unix systems, you can install Volta with a single command: curl https://get.volta.sh | bash For bash, zsh, and fish, this installer will automatically update your console startup script. If you wish to prevent modi docs.volta.sh curl https://get.volta.sh | bash 2. Nod..
Jenkins Config.xml 수정 후 Reload [CLI사용] Jenkins Config.xml 수정 후 Reload [CLI사용] Config.xml 값 수정시 Jenkins 서버에 바로 반영이 진행되지않음 Manager Jenkins -> Reload Configuration from disk 진행 필요 아래 호출로 바로 reload 가능 파일은 http://jenkins/cli/ 에서 down 가능 java -jar jenkins-cli.jar -s [JENKINS_URL] -auth [ID:PW] reload-configuration XML 수정 Code import xml.etree.ElementTree as ET configPath = 'jenkins path' jobName = 'job name' configFile = co..
zsh setup 기본이 되는 zsh setup sudo apt install -y zsh wget or curl setup sudo apt install -y wget or sudo apt install -y curl git setup (소스코드가 github에 관리되기 때문에 설치) sudo apt install -y git Oh-My-Zsh Setup via curl or via wget setup sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" or sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas..
SVN SasLDB User Control SVN SasLDB User Control User 생성 saslpasswd2 -c -u realm ID realm : svn저장소 경로의/conf/svnserve.conf 파일의 realm = realm) User 삭제 saslpasswd2 -d -u realm ID