Package 14

winget package manager

Winget https://winget.run/ https://github.com/winget-run App Installer 앱 설치 관리자 https://github.com/microsoft?q=winget https://github.com/microsoft/winget-cli/releases에서 다운로드 후 설치하는게 속 편함. https://github.com/microsoft/winget-pkgs 명령어 C:\Users\username> winget Windows Package Manager v0.2.10771 미리 보기 Copyright (c) Microsoft Corporation. All rights reserved. 원넷 명령줄 유틸리티를 사용하면 명령줄에서 응용 프로그램 및 기타 패키지..

os/Window 2021.03.29

scoop auto update, reset, clean

자동등록 scoop를 스케줄러인 예약작업에 등록해서 자동으로 업데이트 하도록 처리힌다. cmd+s > 예약작업 검색 후 예약작업 등록 명령어는 아래 내용 등록한다. scoop 위치 : C:\Users\username\scoop\shims\scoop.cmd scoop update * scoop reset * scoop cleanup * scoop cache rm * scoop update * && scoop reset * && scoop cleanup * && scoop cache rm * scoop update *; scoop reset *; scoop cleanup *; scoop cache rm * 명령어 update * : 설치한 모든 app을 업데이트 한다. reset * : 설치한 모든 app을..

os/Window 2019.03.30

Docker for CentOS7

Get Docker CE for CentOS Index of /linux/centos/7/x86_64/stable/Packages/ CentOS Docker OS requirements Docker CE를 설치하려면 CentOS 7의 64 비트 버전이 필요합니다. 저장소 설치 # 필수 유틸리티 설치, yum-utils는 yum-config-manager, device-mapper-persistent-data 및 lvm2는 devicemapper 저장 장치 드라이버에 필요. sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # 저장소 설정 sudo yum-config-manager \ --add-repo \ https://download.d..

virtual/Docker 2017.07.31

n 을 이용한 nodejs 설치 및 관리

CentOs yum install nodejs yum install npm npm install n -g n stable # v6.0.0 설치 n -v # yum 설치 버전 yum remove nodejs # yum 설치 버전 제거 # 로그아웃 후 재 로그인 n -v #v6.0.0 확인 npm update npm -g Ubuntu apt-get install nodejs, npm 이 후 n 설치 부터 동일 Mac brew install node npm -g install n # 최신 버전 설치 sudo n latest # LST 버전 설치 sudo n lts # 버전 설치 sudo n 12.19.0 # 설치되 node 목록 n ls # node 변경 n # 상/하 이동 후 선택

lang/node 2016.05.13

npm CLI Commands

npmjs.com docs.npmjs.com CLI Commands access게시된 패키지에 설정된 액세스 수준 adduser저장소 사용자 계정 추가 binnpm bin 폴더 표시 bugs웹 브라우저에서 패키지 버그 Maybe(있다면?) build패키지 빌드 bundleREMOVED cache패키지 캐시 관리 completionnpm 탭 완료 configNPM 구성 파일 관리 dedupe중복 감소(제거) deprecate비추천 패키지 dist-tag패키지 배포 태그 수정 docs웹 브라우저에서 패키지 문서 Maybe(있다면?) edit설치 패키지 수정 explore설치 패키지 찾기 helpnpm 도움말 help-searchnpm 도움말 검색 initpackage.json 파일을 생성 install패키지..

lang/node 2016.02.18

Mac OSX 에서 htop

Homebrew 설치하기 How do I install htop inside mac os x brew는 git, ruby 기반으로 되어 있고 루비를 안다면 쉽게 수정이나 해킹이 가능합니다. Homebrew 설치 # 설치 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # 설치 위치 및 패키기 확인 cd /usr/local/Celler Celler/wget/1.16.3 Cellar/wget/1.16.3/bin/wget Cellar/wget/1.16.3/shar/man/man1/wget.1 ls l bin bin/wget@ -> ../Cellar/wget/1.16.3/bin/wget 유용한 패키지..

os/MAC 2015.10.30
반응형