The setup installs the following software:
- Nginx
- MySQL
- PHP
- Node
- Composer
{"lastUpload":"2021-10-29T17:44:24.979Z","extensionVersion":"v3.4.3"} |
#!/usr/bin/env bash | |
fname="videos.csv" | |
# Loop through each line | |
sed 1d videos.csv | while IFS="," read -r count id title plays likes url; do | |
echo "$title - $url" | |
wget $url -O "$title.mp4" | |
done |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# If container_sync | |
# enable swift2 | |
# configure swift and swift2 with container_sync configs (execute extra script at end) | |
# If dvr | |
# enable compute2 | |
# configure compute and compute2 for dvr |
UPDATES:
This is a very rough script to export your octopress files to Ghost. You will still need to check your data but it will give you a head start. Feel free to fork and optimize the script for your purpose.
The following should be considered:
source/_posts
directory# 4 Things To Do to Get Asana Alfred Workflow Setup | |
All the data you collect below must be added to the ruby scripts in the Alfred workflow: | |
1. insert asana API Key (access via Account Settings in Asana) | |
2. insert workspace id. In terminal: curl -u your_api_key https://app.asana.com/api/1.0/workspaces | |
3. insert project id. In terminal: curl -u your_api_key https://app.asana.com/api/1.0/projects | |
4. insert your email address | |
# Your System Also Needs the Follow Ruby Gems |
var jsonSample = { | |
"Vacation": { | |
"StartDate": "/Date(1366182000000)/", | |
"EndDate": "/Date(1368169200000)/", | |
"Trips": [{ | |
"Name": "Fun in the Sun", | |
"Origin": { | |
"Location": "Iowa City, IA", | |
"Date": "/Date(1367046000000)/", | |
"DateFormatted": "Saturday, April 27th 2013" |