#LapTop
####Touchpad off
The detail explanation can be found here
> synclient TouchpadOff=1
\
> xrandr --current
> xrandr --output VGA1 --auto --right-of LVDS1
$ nm-applet
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