View Abyss.js
// | |
// Abyss.js | |
// BeardedSpice | |
// | |
// Created by Farhan Ahmad on 12/2/2018. | |
// Copyright (c) 2016 GPL v3 http://www.gnu.org/licenses/gpl.html | |
// | |
// We put the copyright inside the file to retain consistent syntax coloring. |
View facebook-photo-download.go
package main | |
/* | |
* A simple go program to download all the high resolution pictures from your facebook albums. | |
* | |
* To run this: | |
* 1. Go to https://developers.facebook.com/tools/explorer/?method=GET&path=me&version=v2.8 | |
* 2. Get an Access Token: Get Token > Get User Access Token > Check "user_photos" | |
* 3. Paste in the app. | |
*/ |
View Asterisk Troubleshooting
$ asterisk -v | |
Asterisk 1.8.6.0, Copyright (C) 1999 - 2011 Digium, Inc. and others. | |
Created by Mark Spencer <markster@digium.com> | |
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. | |
This is free software, with components licensed under the GNU General Public | |
License version 2 and other licenses; you are welcome to redistribute it under | |
certain conditions. Type 'core show license' for details. | |
========================================================================= | |
Asterisk already running on /var/run/asterisk/asterisk.ctl. Use 'asterisk -r' to connect. |