(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
location ~ /\.git { | |
deny all; | |
} | |
# or, all . directories/files in general (including .htaccess, etc) | |
location ~ /\. { | |
deny all; | |
} |
#Transform web.config on build
</Project>
; v12.0 my change depending on your version of Visual StudioWhat's the problem with this tablet? Why can't I just insert the USB and mash F12 until it boots? The tablet is made to run Windows 8.1 and Windows 8.1 only. Some absolute genius at Acer decided to put a 32-bit UEFI on a 64-bit system, which no reasonable Linux distro supports out-of-the-box.
NOTE: This guide focuses on installing Ubuntu alongside Windows. If you're trying to replace Windows, then I assume you know enough about Linux to know which parts to change.
#!/bin/sh | |
## | |
# Install autoconf, automake and libtool smoothly on Mac OS X. | |
# Newer versions of these libraries are available and may work better on OS X | |
# | |
# This script is originally from http://jsdelfino.blogspot.com.au/2012/08/autoconf-and-automake-on-mac-os-x.html | |
# | |
export build=~/devtools # or wherever you'd like to build |
https://wiki.archlinux.org/index.php/beginners'_guide
What I wanted:
###Connect to Wifi
wifi-menu -o
Date: 2016-10-04 Version: 1
Author: [email protected]
I just installed RancherOS on my FreeNAS-Machine See this gist. Afterwards this is a small writeup on what I did next.
See Quick Start Guide in the Rancher docs.
Very useful for the i9 XPS 9570 overheating on Linux. Since I use Linux for development, I don't use the nvidia that comes | |
with the note and also don't need turboboost enabled, even running dozens of docker containers. I was having problems with | |
temperature. Notebook was getting so hot it was hard to type for more than 4 hours straight. | |
Here are my temperatures before undevolting: | |
phackwer@phackwer-XPS-15-9570 ~/P/p/poc> sensors | |
coretemp-isa-0000 | |
Adapter: ISA adapter | |
Package id 0: +53.0°C (high = +100.0°C, crit = +100.0°C) |