I hereby claim:
- I am ataliba on github.
- I am cybernetus (https://keybase.io/cybernetus) on keybase.
- I have a public key whose fingerprint is 71E1 16F6 2B17 DF3A 39EC C8DE A4A6 A10D 60D8 0774
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
And finally, I am proving ownership of the github account by posting this as a gist. | |
### My publicly-auditable identity: | |
https://keybase.io/cybernetus | |
### From the command line: | |
Consider the [keybase command line program](https://keybase.io/download). |
### Keybase proof | |
I hereby claim: | |
* I am ataliba on github. | |
* I am cybernetus (https://keybase.io/cybernetus) on keybase. | |
* I have a public key whose fingerprint is 7188 C5A7 8798 1EB5 3EFD 2A3E F235 8449 7999 C381 | |
To claim this, I am signing this object: |
#!/bin/sh | |
{ | |
RBL="http://www.spamhaus.org/drop/drop.lasso" | |
IPTABLES="/sbin/iptables" | |
# INICIANDO O PROCESSAMENTO DA RBL | |
rm -rf /tmp/lasso | |
mkdir /tmp/lasso | |
cd /tmp/lasso |
#!/bin/sh | |
# | |
# Mysql-test | |
# A little script to test if you mysql or mariadb is running. | |
# If the database is up, only logs, if the database is down, the script starts the database again | |
# Test on a Ubuntu Server | |
# | |
# Author: Ataliba Teixeira | |
# | |
######################################################################### |
package com.foo.app; | |
import android.app.Activity; | |
import android.app.AlertDialog; | |
import android.content.DialogInterface; | |
import android.graphics.Bitmap; | |
import android.os.Bundle; | |
import android.view.KeyEvent; | |
import android.view.Menu; | |
import android.view.MenuItem; |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" | |
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin" | |
android:paddingRight="@dimen/activity_horizontal_margin" | |
android:paddingTop="@dimen/activity_vertical_margin" | |
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"> | |
<ProgressBar | |
android:layout_centerHorizontal="true" | |
android:layout_height="wrap_content" |
<uses-permission android:name="android.permission.INTERNET"/> |
package com.foo.app; | |
import android.app.Activity; | |
import android.app.AlertDialog; | |
import android.content.DialogInterface; | |
import android.graphics.Bitmap; | |
import android.os.Bundle; | |
import android.view.KeyEvent; | |
import android.view.Menu; | |
import android.view.MenuItem; |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Ataliba Teixeira - https://github.com/ataliba | |
# Simple script to use on Zabbix Notification ( based on https://github.com/GabrielRF/Zabbix-Telegram-Notification ) | |
# | |
import telebot,sys | |
# your bot token |