ubuntu

카테고리 없음

Ubuntu Server에서 Window Local로 파일 쉽고 빠르게 옮기기

SCP -> local host와 remote host간에 안전하게 FILE 복사가 가능한 Protocol이다. 서버에 있는 파일을 local로 옮기고 싶다면 아래 과정을 그냥 따라하면 된다. 1. WinSCP Download https://winscp.net/download/WinSCP-5.13.1-Setup.exe Downloading WinSCP-5.13.1-Setup.exe :: WinSCP You are not downloading the latest release. If this was not intentional, please go back to download page. The WinSCP-5.13.1-Setup.exe is WinSCP installer. It installs both W..

Programming/Docker

[Docker] Ubuntu 20.04에 Docker 설치하기

https://docs.docker.com/engine/install/ubuntu/ Install Docker Engine on Ubuntu docs.docker.com 위의 사이트를 참고해서 작성하였습니다. 전제조건은 아래와 같습니다. Prerequisites Ubuntu Focal 20.04 (LTS) Ubuntu Bionic 18.04 (LTS) 우분투에 Docker를 설치하기 위해서 Installation methods 1. Set up the repository $ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release 2. Add Docker’s official GPG key: $ curl..

기타/Error

[VMware Ubuntu]글 드래그 앤 드랍, 복사 붙여넣기 안 될 때 해결방법

VMWare로 리눅스를 처음 설치하였을 때, 외부(윈도우와 같은 OS)에서 글을 복사하여 리눅스로 붙여넣는 동작이 안되는 경우가 있어서 인터넷에 검색해봤다. 처음엔 위의 사진처럼 시작전 Setting 화면에서 Option Enabled을 해줬는데, 똑같이 안돼서 다시 검색했음.. 보니까, 따로 VMWare에서 Tool을 제공하고 있어서 설치를 해줘야한다. 나는 이미 설치를 해줘서 클릭이 안되는데, install VMware Tools를 눌러주고 setting에서 shared folders 허용하고 적용한다. # 설치된 vm tool 제거 sudo apt-get autoremove open-vm-tools 우분투에서 아래 명령으로 open vm tools 설치할 수 있다. # 도구 설치 sudo apt-g..

꾸준표
'ubuntu' 태그의 글 목록