Skip to content

Instantly share code, notes, and snippets.

View yuanli-cn's full-sized avatar

Yuan yuanli-cn

View GitHub Profile
@yuanli-cn
yuanli-cn / .Xresources
Created November 8, 2020 09:32 — forked from liangzan/.Xresources
Xresources for configuring urxvt
! urxvt
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*underlineColor: yellow
URxvt*font: xft:inconsolata:size=10:antialias=true
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*loginShell: true
Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
@yuanli-cn
yuanli-cn / rPi3-ap-setup.sh
Created July 11, 2016 05:11 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
if [[ $# -ne 1 ]];
then echo "You need to pass a password!"
echo "Usage:"