Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vozlt's full-sized avatar

YoungJoo.Kim vozlt

  • Kakao Corp.
  • South Korea
View GitHub Profile
@vozlt
vozlt / exif-remover.c
Last active August 29, 2015 14:05
ImageMagick MagickStripImage() API Test
/**
* @file: exif-remover.c
* @brief: ImageMagick MagickStripImage() API Test
* @author: YoungJoo.Kim <http://vozlt.com>
* @version:
* @date: 20140210
*
*
* shell> yum install ImageMagick-devel
* shell> gcc -o test test.c -I/usr/include/ImageMagick -lMagickWand
@vozlt
vozlt / checkmyip.py
Last active February 16, 2016 09:38
Check my ip address
#!/usr/bin/python
#
# -*- coding: utf-8 -*-
#
# @file: checkmyip.py
# @brief: Python program for ip check with tor + privoxy + squid
# @author: YoungJoo.Kim <vozlt@vozlt.com>
# @version:
# @date: 20131030
@vozlt
vozlt / alteonl4add.sh
Last active August 29, 2015 14:05
Alteon L4 Configuration
#! /bin/bash
#
# @file: alteonl4add.sh
# @brief: Alteon L4 Configuration
# @author: YoungJoo.Kim <http://vozlt.com>
# @version:
# @date: 20060907
usage() {
echo "USAGE :"
@vozlt
vozlt / sshsnoop.sh
Last active May 22, 2019 10:07
Ssh password sniffing
#! /bin/bash
#
# Cheap technique. :) by YoungJoo.Kim <http://vozlt.com>
#
#
SNOOP_ID=$1
SSHD_PPID=$(pgrep -o sshd)
MATCH_ID=
MATCH_PID=
@vozlt
vozlt / ansicolor.sh
Last active August 29, 2015 14:05
Linux ansi color print
#!/bin/bash
#
# @file: ansicolor.sh
# @brief:
# @author: YoungJoo.Kim <http://vozlt.com>
# @version:
# @date:
# ANSI 형식: {시작문자}{속성들}{색}{종료문자}
#
@vozlt
vozlt / nginx-affinity.sh
Last active May 27, 2020 13:34
Nginx worker_cpu_affinity
#!/bin/bash
#
# @file: nginx-affinity.sh
# @brief:
# @author: YoungJoo.Kim <http://vozlt.com>
# @version:
# @date:
#
# Linux only.
# Nginx worker_cpu_affinity