Skip to content

Instantly share code, notes, and snippets.

View NPoi's full-sized avatar

Daisuke Nakahara NPoi

View GitHub Profile
@Neo23x0
Neo23x0 / audit.rules
Last active January 13, 2024 14:12
Linux Auditd Best Practice Configuration
# IMPORTANT!
# This gist has been transformed into a github repo
# You can find the most recent version there:
# https://github.com/Neo23x0/auditd
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/
@Shinpeim
Shinpeim / 00.md
Last active December 3, 2018 05:52
Vue.js 入門

まずは環境構築するでヤンス

$ npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.

See `npm help json` for definitive documentation on these fields
and exactly what they do.
@masaru-b-cl
masaru-b-cl / git-doskoi
Created January 30, 2015 09:05
git-dosukoi ( refs. git でどすこいする方法 - Qiita http://qiita.com/NPoi/items/739dee62e0e5f0c5837c )
#!/bin/sh
REMOTE=${1:-"origin"}
git push ${REMOTE} `git rev-parse --abbrev-ref HEAD`