Dan Nicholson
https://people.freedesktop.org/~dbn/pkg-config-guide.html
개요
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'tpope/vim-fugitive' | |
Plugin 'tpope/vim-surround' | |
Plugin 'tpope/vim-commentary' | |
Plugin 'itchyny/lightline.vim' |
#!/bin/bash | |
# $FROM_REPO를 $TO_REPO에 합친다. | |
# 이 스크립트는 $TO_REPO에 $FROM이라는 이름의 디렉터리를 만들고 | |
# 해당 디렉터리 아래에 $FROM_REPO 내용을 붙여넣습니다. (commit까지 전부 복사) | |
FROM_REPO=https://github.com/aiden2978/flask-hogugi.git | |
FROM=flask-hogugi | |
TO_REPO=https://github.com/osamhack2022/WEB_HOGUGI_MARCH | |
TO=WEB_HOGUGI_MARCH |
use strict; | |
use warnings; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
# Script info | |
$VERSION = '0.1'; | |
%IRSSI = ( | |
authors => 'Bas Stottelaar', |
kernel: writing '1' to tracing/tracing_on | |
kernel: writing 'nop' to tracing/current_tracer | |
kernel: writing 'local' to tracing/trace_clock | |
kernel: writing ' ' to tracing/set_ftrace_pid | |
kernel: writing ' ' to tracing/set_graph_function | |
kernel: writing ' ' to tracing/set_event_pid | |
kernel: writing ' ' to tracing/set_graph_notrace | |
kernel: writing '0' to tracing/options/event-fork | |
kernel: writing '0' to tracing/options/function-fork | |
kernel: writing ' ' to tracing/set_ftrace_filter |
--- qemu-2.5+dfsg/debian/rules 2016-04-19 18:48:46.000000000 +0300 | |
+++ qemu-2.5+dfsg.new/debian/rules 2017-07-25 23:38:18.882758751 +0300 | |
@@ -132,9 +132,13 @@ ifeq ($(enable_linux_user),enable) | |
$(MAKE) -C user-static-build V=${V} $(foreach t,${user_targets},subdir-${t}-linux-user) | |
endif | |
-ifneq ($(filter $(DEB_HOST_ARCH),s390 s390x),) | |
- $(MAKE) -C qemu-build/pc-bios/s390-ccw V=${V} | |
-endif | |
+#ifneq ($(filter $(DEB_HOST_ARCH),s390 s390x),) |
Dan Nicholson
https://people.freedesktop.org/~dbn/pkg-config-guide.html
개요
This is a full set of key bindings (as of Vimium v1.45); covering all Vimium functionality. I have tried to map all Vimium functionality to comparable Emacs functionality (whenever possible). In cases where there is no equivalent, those commands are prefixed by <c-g>
(indicating <c-g>
oogle Chrome; and because <c-g>
does not conflict with other Emacs shortcuts at all).
Commented Shortcuts: There are a few Emacs-style shortcuts that are simply not possible in Vimium. All of my shortcuts (including those which were not possible; i.e. where I used a decent alternative) have been commented below. This should help to clarify my rationale.
_Compatibility: All of these shortcuts were tested on Mac OS X (Mavericks). Please note that all of my shortcuts operate under the assumption that your Emacs Meta key is the ⌥
Alt/Option key. This really was my only choice, because the ⌘
key is already used in Chrome for shortcuts that c
u32 match udp does not work (nexthdr+0) => not follows nexthdr's port location
To use nexthdr you must use "offset" with hash table. U32 is universal (read line #2 in cls_u32.c), it does not know that you are using IPv4, so .. https://lartc.vger.kernel.narkive.com/KTD6vNXU/tc-u32-match-in-nexthdr-not-working
#!/bin/bash | |
# Do some errexit testing | |
# 0 - test success | |
# 1 - test simple fail | |
# 2 - test function fail | |
# | |
# in function | |
# N errexit errtrace pass? |