vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Alternatively,
| #!/usr/bin/env bash | |
| # MySQL / MariaDB Dump Helper | |
| # =========================== | |
| # FEATURES: Progress bar with ETA, support multiple databases (dump into separated files) and password as argument | |
| # REQUIREMENTS: | |
| # ============= | |
| # GNU Core Utilities, mysql, mysqldump, pv (https://github.com/icetee/pv) |
vi /etc/environmentadd these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Alternatively,
Assuming you are using the official PHP Docker image...
# ---------------------------------------------------------------
# PHP Extension: Gearman
# Download Gearman PECL extension for Gearman supporting PHP 7
RUN apt-get -y --allow-unauthenticated install \
libgearman-dev
RUN cd /tmp \
&& git clone https://github.com/wcgallego/pecl-gearman.git \
Registering new users with poetry
An acrostic is a poem (or other form of writing) in which the first letter (or syllable, or word) of each line (or paragraph, or other recurring feature in the text) spells out a word, message or the alphabet.... As a form of constrained writing, an acrostic can be used as a mnemonic device to aid memory retrieval.
A Person chooses a username; ascari for example.
The number of letters will be the number of lines in the poem, beginning each with a letter from the username chosen.
and behold! the
| <?php | |
| /** | |
| * Main function to call before sending your text through API | |
| */ | |
| function clean_utf8($text) | |
| { | |
| $encoding = mb_detect_encoding($text, 'UTF-8, ISO-8859-1'); | |
| if($encoding==='UTF-8') |
| <?php | |
| /** | |
| * Returns TRUE if the given keys are all set in the array. Each key can be any value possible for an array index. | |
| * | |
| * @see array_key_exists() | |
| * | |
| * @param array $array An array with keys to check. | |
| * @param string[] $keys Keys to check. | |
| * @param mixed $missing Reference to a variable that that contains the missing keys. |
| # | |
| # nginx configuration example for CakePHP 2.x | |
| # | |
| server { | |
| listen 80; | |
| server_name cakephp2.example; | |
| root /var/www/cakephp2/app/webroot; | |
| access_log /var/log/nginx/cakephp2.access.log; | |
| error_log /var/log/nginx/cakephp2.error.log; |
| #!/bin/bash | |
| JAILS=`fail2ban-client status | grep "Jail list" | sed -E 's/^[^:]+:[ \t]+//' | sed 's/,//g'` | |
| for JAIL in $JAILS | |
| do | |
| fail2ban-client status $JAIL | |
| done |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |