Skip to content

Instantly share code, notes, and snippets.

View NeoTheFox's full-sized avatar

NeoTheFox NeoTheFox

  • Yerevan
View GitHub Profile
#TLP
alias tlp-stat='sudo tlp-stat'
#Get rid of askpass
unset SSH_ASKPASS
#Powertop
alias powertop='sudo powertop'
#Ping
alias ntst='ping 8.8.8.8'
#Sync
alias syncp='sync && watch grep -e Dirty: -e Writeback: /proc/meminfo'
@NeoTheFox
NeoTheFox / xboxdrv.conf
Last active June 13, 2017 15:01
iPEGA PG-9017S xboxdv configuration
#iPEGA PG-9017S Config by NeoTheFox, 2015
#Launch with sudo xboxdrv --evdev /dev/input/event<your joystick> --config xboxdrv.conf
#To check what /dev/input event is yours try using evtest
#or create a udev rule with something like this:
#
# ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="Bluetooth Gamepad", ATTRS{uniq}=="00:17:02:01:ae:2a", SYMLINK+="ipega"
#
#replacing name and uniq with your values. This would make udev
#symlink the appropriate event device to /dev/ipega
Verifying that +neothefox is my blockchain ID. https://onename.com/neothefox
@NeoTheFox
NeoTheFox / .zshrc
Last active November 29, 2015 23:08
Oh-my-zsh config
# Path to your oh-my-zsh installation.
export ZSH=/home/neothefox/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.
@NeoTheFox
NeoTheFox / alias
Created April 28, 2015 19:46
Wine pulseaudio screeching sound fix
alias wine='PULSE_LATENCY_MSEC=60 wine'
@NeoTheFox
NeoTheFox / .conkyrc
Last active November 30, 2015 10:20
.conkyrc for X230 running archlinux
background yes
use_xft yes
font Arimo:size=7.5
text_buffer_size 2048
# Update interval in seconds
update_interval 5
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.