Install OpCache on FreeBSD with (note 56
resembles the current PHP version 5.6):
cd /usr/ports/www/php56-opcache && sudo make config-recursive install distclean
Configuration
https://code-boxx.com/create-excel-spreadsheet-php/
A copy of PHPSpreadsheet is not included, please download your own – composer require phpoffice/phpspreadsheet
.
Copyright by Code Boxx
Permission is hereby granted, free of charge, to any person obtaining a copy
https://github.com/muan/unicode-emoji-json | |
° — degree | |
💣 — bomb | |
💥 — explosion | |
🔥 — fire | |
🎉 — tada | |
🧯 — fire extinguisher | |
🎉 — party popper / tada |
There are number of ways you can install Oh-My-Posh. But commonly you install Oh-My-Posh either from PSGallery by using PowerShell's 'Install-Module' command or with Oh-My-Posh supplied platform-specific install instructions like 'Winget' on their website. Hence you can choose to run any one of the following.
winget install JanDeDobbeleer.OhMyPosh -s winget
Install build tools:
brew install autoconf automake libtool
Then install PECL:
#!/bin/bash | |
if [ "$#" -ne 2 ]; then | |
echo "Usage: $0 fqdn email" | |
exit 1 | |
fi | |
docker run -p 80:80 -p 443:443 -v /etc/letsencrypt:/etc/letsencrypt certbot/certbot certonly --standalone --agree-tos --reinstall --force-renewal --non-interactive --text --rsa-key-size 4096 --email $2 --domains $1 | |
mkdir -p /root/.minio/certs | |
cp /etc/letsencrypt/live/$1/fullchain.pem /root/.minio/certs/public.crt |
const Chosed = (props) => { | |
const elmt = React.useRef() | |
React.useLayoutEffect(()=>{ | |
const $elmt = $(elmt.current) | |
const handleChange = (e) => { | |
props.onChange(e.target.value); | |
} | |
$elmt.chosen() |
#!/bin/bash | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi | |
apt-get install pkg-config libmagickwand-dev -y | |
cd /tmp | |
wget https://pecl.php.net/get/imagick-3.4.4.tgz | |
tar xvzf imagick-3.4.4.tgz |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
; Caracteres en español usando CapsLock | |
; Presionar CapsLock mas la vocal para acentuarla | |
; Para la ñ se puede usar la n o la tecla ; (porque ahí estaba la ñ originalmente) | |
; Para la ¿ usamos CapsLock y la tecla que tiene actualmente el ? | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
; mapear la n como ñ | |
CapsLock & n:: | |
If GetKeyState("Shift", "P") |