Skip to content

Instantly share code, notes, and snippets.

View yudistiraashadi's full-sized avatar

Yudistira Ashadi yudistiraashadi

  • Surabaya, Indonesia
View GitHub Profile
@yudistiraashadi
yudistiraashadi / homestead-manual-install.md
Created December 2, 2017 02:49 — forked from idecardo/homestead-manual-install.md
Laravel Homestead Manual Installation

Getting Started

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Read more...

Download

Download homestead box using this link:

@yudistiraashadi
yudistiraashadi / xclip_ssh_rsa.sh
Created October 4, 2018 14:58 — forked from orendon/xclip_ssh_rsa.sh
linux copy ssh rsa key, xclip xsel pbcopy
xclip -sel clip < ~/.ssh/id_rsa.pub
# in case you get a display null error
DISPLAY=:0 xclip -sel clip < ~/.ssh/id_rsa.pub
# osx
pbcopy < ~/.ssh/id_rsa.pub