Skip to content

Instantly share code, notes, and snippets.

View jat001's full-sized avatar

Jat jat001

View GitHub Profile
#!/usr/bin/perl
#-----------------------------------------------------------------------------
# HostInfo AWStats plugin
# This plugin allow you to add information on hosts, like a whois fields.
#-----------------------------------------------------------------------------
# Perl Required Modules: XWhois
#-----------------------------------------------------------------------------
# $Revision: 1.12 $ - $Author: eldy $ - $Date: 2004/03/27 18:09:00 $
use strict;
@jat001
jat001 / base16-monokai.soda-dark.tmTheme
Created November 11, 2013 14:42
Base16 Monokai Color Scheme for Theme Soda Dark.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>Wimer Hazenberg (http://www.monokai.nl)</string>
<key>name</key>
<string>Base16 Monokai Dark</string>
<key>semanticClass</key>
<string>base16.monokai.dark</string>
@jat001
jat001 / verification.js
Last active January 4, 2016 15:19
Two-step verification for WordPress.
var $ = jQuery;
var host = '.' + location.host;
$(document).ready(function() {
$.removeCookie('wait', {path: '/', domain: host});
});
$('#content #respond #comment').focus(function() {
if (!$.cookie('wait')) {
var timestamp = Math.round($.now()/1000);
$.getJSON('/', {'action': 'verifycode', 'timestamp': timestamp}, function(json) {
var id = '#content #respond #submit';
--------- beginning of main
03-04 14:01:10.364 0 589 I SELinux : SELinux: Loaded service_contexts from:
03-04 14:01:10.366 0 589 I SELinux : /system/etc/selinux/plat_service_contexts
03-04 14:01:10.366 0 589 I SELinux : /vendor/etc/selinux/nonplat_service_contexts
03-04 14:01:10.369 0 591 I SELinux : SELinux: Loaded service_contexts from:
03-04 14:01:10.369 0 591 I SELinux : /vendor/etc/selinux/vndservice_contexts
03-04 14:01:03.447 588 588 W auditd : type=2000 audit(0.0:1): initialized
03-04 14:01:06.059 588 588 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
03-04 14:01:06.059 588 588 W auditd : type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
03-04 14:01:10.199 569 569 W resize2fs: type=1400 audit(0.0:4): avc: denied { read } for name="swaps" dev="proc" ino=4026532171 scontext=u:r:resize:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=0
--------- beginning of main
03-07 01:00:31.744 0 581 I SELinux : SELinux: Loaded service_contexts from:
03-07 01:00:31.745 0 579 I SELinux : SELinux: Loaded service_contexts from:
03-07 01:00:31.746 0 579 I SELinux : /system/etc/selinux/plat_service_contexts
03-07 01:00:31.746 0 579 I SELinux : /vendor/etc/selinux/nonplat_service_contexts
03-07 01:00:31.747 0 581 I SELinux : /vendor/etc/selinux/vndservice_contexts
03-07 01:00:25.382 578 578 W auditd : type=2000 audit(0.0:1): initialized
03-07 01:00:28.199 578 578 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
03-07 01:00:28.199 578 578 W auditd : type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
03-07 01:00:31.699 568 568 W e2fsck : type=1400 audit(0.0:4): avc: denied { read } for name="sda18" dev="tmpfs" ino=17055 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0
--------- beginning of main
03-07 07:51:08.446 574 574 W auditd : type=2000 audit(0.0:1): initialized
03-07 07:51:11.079 574 574 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
03-07 07:51:11.079 574 574 W auditd : type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
03-07 07:51:13.719 565 565 W e2fsck : type=1400 audit(0.0:4): avc: denied { read } for name="sda18" dev="tmpfs" ino=24843 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0
03-07 07:51:13.719 565 565 W e2fsck : type=1400 audit(0.0:5): avc: denied { read write } for name="sda18" dev="tmpfs" ino=24843 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0
03-07 07:51:13.765 0 577 I SELinux : SELinux: Loaded service_contexts from:
03-07 07:51:13.765 0 575 I SELinux : SELinux: Loaded service_contexts from:
03-07 07:51:13.766 0 577 I SELinux : /vendor/etc/selinux/vndservice_conte
@jat001
jat001 / global
Last active January 23, 2020 21:01
Xiaomi Mix 2S CN Device (M1803D5XE) + Global ROM + Magisk Solution
#!/system/bin/sh
resetprop ro.product.name mix2s
@jat001
jat001 / denySpamIP.php
Last active February 19, 2020 10:26
Deny the IP address of WordPress spam comment.
<?php
// mysql
$host = 'localhost';
$port = '3306';
$user = 'root';
$passwd = '';
$dbname = 'wordpress';
$server = "$host:$port";
// nginx config file

Keybase proof

I hereby claim:

  • I am jat001 on github.
  • I am jat (https://keybase.io/jat) on keybase.
  • I have a public key ASBK24kyPmTrov_-652Zwn2OoFyVFZ134-adLhA2h161eAo

To claim this, I am signing this object:

@jat001
jat001 / pgp_pub.asc
Last active February 3, 2021 19:41
PGP Fingerprint: B2EE 8B75 21A3 A2CC 3B6D D45F 5800 C6E0 11A0 C293
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBFTxWW0BEAC/M9EKruR/YyDt42a1ck2n7Me0WIqOoNEKzCehQDTklKCND8nJ
TBgn1scj3oo6zNQAx39VbC4RV63F/yvmsBxuYbY1CXdN5D1Xai+8jZkh09+/CvKf
vcFDFaQ9olh/vz1o36pdnLbkdGhiOEMcQsa19cu0JxhEhTuH3JU5JNNyfzoRM4MP
P+Kp9e8xL0DHKCviGJoW9claOq96VIbWIapHltjoksIwOVhHg+AnwlDaEVFLJL3U
ctxDIDnqpcSSSFpJGW3I10NxRB3JnNo5hYWEW0gxyNE5fQ52FFoLxMG4GX014YMj
ihr7XX1EnJ6ckQocE/TP5x8i963eyV1rfCHJ449HOQOsQ8K5j62dH+CbD96A89De
40OCnDLP3V1Osq/nBbkf9ZdZ0coJmCIhjJRP6I+dMftqCKxt7k9ESl5ijwsNWtSb
8owRtwiQTnNl/o741PxQN1feBGsWlvdCYCz6ELNNaiA3Zx9Wk7Ip/VO2DIfeQVh3