A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$
if your browser aliases it:
~ 108 byte version
FROM base/archlinux | |
RUN echo "installing openldap" \ | |
&& sed 's/^CheckSpace/# CheckSpace/g' -i /etc/pacman.conf \ | |
&& pacman -Syyu --noconfirm \ | |
&& sed 's/^# CheckSpace/CheckSpace/g' -i /etc/pacman.conf \ | |
&& pacman -S --noconfirm openldap | |
RUN echo "configuring openldap" \ | |
&& sed -i 's/^suffix.*/suffix\t"dc=example,dc=org"/' /etc/openldap/slapd.conf \ |
#!/bin/sh | |
# Checking the spool directory | |
SPOOL=/var/spool/diskhogs | |
if [ ! -e "${SPOOL}" ]; then | |
mkdir -p "${SPOOL}" | |
fi | |
if [ ! -d "${SPOOL}" ]; then | |
echo "There are no ${SPOOL} directory" >&2 | |
exit 1 |
All Rights Reserved | |
Copyright (c) ${project.inceptionYear} ${owner} | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.
Install http://tmate.io
Configure ~/.tmux.conf
curl -sSL -o ~/.tmux.conf https://gist.github.com/gullitmiranda/e631f14a66a8ff658eb7/raw/fc3cfb7cd2ef1cc6e5d0de66b1e93b68652de866/tmux.conf
Start tmate
server
# Defines all Languages known to GitHub. | |
# | |
# type - Either data, programming, markup, prose, or nil | |
# aliases - An Array of additional aliases (implicitly | |
# includes name.downcase) | |
# ace_mode - A String name of the Ace Mode used for highlighting whenever | |
# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. | |
# Use "text" if a mode does not exist. | |
# wrap - Boolean wrap to enable line wrapping (default: false) | |
# extensions - An Array of associated extensions (the first one is |