-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #537 from dejavuhyo/patch-2024-09-20
feat(posts): create 2024-09-20-ubuntu-virtual-environments-copy-paste
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
_posts/linux/2024-09-20-ubuntu-virtual-environments-copy-paste.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: VMware Workstation에서 Ubuntu 가상환경 복사 붙여넣기 활성화 방법 | ||
author: dejavuhyo | ||
date: 2024-09-20 08:53:00 +0900 | ||
categories: [DevOps, Linux] | ||
tags: [vmware-workstation, vmware-copy-paste, vmware-ubuntu, 가상환경-복사-붙여넣기] | ||
--- | ||
|
||
## 1. 문제점 | ||
VMware Workstation에서 Host PC인 윈도우 환경과 Ubuntu 가상 환경에서 복사-붙여넣기가 안되는 문제가 있다. | ||
|
||
## 2. 해결방법 | ||
|
||
### 1) Vm Tools 설치 | ||
vm-tools를 설치해서 Host PC와 Ubuntu 가상 환경이 통신할 수 있는 환경을 설치한다. | ||
|
||
```shell | ||
$ sudo apt-get update | ||
$ sudo apt-get install open-vm-tools-desktop | ||
``` | ||
|
||
### 2) Options 설정 | ||
|
||
![settings](/assets/img/2024-09-20-ubuntu-virtual-environments-copy-paste/settings.png) | ||
|
||
![options](/assets/img/2024-09-20-ubuntu-virtual-environments-copy-paste/options.png) | ||
|
||
## [출처 및 참고] | ||
* [https://pgh268400.tistory.com/515](https://pgh268400.tistory.com/515) |
Binary file added
BIN
+29.2 KB
assets/img/2024-09-20-ubuntu-virtual-environments-copy-paste/options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+50.7 KB
assets/img/2024-09-20-ubuntu-virtual-environments-copy-paste/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.