- iocoop/documents : Public documents
- iocoop/finance : IO Cooperative Birch Girder Finance Ticket Queue (issues)
- iocoop/policies : policies
- iocoop/accounting : beancount files, raw financial data and annual reports
- iocoop/members : IO Cooperative private member documentation (wiki)
- iocoop/secure : IO Cooperative encrypted passwords and documents
- iocoop/support : Future location of support issues
- iocoop-stage/iocoop-stage : A overview repo in the
iocoop-stageGitHub organization which we're not using currently
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
| #!/usr/bin/env ruby | |
| # encoding: utf-8 | |
| # Read /Applications/Setapp to get apps already installed | |
| installed_setapp_apps = Dir.glob('/Applications/Setapp/*.app') | |
| installed_setapp_apps.map! {|app| | |
| File.basename(app,'.app') | |
| } | |
| # Grab the All Apps page from Setapp to get all available apps |
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
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| // ==UserScript== | |
| // @name Jureeka | |
| // @namespace http://www.jureeka.org | |
| // @description Turns legal citations in webpages into hyperlinks that direct you to online legal source material. | |
| // ==/UserScript== | |
| // $Id: jureeka.js 1256 2012-02-13 19:06:16Z imad $ | |
| /* | |
| Warnings: |
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
| **Example page!** | |
| This is example page of the API doc style created | |
| [Aras Pranckevičius](https://github.com/aras-p) at Unity for Morgan McGuire's | |
| [Markdeep](https://casual-effects.com/markdeep/) and now part of the official Markdeep distro. | |
| It uses content that could be an imaginary documentation page. Here would be some introduction | |
| text. | |
| ## What is this? |
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
| defaults write com.fluidapp.FluidApp2.Gmail TopBottomBrowsaPanelsEnabled -bool YES |
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
| #!/usr/bin/env bash | |
| # | |
| # Usage: dev_signed_cert.sh HOSTNAME | |
| # | |
| # Creates a CA cert and then generates an SSL certificate signed by that CA for the | |
| # given hostname. | |
| # | |
| # After running this, add the generated dev_cert_ca.cert.pem to the trusted root | |
| # authorities in your browser / client system. | |
| # |
Re: https://discussions.apple.com/thread/6108331
I upgraded my server to new hardware, hand-migrated all its data, and fixed Profile Manager’s “500 Internal Server Error” problem. My experience has been the same as the Ars commenter who wrote that OS X Server is “extremely fragile, and when it breaks it breaks severely and inscrutably.”
The online documentation to rebuild and/or fix OS X Server is sparse and inadequate, so I’ve posted my ultimately successful steps here.
- Download/clone https://github.com/matttrent/ibooks-highlights
pip3 install clickbrew install libyaml- cd to cloned copy
sudo python3 setup.py install- copy templates from ibook_highlights/templates to /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ibooks_highlights-0.1.0-py3.6.egg
- Create directoy to hold your notes.
mkdir ~/Documents/Annotations cd ~/Documents/Annotations