I hereby claim:
- I am arzzen on github.
- I am get (https://keybase.io/get) on keybase.
- I have a public key whose fingerprint is A18B EADA BDC6 0123 6F9E 29F4 88BB C317 72F6 3516
To claim this, I am signing this object:
## | |
## How to install mcrypt in php7.2 / php7.3 | |
## Linux / MacOS / OSX | |
## | |
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ | |
# |
#!/bin/bash | |
dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) | |
if [ "$1" != "" ]; then | |
letter1=$(echo ${1,,}|cut -b1) | |
if [[ $letter1 == [a-zA-Z0-9] ]]; then | |
if [ -f "$dir/data/$letter1" ]; then | |
cat "$dir/data/$letter1" | awk -F":" '{print $1"||"$2}' | grep -ai "$2$1$3" | |
else | |
letter2=$(echo ${1,,}|cut -b2) |
#!/usr/bin/awk -f | |
BEGIN { | |
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | |
print "<payroll_list>" | |
print "<payroll>" | |
} | |
/programom HUMAN/{ | |
print "</payroll>" | |
print "<payroll>" | |
} |
/** | |
INFO: | |
replace "place-your-logo-here" with a logo for your company | |
replace "place-your-domain-here" with the domain of you jenkins so it finds the jenkins.png | |
replace the hey #2980b9 with a accent-color you love | |
**/ | |
#jenkins-home-link { | |
background: url("place-your-logo-here") 100% 12px no-repeat; | |
background-size: 80px; |
#!/usr/bin/env bash | |
echo "Cygwin Uninstaller - git-quick-stats" | |
test -d /usr/local/bin/git-quick-stats && rm -rf /usr/local/bin/git-quick-stats | |
git config --global --unset alias.quick-stats '! /usr/local/bin/git-quick-stats' | |
echo -e "...\ndone" |
#!/usr/bin/env bash | |
echo "Cygwin Installer - git-quick-stats" | |
chmod 0755 git-quick-stats && cp git-quick-stats /usr/local/bin/git-quick-stats | |
git config --global alias.quick-stats '! /usr/local/bin/git-quick-stats' | |
echo -e "...\ndone" |
#!/bin/bash | |
# Install transmission dependences | |
# sudo apt-get install transmission-cli transmission-daemon transmission-common | |
# chmod +x download.sh | |
DOWNLOAD_DIR=${HOME}"/download" | |
TRANS_CLI="transmission-cli" | |
TRANS_SHOW="transmission-show" | |
TRANS_NOTIFY=${HOME}"/notify.sh" |
#!/bin/bash | |
# Install dependences | |
# sudo apt-get install mailutils | |
# chmod +x notify.sh | |
RECEIVER="[email protected]" | |
SERVER_NAME=$HOSTNAME | |
SENDER=$(whoami) |
I hereby claim:
To claim this, I am signing this object: