Skip to content

Instantly share code, notes, and snippets.

@perigee
Last active August 29, 2015 14:20
Show Gist options
  • Save perigee/17d739b0de5943485dce to your computer and use it in GitHub Desktop.
Save perigee/17d739b0de5943485dce to your computer and use it in GitHub Desktop.
Hardwares configuration, for example touchpad on laptop

#LapTop

####Touchpad off

The detail explanation can be found here

> synclient TouchpadOff=1

\

Dual screen

> xrandr --current
> xrandr --output VGA1 --auto --right-of LVDS1

wifi applet

$ nm-applet

bash configuation

reduce console path

export PS1='\u@\h: '

create user

$ sudo useradd -m myuser

Then set the password

$ sudo passwd myuser

Then set the shell

$ sudo usermod -s /bin/bash myuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment