Scripts posted recently by saghul in Kelpi

1- 3 of 3.

Simple Twitter poster written in Python (with CLI)

to twitter python by saghul

#!/usr/bin/python
# -*- coding: utf-8 -*-
import urllib
import urllib2
import httplib

Simple Twitter poster written in Python

to twitter python by saghul

#!/usr/bin/python
# -*- coding: utf-8 -*-
import urllib
import urllib2
import httplib

Firewall IPTables para servidor con acceso directo a Internet

to iptables bash by saghul

#!/bin/sh

IPT="/sbin/iptables"
## FLUSH de reglas
$IPT -F
hits counter