If you do not install pip, you can try this link: http://sharadchhetri.com/2014/05/30/install-pip-centos-rhel-ubuntu-debian/
- install:
easy_install supervisor - configure:
mkdir -p /etc/supervisord/conf.d
| [opcache] | |
| ; Determines if Zend OPCache is enabled | |
| opcache.enable=1 | |
| ; Determines if Zend OPCache is enabled for the CLI version of PHP | |
| ;opcache.enable_cli=1 | |
| ; The OPcache shared memory storage size. | |
| opcache.memory_consumption=512 |
| var SphereControls = function (camera, domElement, config) { | |
| var self = this; | |
| config = config || {}; | |
| domElement = ( domElement !== undefined ) ? domElement : document; | |
| domElement.addEventListener( 'mousedown', onDocumentMouseDown, false ); | |
| domElement.addEventListener( 'mousemove', onDocumentMouseMove, false ); | |
| domElement.addEventListener( 'mouseup', onDocumentMouseUp, false ); |
If you do not install pip, you can try this link: http://sharadchhetri.com/2014/05/30/install-pip-centos-rhel-ubuntu-debian/
easy_install supervisormkdir -p /etc/supervisord/conf.din OS X 10.4 to macOS sierra 10.12 and maybe higher!
Copy this entire code block and paste it into your terminal and push Return to create this file for you with correct permissions. It will (probably) ask for your password:
| $body = preg_replace( '/<iframe\b[^>]*soundcloud.com\/tracks\/(\d*).*"[^>]*>(.*?)>/', '<amp-soundcloud height=300 layout="fixed-height" data-trackid="$1" data-visual="true"></amp-soundcloud>', $body ); |
#SwitchResX Settings for LG 21:9 UltraWide
SwitchResX is a utility that allows users to override the default resolution settings in OSX. For more information, including download links, vist http://www.madrau.com/ .
##Disabling System Integrity Protection (SIP)
If you are running OSX 10.11 or higher, SIP must be disabled. To disable SIP do the following:
| #!/usr/bin/env bash | |
| # Ubuntu Server or VM Cleaner. Safe by default; aggressive when asked. | |
| # Example safe: sudo ./clean.sh | |
| # Example aggressive: sudo JOURNAL_DAYS=3 AGGRESSIVE=1 ./clean.sh | |
| # Enable Docker image prune (images only): sudo ./clean.sh --docker-images | |
| # Tested on Ubuntu 20.04, 22.04, 24.04 (server/VM images). | |
| set -Eeuo pipefail | |
| trap 'rc=$?; echo "Error on line $LINENO: $BASH_COMMAND (exit $rc)"; exit $rc' ERR | |
| IFS=$'\n\t' |
| #!/bin/bash | |
| # Make sure you use bash <script>.sh for this to work | |
| # | |
| # In dpi | |
| #ldpi=120 | |
| #mdpi=160 | |
| #hdpi=240 | |
| #xhdpi=320 | |
| #xxhdpi=480 |
| <?php | |
| /* | |
| Plugin Name: tinyLogin | |
| Plugin URI: http://wp.tribuna.lt/tiny-login | |
| Description: A simple front-end login/registration system. Adds template tags and shortcodes. Shortcodes: [tiny_form_login]/[tiny_form_register]. Template tags: get_tiny_form_login()/get_tiny_form_register() and the_tiny_form_login()/the_tiny_form_register() | |
| Version: 0.1 | |
| Author: Arūnas | |
| Author URI: http://wp.tribuna.lt/ | |
| Text Domain: tiny_login | |
| */ |
| //ABC JAZZ | |
| //mp3: "http://listen.radionomy.com/abc-jazz" | |
| //FRISKY FM | |
| //mp3: "http://scfire-mtc-aa02.stream.aol.com:80/stream/1015" | |
| http://stream2.friskyradio.com:8000/frisky_mp3_hi | |
| http://chill.friskyradio.com/friskychill_mp3_high | |
| //WWOZ | |
| //mp3: "http://wwoz-sc.streamguys.com/wwoz-hi.mp3" |