os 222

scoop.ps1 Error

not found scoop.ps1 & : 'C:\Users\uncao\scoop\apps\scoop\current\bin\scoop.ps1' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로 그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십 시오. 위치 줄:1 문자:3 + & 'C:\Users\uncao\scoop\apps\scoop\current\bin\scoop.ps1' update;exi ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\uncao\...t\bin\scoo..

os/Window 2018.09.29

Scoop Bucket Wiki

Scoop Bucket Wiki # 일반적인 버킷 추가 및 추가 기능 설치 scoop bucket add extras scoop bucket add nonportable scoop update scoop install aria2 curl sudo git git-with-openssh vim Bucket 저장소 In Scoop, buckets are collections of apps. Or, to be more specific, a bucket is a Git repository containing JSON app manifests which describe how to install an app. 스쿠프에서 버킷은 앱의 모음이다. 또는 버킷은 응용 프로그램 설치 방법을 설명하는 JSON 첨부 매니페스트..

os/Window 2018.09.15

Scoop - Command-line Install Manager

Scoop A command-line installer for Windows Scoop - Github.com Documentation 윈도우 명령줄 설치관리자 Make sure Powershell 3 (or later) and .NET Framework 4.5 (or later) are installed. Then run: Powershell 3와 .NET Framework 4.5이 사전 설치 되어 있다면 아래 명령어로 실행할 수 있다. Requirement Windows 7 SP1+ / Windows Server 2008+ PowerShell 3 (or later) and .NET Framework 4.5+ PowerShell must be enabled for your user account e.g..

os/Window 2018.09.13

boot full 용량문제

/boot is 100% full, apt-get purge linux-image-x.x.x.x-generic won't work 우분투(ubuntu) 부팅 공간 확보 :: 살만한 세상 만들기 Remove all packages marked as rc by dpkg 패키지가 제거는 되었지만 설정이 남아 있는 경우 /boot 용량문제 ### /boot 용량확인 df -h Filesystem Size Used Avail Use% Mounted on .... /dev/sda1 228M 223M 0 100% /boot .... ### /boot 용량확인 du -sh /boot 223M /boot ### /boot 관련 dpkg 확인 # dpkg -l "linux*" dpkg -l | grep "linux.*im..

os/Ubuntu 2018.08.15

apt update xxxx-xxxx.ucf-dist 파일 에러

20auto-upgrades.ucf-dist' in directory /etc/apt/apt.conf.d/ error fix 50unattended-upgrades.ucf-dist 파일네임 형식이 맞지 않아서 무시했다. apt update .... N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension /etc/apt/apt.conf.d/ 에 50unattended-upgrades, 50unattended-upgrades.ucf-dist 가 있다. 문제가 되는 50unattended-upgrades.ucf-dist 파일을 삭제한다.

os/Ubuntu 2018.08.14

Backup rsync

How to Use rsync to Backup Your Data on LinuxHow to Backup Linux? 15 rsync Command Examples Installation # Ubuntu sudo apt-get install rsync # CentOs yum install rsync Backup (내부 백업) # Directory1 에서 Directory2로 백업 rsync -av --delete /Directory1/ /Directory2/ Options -a 재귀 (디렉토리로 반복), 링크 (심볼릭 링크로 심볼릭 링크 복사), perms (사용 권한 유지), 시간 (수정 시간 보존), 그룹 (그룹 보존), 소유자 (소유자 보존), 장치 파일 보존 및 특수 보존 파일. (단 전송시 타임..

os/Linux 2018.07.24
반응형