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
##======================================================================
## LeoFS - Manager Configuration (MASTER)
##
## See: http://leo-project.net/leofs/docs/configuration/configuration_1.html
##======================================================================
## --------------------------------------------------------------------
## SASL
## --------------------------------------------------------------------
## See: http://www.erlang.org/doc/man/sasl_app.html
##
##======================================================================
## LeoFS - Manager Configuration (MASTER)
##
## See: http://leo-project.net/leofs/docs/configuration/configuration_1.html
##======================================================================
## --------------------------------------------------------------------
## SASL
## --------------------------------------------------------------------
## See: http://www.erlang.org/doc/man/sasl_app.html
##
##======================================================================
## LeoFS - Manager Configuration (MASTER)
##
## See: http://leo-project.net/leofs/docs/configuration/configuration_1.html
##======================================================================
## --------------------------------------------------------------------
## SASL
## --------------------------------------------------------------------
## See: http://www.erlang.org/doc/man/sasl_app.html
##
##======================================================================
## LeoFS - Manager Configuration (MASTER)
##
## See: http://leo-project.net/leofs/docs/configuration/configuration_1.html
##======================================================================
## --------------------------------------------------------------------
## SASL
## --------------------------------------------------------------------
## See: http://www.erlang.org/doc/man/sasl_app.html
##
##======================================================================
## LeoFS - Gateway Configuration v1.1.0
##
## See: http://leo-project.net/leofs/docs/configuration/configuration_3.html
##======================================================================
## --------------------------------------------------------------------
## SASL
## --------------------------------------------------------------------
## See: http://www.erlang.org/doc/man/sasl_app.html
##
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
marking fifo-snarl-0.8.1 as non auto-removable
marking fifo-sniffle-0.8.1p3 as non auto-removable
marking fifo-howl-0.8.1p2 as non auto-removable
marking fifo-cerberus-0.8.1p9 as non auto-removable
[root@8d633e2d-04d3-e163-b2f0-ac38d8423b9f /data]# svcadm enable epmd
[root@8d633e2d-04d3-e163-b2f0-ac38d8423b9f /data]# svcadm enable snarl
#!/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
@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
#
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 / 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: