start new:
tmux
start new with session name:
tmux new -s myname
#!/bin/bash | |
# | |
# add_user.sh: Add user to LDAP | |
# Author: Nick Sabine | |
# | |
# Defaults | |
LDAP_BASE="dc=ORG,dc=local" | |
LDAP_ACCOUNTS_DN="ou=people,${LDAP_BASE}" | |
LDAP_USER_GROUP="cn=user_group,ou=groups,${LDAP_BASE}" |
.twitter-typeahead .tt-query, | |
.twitter-typeahead .tt-hint { | |
margin-bottom: 0; | |
} | |
.tt-hint { | |
display: block; | |
width: 100%; | |
height: 38px; | |
padding: 8px 12px; | |
font-size: 14px; |
Byobu Commands | |
============== | |
byobu Screen manager | |
Level 0 Commands (Quick Start) | |
------------------------------ | |
<F2> Create a new window |
Base URL: http://translate.google.com/translate_tts
It converts written words into audio. It accepts GET
requests.
q
The query string to convert to audio
tl
Translation language, for example, ar
for Arabic, or en-us
for English
Prereq:
apt-get install zsh
apt-get install git-core
Getting zsh to work in ubuntu is weird, since sh
does not understand the source
command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh