Skip to content

Instantly share code, notes, and snippets.

View teotikalki's full-sized avatar

Teoti Nathaniel teotikalki

  • House of Tau, Township of Teotihuacanata, Hyperborea RELIC Commons
  • Ontario, Canada
View GitHub Profile
@teotikalki
teotikalki / advancedsettings.xml
Created December 24, 2017 15:26 — forked from htpcBeginner/advancedsettings.xml
AdvacedSettings.xml for Kodi with MySQL and other tweaks.
<!-- General Settings -->
<advancedsettings>
<loglevel hide="true">-1</loglevel> <!-- Comment: Disables logging -->
<playcountminimumpercent>95</playcountminimumpercent>
<skiploopfilter>0</skiploopfilter> <!-- Comment: For RPi or similar use 16 or higher (low CPU usage) -->
<nodvdrom>true</nodvdrom>
<!-- MySQL Library -->
<videodatabase>
<type>mysql</type>
@teotikalki
teotikalki / slack_history.py
Created December 23, 2017 12:16 — forked from Chandler/slack_history.py
Download Slack Channel/PrivateChannel/DirectMessage History
# MIT License
# Copyright (c) 2016 Chandler Abraham
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
If you need tuntap in an lx-zone, you are in luck, it's possible.
You need follow the instructions to build SmartOS on SmartOS:
https://wiki.smartos.org/display/DOC/Building+SmartOS+on+SmartOS
If you have built SmartOS once, this first part is easy.
1) In your "smartos-live" directory, do the following:
[... ~/smartos-live]# cp ./projects/illumos/usr/src/lib/brand/lx/zone/platform.xml ./overlay/generic/usr/lib/brand/lx/platform.xml
@teotikalki
teotikalki / keepass2john.py
Created December 17, 2017 11:26 — forked from HarmJ0y/keepass2john.py
Python port of John the Ripper's keepass2john - extracts a HashCat/john crackable hash from KeePass 1.x/2.X databases
#!/usr/bin/python
# Python port of keepass2john from the John the Ripper suite (http://www.openwall.com/john/)
# ./keepass2john.c was written by Dhiru Kholia <dhiru.kholia at gmail.com> in March of 2012
# ./keepass2john.c was released under the GNU General Public License
# source keepass2john.c source code from: http://fossies.org/linux/john/src/keepass2john.c
#
# Python port by @harmj0y, GNU General Public License
#
#!/bin/bash
## Install phpMyAdmin on ISPConfig
## Debian 8.7 or Ubuntu 16.04
## phpMyAdmin 4.6.6
cd /tmp/
wget https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-all-languages.tar.gz
tar -xf phpMyAdmin-4.6.6-all-languages.tar.gz && mv phpMyAdmin-4.6.6-all-languages myadmin