#Installation#
First you'll need [dnsmasq][1], assuming you're on OSX installation is simply:
brew install dnsmasq
#Configuration#
Add 127.0.0.1 to to the top of your DNS server list in your Network Configuration:
{"lastUpload":"2021-04-23T08:05:13.354Z","extensionVersion":"v3.4.3"} |
6/12/2020, 09:06:32 Please be note cxx hotspot is missing due poller 1 disk is full, the normalize table is not updated 5-11 june |
firewall-cmd --zone=public --permanent --add-port=21/tcp | |
firewall-cmd --zone=public --permanent --add-service=ftp | |
firewall-cmd --reload |
<?php | |
namespace Alpha; | |
use GuzzleHttp\Client; | |
class Wrapper | |
{ | |
protected static $client; |
<VirtualHost *:443> | |
ServerName localhost | |
ServerAlias localhost | |
ServerAdmin webmaster@localhost | |
DocumentRoot "/var/www/html/neoblackant.com/public" | |
SSLEngine on | |
SSLCertificateFile /etc/pki/tls/certs/certificate.pem | |
SSLCertificateKeyFile /etc/pki/tls/certs/certificatekey.pem | |
<Directory /var/www/html/neoblackant.com/public> |
#Installation#
First you'll need [dnsmasq][1], assuming you're on OSX installation is simply:
brew install dnsmasq
#Configuration#
Add 127.0.0.1 to to the top of your DNS server list in your Network Configuration:
<?php | |
// This function searches for needle inside of multidimensional array haystack | |
// Returns the path to the found element or false | |
function in_array_multi( $needle, array $haystack ) { | |
if ( ! is_array( $haystack ) ) return false; | |
foreach ( $haystack as $key => $value ) { | |
if ( $value == $needle ) { | |
return $key; | |
} else if ( is_array( $value ) ) { |
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "copy", | |
"singleLine": false |
definitions: | |
services: | |
postgres: | |
image: postgres:14.6-bullseye | |
environment: | |
POSTGRES_USER: 'postgres' | |
POSTGRES_PASSWORD: '3gXdM!!X9aG49yBN3' | |
POSTGRES_DB: 'initial' | |
pipelines: |