We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d626623 commit 448ff8fCopy full SHA for 448ff8f
README.md
@@ -14,6 +14,7 @@ to manage.
14
* [Screen](#screen)
15
* [Ubuntu](#ubuntu)
16
* [Vim](#vim)
17
+* [VirtualBox](#virtualbox)
18
19
---
20
@@ -38,6 +39,10 @@ to manage.
38
39
40
- [My Evolving .vimrc File](vim/.vimrc)
41
42
+### VirtualBox
43
+
44
+- [Clipboard Stops Working](virtualbox/clipboard-stops-working.md)
45
46
47
48
## About
virtualbox/clipboard-stops-working.md
@@ -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