I hereby claim:
- I am buckyball on github.
- I am sven (https://keybase.io/sven) on keybase.
- I have a public key whose fingerprint is E345 D0A4 EB9A 099F 56EA 2CB5 0E49 02CA 52BF 3F96
To claim this, I am signing this object:
# Description: | |
# Find the latest Bitcoin price in specified currency | |
# | |
# Dependencies: | |
# "cheerio": "" | |
# | |
# Configuration: | |
# None | |
# | |
# Commands: |
<div id="pommes" class="mayo ketchup"> | |
<div class="bildueberschrift">ueberschrift</div> | |
<!-- http://www.khaosok-treehouse.com/images/tours/tubing%20sok%20river%20tree%20house%205.jpg --> | |
<p class="unterschrift"> | |
das ist ein abschnitt | |
</p> |
#!/bin/bash | |
# | |
# run this within the dir containing the cam images | |
# | |
# replace moviename, xx, yy with the values you prefer | |
# the resulting movie file will be named according the | |
# parameters you choosed | |
# | |
### PARAMETERS: | |
# |
I hereby claim:
To claim this, I am signing this object:
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Install-WindowsUpdate -getUpdatesFromMS -acceptEula -SuppressReboots | |
cinst GoogleChrome | |
cinst notepadplusplus.install | |
cinst VirtualCloneDrive | |
cinst teamviewer | |
cinst filezilla | |
cinst javaruntime | |
cinst sysinternals | |
cinst putty |
First, install nginx for mac with "brew install nginx". | |
Then follow homebrew's instructions to know where the config file is. | |
To use https you will need a self-signed certificate. | |
Edit /usr/local/etc/nginx/nginx.conf: | |
-------------------- |