Skip to content

Instantly share code, notes, and snippets.

dn: cn=openssh-lpk-openldap,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: openssh-lpk-openldap
olcAttributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey' DES
C 'MANDATORY: OpenSSH Public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.
1.1466.115.121.1.40 )
olcObjectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' DESC
'MANDATORY: OpenSSH LPK objectclass' SUP top AUXILIARY MUST ( sshPublicKey $
uid ) )
# 各県警のmxレコードとSPFの利用状況
# mxが返らないところはそもそも地域型ドメインを使わず汎用JPを使っている場合がある。
# 北海道
$ dig +short police.pref.hokkaido.jp mx
10 hpweb1.police.pref.hokkaido.jp.
20 hpweb2.police.pref.hokkaido.jp.
$ dig +short police.pref.hokkaido.jp txt
# 青森

テスト

こんにちは

markdown

markdown記法書けるかな?

  • a
  • b
  • c
% uname -a
Linux sayori 2.6.32.14 #7 SMP PREEMPT Fri May 28 00:31:38 JST 2010 i686 GNU/Linux
% xrandr --output LVDS --set BACKLIGHT_CONTROL legacy
X Error of failed request: 160
Major opcode of failed request: 148 (RANDR)
Minor opcode of failed request: 15 ()
Serial number of failed request: 19
Current serial number in output stream: 19
zsh: exit 1 xrandr --output LVDS --set BACKLIGHT_CONTROL legacy
% dpkg -l | grep xserver-xorg-video-intel
ii xserver-xorg-video-intel 2:2.9.1-4 X.Org X server -- Intel i8xx, i9xx display driver
% xdpyinfo
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 10707000
X.Org version: 1.7.7
maximum request size: 16777212 bytes
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29
# Fri May 21 16:55:08 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CLOCKEVENTS=y
diff --git a/vl.c b/vl.c
index fdee289..8b27654 100644
--- a/vl.c
+++ b/vl.c
@@ -4569,7 +4569,11 @@ int qemu_uuid_parse(const char *str, uint8_t *uuid)
static void termsig_handler(int signal)
{
- qemu_system_shutdown_request();
+ if(signal == SIGTERM){
@hamano
hamano / packman
Created September 3, 2010 16:40
pacman
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#define CELL_BLOCK 0x00
#define CELL_WAY 0x01
#define CELL_WAY1 0x01
#define CELL_WAY2 0x02
#define CELL_WAY3 0x03
diff --git a/build/top.mk b/build/top.mk
index 4bd23d2..082c5ba 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -58,7 +58,8 @@ INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL)
-STRIP = -s
+#STRIP = -s
@hamano
hamano / A81E.md
Created December 2, 2010 15:34
A81E(中華Pad)メモ