This is assuming that you already have a main git identity configured and a corresponding ssh key pair in ~/.ssh/ (on linux)
$ cd ~/.ssh/
$ ls
$ config id_rsa id_rsa.pub known_hosts
If you are not there yet, refer to this GitHub howto.
| ## | |
| # You should look at the following URL's in order to grasp a solid understanding | |
| # of Nginx configuration files in order to fully unleash the power of Nginx. | |
| # https://www.nginx.com/resources/wiki/start/ | |
| # https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ | |
| # https://wiki.debian.org/Nginx/DirectoryStructure | |
| # | |
| # In most cases, administrators will remove this file from sites-enabled/ and | |
| # leave it as reference inside of sites-available where it will continue to be | |
| # updated by the nginx packaging team. |
This is assuming that you already have a main git identity configured and a corresponding ssh key pair in ~/.ssh/ (on linux)
$ cd ~/.ssh/
$ ls
$ config id_rsa id_rsa.pub known_hosts
If you are not there yet, refer to this GitHub howto.
| import Adapter from "ember-data/adapters/rest"; | |
| export default Adapter.extend(); |
| # /etc/X11/xorg.conf.d/40-libinput.conf | |
| # run | |
| # systemctl restart lightdm.service | |
| # after changing this file to restart X server | |
| Section "InputClass" | |
| Identifier "libinput touchpad catchall" | |
| MatchIsTouchpad "on" | |
| MatchDevicePath "/dev/input/event*" | |
| Driver "libinput" |