Skip to content

Instantly share code, notes, and snippets.

@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
@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 / daemon.vbs
Last active December 8, 2021 20:47
shadowsocks local daemon on Windows.
Set ws = CreateObject("Wscript.Shell")
ws.run "C:\Users\Jat\AppData\Local\shadowsocks\run.cmd " & WScript.Arguments(0), vbhide
@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';
#!/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;
Set Processes = GetObject("winmgmts:").InstancesOf("Win32_Process")
intProcessId = ""
For Each Process In Processes
If StrComp(Process.Name, "Wow-64.exe", vbTextCompare) = 0 Then
intProcessId = Process.ProcessId
Exit For
End If
Next

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:

--------- 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
package com.android.server;
import android.content.Context;
import android.content.IntentFilter;
import android.os.Build.VERSION;
import android.os.IBinder;
import android.os.ServiceManager;
import android.os.SystemClock;
import android.os.SystemProperties;
import android.util.Slog;
--------- 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