Skip to content

Instantly share code, notes, and snippets.

@deckvig
deckvig / update_hosts
Last active June 20, 2016 08:08
automatic update hosts from url for Pcap_DNSProxy gfw website list and add a choose to delete localhosts's dns
#!/bin/sh
fork_from=https://github.com/racaljk/hosts
thisname=${0##*/}
HOSTS=/etx/hosts
REMOTE="/tmp/hosts.rmt"
MAIN="https://raw.githubusercontent.com/racaljk/hosts/master/hosts"
@deckvig
deckvig / gulpfile.js
Last active May 3, 2018 13:38
Laravel gulp-vue-webpack config
var elixir = require('laravel-elixir');
require('laravel-elixir-webpack');
elixir(function (mix) {
mix.webpack('./resources/assets/js/app.js',{
module: {
loaders: [
{
test: /\.js$/,
loader: 'babel',