Slide 1

Slide 1 text

https://bit.ly/20150919-moku Remote Utility Tool Lemonade Original update by stu

Slide 2

Slide 2 text

https://bit.ly/20150919-moku About me ● Name: Pocke ● GitHub: @pocke ● Twitter: @p_ck_ ● Work: Programmer – Dev-Ops tool – CI Service – (and student) ● Gopher ● Vimmer ● Rubyist ● Arch Linux ● ThinkPad ● HHKB and more...

Slide 3

Slide 3 text

https://bit.ly/20150919-moku About me

Slide 4

Slide 4 text

https://bit.ly/20150919-moku What's the Lemonade? ● https://github.com/pocke/lemonade ● Utility tools over TCP as a Command – Open URL – Copy – Paste When we want to open URL, copy & paste text at other PC, Lemonade is very useful.

Slide 5

Slide 5 text

https://bit.ly/20150919-moku Installation ● By go get – go get github.com/pocke/lemonade ● Download binary(Windows/Linux) – Download from latest release https://github.com/pocke/lemonade/releases/latest

Slide 6

Slide 6 text

https://bit.ly/20150919-moku How do you open URL or copy & paste text at other PC? ● Manual Input ● Copy via the Internet It's very mendokusai!!! But Lemonade can solve this problem!

Slide 7

Slide 7 text

https://bit.ly/20150919-moku I found 'google.com' at Laptop. I want to open this URL at Desktop. What's the Lemonade Laptop Desktop

Slide 8

Slide 8 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade server

Slide 9

Slide 9 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade server

Slide 10

Slide 10 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade server TCP/IP

Slide 11

Slide 11 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade server

Slide 12

Slide 12 text

https://bit.ly/20150919-moku I want to copy long long text From Laptop to Desktop. What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade server

Slide 13

Slide 13 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade copy 'hoge' $ lemonade server

Slide 14

Slide 14 text

https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade copy 'hoge' $ lemonade server TCP/IP

Slide 15

Slide 15 text

https://bit.ly/20150919-moku Copied long long text without manualy input! What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade copy 'hoge' $ lemonade server

Slide 16

Slide 16 text

https://bit.ly/20150919-moku Desktop(Windows) Other uses Linux on Virtual Machine $ lemonade server Command Prompt SSH Client (e.g. PuTTY) SSH $ lemonade open \ 'http://google.com' TCP/IP

Slide 17

Slide 17 text

https://bit.ly/20150919-moku Collaborate with other application ● open-browser.vim (open browser by Vim) ● gfm-viewer (Markdown viewer) ● www (Simple web server) If other application uses xdg-open, can be collaboration!