Skip to content

Instantly share code, notes, and snippets.

View nfreader's full-sized avatar
🏳️‍🌈

Nick nfreader

🏳️‍🌈
View GitHub Profile
ssh [email protected] "cat ~/.ssh/id_rsa.pub | ssh $2 'mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys; exit;' exit;"
<div class="Search"><?php
$Form = Gdn::Factory('Form');
$Form->InputPrefix = '';
echo
$Form->Open(array('action' => Url('/search'), 'method' => 'get')),
$Form->TextBox('Search'),
$Form->Button('Go', array('Name' => '')),
$Form->Close();
?></div>