-
Paketleri kur
apt-get -y install --no-install-recommends \ slapd \ ldap-utils \ ca-certificates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
issuer: http://10.0.3.81:5556/dex | |
storage: | |
type: sqlite3 | |
config: | |
file: dex.db | |
web: | |
http: 10.0.3.81:5556 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
# Get bash completion script | |
sudo -- sh -c 'wget -qO- https://gist.githubusercontent.com/huseyin/d2479f069d304ec482a1db96652222f2/raw/3d1a7d8032fd1ddd813a2509e6d9b46ee1f9c870/vagrant >/etc/bash_completion.d/vagrant' | |
# Setup Zsh environment | |
mkdir -p ~/.config/zsh/completion | |
cat <<-EOF >>~/.zshrc |
I hereby claim:
- I am huseyin on github.
- I am huseyin (https://keybase.io/huseyin) on keybase.
- I have a public key whose fingerprint is 1839 F2CF 1CE2 7ED2 7F82 3E4E E9FF 5797 52FD 48FB
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
if command -v nc >/dev/null; then | |
echo >&2 "Could not find a working netcat in PATH" | |
echo >&2 "Please install your operating system's 'netcat' or 'nc' package" | |
fi | |
echo "$@" | nc -U ${INSPEQTOR_SOCK:-/var/run/inspeqtor.sock} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Refinements is a ... | |
module Refinements | |
refine Hash do | |
def methodize! | |
each_pair do |key, value| | |
self.class.send :define_method, key.to_s, (proc { value }) | |
end | |
end | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t |