Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Folder>
<name>Seattle Meshnet Project Coverage</name>
<visibility>0</visibility>
<open>1</open>
<description>Coverage map showing an overlay of Seattle Meshnet Project nodes.</description>
<NetworkLink>
<name>ALTspace</name>
<visibility>0</visibility>
130|joan:/ $ logcat --pid=8407
--------- beginning of main
03-23 21:01:34.398 8407 8407 I art : Starting a blocking GC AddRemoveAppImageSpace
03-23 21:01:34.437 8407 8407 I MultiDex: VM with version 2.1.0 has multidex support
03-23 21:01:34.438 8407 8407 I MultiDex: Installing application
03-23 21:01:34.438 8407 8407 I MultiDex: VM has multidex support, MultiDex support library is disabled.
03-23 21:01:34.469 8407 8407 W PartProvider: onCreate()
03-23 21:01:34.644 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.RotateSignedPreKeyListener scheduling for: 1522018699323
03-23 21:01:34.655 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.DirectoryRefreshListener scheduling for: 1521889099325
03-23 21:01:34.661 8407 8407 I org.webrtc.Logging: NativeLibrary: Loading native library.
@danry25
danry25 / Installed-packages
Created October 21, 2018 22:49
Debian 8 Jessie FusionPBX-Install.sh
acl
acpi
acpi-support-base
acpid
adduser
apt
apt-listchanges
apt-transport-https
apt-utils
aptitude
@danry25
danry25 / Installed-packages
Created October 21, 2018 22:49
Debian 9 Stretch FusionPBX-Install.sh
adduser
apt
apt-transport-https
apt-utils
aptitude
aptitude-common
at
base-files
base-passwd
bash
@danry25
danry25 / gist:540f4b43c76404ad883588128d7f380f
Created December 19, 2018 21:53
Mozilla DeepSpeech - VAD Comparison
Manually Transcribed
Thank you for calling Pioneer Plumbing and Sewer, we are currently closed. If you have an after hours emergency please press one to reach our answering service. If you'd like a callback during normal business hours please press two to leave a message. For our accounting department please press three and for a list of extension please press four.
DeepSpeech Original (no webrtcvad)
thank you for calling pioneer plumbing and the poor we are currently closed if you have an after hour the mergency please press one to reach our answer in service if you'd like a callbackdorinnormal business hours please press two to leave a message for our counting department please press tree and for a list of extension please press forh
DeepSpeech Frontend (20ms/40ms by default) - https://github.com/AccelerateNetworks/DeepSpeech_Frontend/blob/master/deepspeech_frontend/__init__.py#L114
an i recalling pioneer pluming and seer we are currently closed if you have an after hour the mergency please press one to r
@danry25
danry25 / autossh-jump-rtunnel.service
Last active June 11, 2019 22:38
Automatic ssh tunneling using autossh & systemd
[Unit]
Description=AutoSSH reverse tunnel service for remoteserver 6667 -> 22
After=network.target
[Service]
Environment="AUTOSSH_GATETIME=0"
ExecStart=/usr/bin/autossh -M 0 -o "ExitOnForwardFailure=yes" -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -NR 6667:127.0.0.1:22 user@remoteserver -i /root/.ssh/id_ed25519
[Install]
WantedBy=multi-user.target
@danry25
danry25 / pre-recorded-page.xml
Created June 24, 2019 23:37
Pre-recorded Page (Freeswitch/FusionPBX)
<extension name="pre-recorded-page" continue="false" uuid="24adf0a7-b215-4083-9b35-c48c01ce3b08">
<condition field="destination_number" expression="^\*9222$" break="on-true">
// Need to call extension 1000 and connect/bridge it to recording 1 (called below)
<action application="lua" data="streamfile.lua recording1.wav"/>
</condition>
</extension>
@danry25
danry25 / {$mac).xml
Created October 9, 2020 02:30
Snom PA1 Provisioning Template
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings e="2">
<display_method perm="">display_name_number</display_method>
<keyboard_lock perm="">off</keyboard_lock>
<enable_keyboard_lock perm="">off</enable_keyboard_lock>
<transfer_on_hangup perm="">on</transfer_on_hangup>
<update_policy>auto_update</update_policy>
<firmware_status>http://{$domain_name}{$project_path}/app/provision/?mac={$mac}&amp;filename_firmware-{$mac}.xml</firmware_status>
<date_us_format>off</date_us_format>