This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Note: This command was automatically generated by the create-new-search-command command. | |
CmdUtils.makeSearchCommand({ | |
name: "lmgtfy-let-me-google-that-for-you", | |
url: "http://lmgtfy.com/?q={QUERY}", | |
icon: "http://lmgtfy.com/favicon.ico", | |
description: "Searches lmgtfy.com" | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.makeBookmarkletCommand({ | |
name: "Resize Window", | |
javascript:window.resizeTo(1280,720);window.location="about:blank", | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
=skin= | |
@name Tranquility | |
@author Zach Lym, based on Simpliquity by Yatrik Solanki, | |
@homepage http://gist.github.com/189622 | |
@email [email protected] | |
@license MPL/LGPL/GPL | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>textInput</title> | |
<meta name="author" content="indolering" /> | |
<meta name="description" content="simple text input box" /> | |
<script type="text/javascript" src="http://meemoo.org/meemoo/v1/meemoo-min.js"></script> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set user to "PIA-USERNAME" | |
set pass to "PIA-PASSWORD" | |
set macAddHash to do shell script "/sbin/ifconfig en0 | /usr/bin/awk '/ether / {print $2}' | /usr/bin/tr -d ':' | md5 " | |
set vpn_ip to do shell script "ifconfig tun0 | grep inet | awk '{print $2}'" | |
set vpn_port to do shell script "curl -d \"user=" & user & "&pass=" & pass & "&client_id=" & macAddHash & "&local_ip=" & vpn_ip & "\" https://www.privateinternetaccess.com/vpninfo/port_forward_assignment | grep -oE \"[0-9]+\"" | |
do shell script "defaults write org.m0k.transmission BindPort " & vpn_port & "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set user to "USERNAME" | |
set pass to "PASSWORD" | |
--set token automatically based on macaddress | |
set macAddHash to do shell script "/sbin/ifconfig en0 | /usr/bin/awk '/ether / {print $2}' | /usr/bin/tr -d ':' | md5 " | |
try | |
set vpn_ip to do shell script "ifconfig tun0 | grep inet | awk '{print $2}'" | |
--hack: must delete property before writing it but first run 'defaults delete' fails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@i-b6c9eac3:~$ wget http://dot-bit.org/files/namecoin_linux32.tgz | |
--2013-08-19 02:23:20-- http://dot-bit.org/files/namecoin_linux32.tgz | |
Resolving dot-bit.org (dot-bit.org)... 178.32.102.200 | |
Connecting to dot-bit.org (dot-bit.org)|178.32.102.200|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1762125 (1.7M) [application/x-gzip] | |
Saving to: `namecoin_linux32.tgz' | |
100%[====================================================================================================>] 1,762,125 1.43M/s in 1.2s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"users": { | |
"root": { | |
"configs": { | |
"ajenti.plugins.notepad.notepad.Notepad": "{\"bookmarks\": []}", | |
"ajenti.plugins.fm.fm.FileManager": "{\"root\": \"/\"}", | |
"ajenti.plugins.terminal.main.Terminals": "{\"shell\": \"sh -c $SHELL || sh\"}", | |
"ajenti.plugins.dashboard.dash.Dash": "{\"widgets\": [{\"index\": 0, \"config\": null, \"container\": \"0\", \"class\": \"ajenti.plugins.dashboard.welcome.WelcomeWidget\"}]}" | |
}, | |
"password": "password", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"map": { | |
"*": { "alias" : "www.mationn.com." } | |
} |