Skip to content

Commit 448ff8f

Browse files
author
Mike Wendt
committed
Adding virtualbox til and first article
1 parent d626623 commit 448ff8f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ to manage.
1414
* [Screen](#screen)
1515
* [Ubuntu](#ubuntu)
1616
* [Vim](#vim)
17+
* [VirtualBox](#virtualbox)
1718

1819
---
1920

@@ -38,6 +39,10 @@ to manage.
3839

3940
- [My Evolving .vimrc File](vim/.vimrc)
4041

42+
### VirtualBox
43+
44+
- [Clipboard Stops Working](virtualbox/clipboard-stops-working.md)
45+
4146
---
4247

4348
## About

virtualbox/clipboard-stops-working.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Clipboard Stops Working
2+
3+
### Shared Clipboard Breaks with Linux
4+
5+
One liner to restart service so you can copy away:
6+
7+
```
8+
pkill -f VBoxClient; VBoxClient --clipboard
9+
```
10+
11+
### Source
12+
* https://superuser.com/questions/536827/virtualbox-bidirectional-clipboard-sharing-stops-working-after-some-time-on-a-li#790925

0 commit comments

Comments
 (0)