Skip to content

Instantly share code, notes, and snippets.

View geekwho-eth's full-sized avatar

Geek Who geekwho-eth

View GitHub Profile
@geekwho-eth
geekwho-eth / vbox
Created February 6, 2018 17:02 — forked from gongzhitaao/vbox
usb token
#+STARTUP: noindent
问题:VirtualBox成功安装Win7后无法识别招行网银
系统:Ubuntu12.04 prices,VirtualBox4.1.12
依次设置:
1 增加当前用户对usb的操作权限:
$sudo lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
@geekwho-eth
geekwho-eth / .git-commit-template.txt
Created June 8, 2019 17:45 — forked from jmaxhu/.git-commit-template.txt
一份建议的git commit模板
# <类型>: (类型的值见下面描述) <主题> (最多50个字)
# 解释为什么要做这些改动
# |<---- 请限制每行最多72个字 ---->|
# 提供相关文章和其它资源的链接和关键字
# 例如: Github issue #23
# --- 提交 结束 ---
# 类型值包含
@geekwho-eth
geekwho-eth / synology_disk_benchmark.sh
Created January 16, 2022 03:37 — forked from gxfxyz/synology_disk_benchmark.sh
A simple script to test Synology NAS disk speed with hdparm, dd and fio
#!/usr/bin/env bash
# =======================================================================================
#
# A simple script to test Synology NAS disk speed with hdparm, dd and fio.
#
# How to use:
#
# 1. Save synology_disk_benchmark.sh and xfio.conf to your Synology NAS
# 2. Make it executable: chmod +x synology_disk_benchmark.sh