Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Rezende committed Jan 21, 2022
1 parent 4fd7968 commit 5ad0e43
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions _posts/2020-11-04-barrier-kvm-switch.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,44 @@ categories: kvm keyboard mouse monitor
tags : [mac os, linux]
---

Barrier is an open-source kvm software.
[Barrier][4] is an open-source kvm software that allows you to control multiple computers with one
keyboard and mouse.

- Install on macOS
{% highlight shell %}
brew cask install barrier
{% endhighlight %}
It mimics the functionality of a [KVM switch][3], which historically would allow you to use a single keyboard and mouse
to control multiple computers by physically turning a dial on the box to switch the machine you're controlling at any given moment.
Barrier does this in software.

---
## Usage
Install and run barrier on each machine that will be sharing. On the machine with the keyboard and mouse, make it the server.

{% include figure image_path="/imgs/barrier.jpg" alt="Barrier running on macOS as server." caption="Barrier running on macOS as server."%}

- Install on Manjaro Linux
## OS support
Barrier works on:

- Windows 7, 8, 8.1, 10, and 11
- macOS
- Linux
- FreeBSD
- OpenBSD

## Installing on macOS
On macOS you can install it using [brew](https://brew.sh/).
{% highlight shell %}
pacman -S barrier
$ brew cask install barrier
{% endhighlight %}

Configure server and clients.
## Installing on Arch/Manjaro Linux
On Arch Linux you can install it using pacman.
{% highlight shell %}
$ pacman -S barrier
{% endhighlight %}

Links:
## Links
- [Barrier on Homebrew][1]
- [Barrier on Github][2]

[1]: https://formulae.brew.sh/cask/barrier
[2]: https://github.com/debauchee/barrier
[3]: https://en.wikipedia.org/wiki/KVM_switch
[4]: https://github.com/debauchee/barrier
Binary file added imgs/barrier.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ad0e43

Please sign in to comment.