Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:
Permalink: git.io/vps
Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
---|
Permalink: git.io/vps
Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
---|
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
'''amfid_patch.py - Pedro José Pereira Vieito © 2016 | |
This script can patch macOS 10.12.2 amfid daemon on memory | |
to allow arbitrary entitlements in Developer ID signed binaries. | |
Killing amfid will make the patch disapear: | |
$ sudo kill -9 `pgrep amfid` | |
You must run the script as a root (sudo) and with SIP disabled. |
#!/bin/bash -e | |
# Wrapper for the toggle_alfred_theme.py script at | |
# https://gist.github.com/deanishe/ce442c3a768adedc9c39 | |
# (where this script also comes from) | |
# | |
# The purpose of this wrapper is to enable you to update the Python script | |
# without having to edit the script to change the settings each time. You keep | |
# them in here instead, and this script should hopefully prove dumb enough | |
# to require little updating... |
#!/bin/bash | |
# This is a draft but it works | |
# FIRST (I don't even know if it works but we'll assume yes) | |
# sudo launchctl list | |
# sudo launchctl disable system/netbiosd | |
# sudo launchctl disable system/parsecd | |
# sudo launchctl disable system/parentalcontrols.check | |
# sudo launchctl disable system/airportd |
# Tested on OSX Yosemite 10.10.4 | |
# there is also an updated version (work in progress) for El Capitan here https://gist.github.com/guycalledseven/31ffe35eca056838b06b | |
# XXX TODO | |
# should I disable com.google.Keystone.Agent ?? | |
# http://applehelpwriter.com/2014/07/13/how-to-remove-googles-secret-update-software-from-your-mac/ | |
# Stop DS_Store file creation on network connections | |
# restart Finder afterwards |
#EXTM3U | |
#EXTINF:0,89.80 | Dromos, Athens (Greek Mainstream) HQ - DROMOS FM | |
http://dromos898.live24.gr/dromos898 | |
#EXTINF:0,102.2 | Sfera, Athens (Greek Mainstream) HQ - www.sfera.gr | |
http://sfera.live24.gr/sfera4132 | |
#EXTINF:0,92.30 | Lampsi, Athens (Greek Mainstream) LQ - Lampsi 92.3 | |
http://lampsi2-lh.akamaihd.net/i/live_1@324565/master.m3u8 | |
#EXTINF:0,94.90 | Rythmos, Athens (Greek Mainstream) MQ - Rythmos 94.9 | |
http://rythmos1-lh.akamaihd.net/i/live_1@334542/master.m3u8 | |
#EXTINF:0,106.4 | Radio Argosaronikos, Nauplio (Greek Mainstream, Folk) HQ - RADIO ARGOSARONIKOS 106,4FM |
#!/bin/bash | |
# | |
# Open new Terminal tabs from the command line | |
# | |
# Author: Justin Hileman (http://justinhileman.com) | |
# | |
# Installation: | |
# Add the following function to your `.bashrc` or `.bash_profile`, | |
# or save it somewhere (e.g. `~/.tab.bash`) and source it in `.bashrc` | |
# |
############################################################## | |
# julia first test = test.jl | |
# running on Windows 64 with Commit 7076ab06f1 (2012-10-15) | |
# | |
# Julia runs in the crappy Windows terminal (autohotkey is one way out) | |
# - make sure QuickEdit is on | |
# - select with mouse and <enter> to copy | |
# - right click with mouse to paste | |
# AutoHotKey script -- ctl-F5 copies cur line; ctl-f6 pastes clipboard to console | |
# |