Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Queries
Active Pastes
All Pastes
Search
Advanced Search
Create Paste
Paste
Active Pastes
Active Pastes
Use Results
Edit Query
Hide Query
Query
Authors
Languages
Status
Active
Archived
Subscribers
Tags
Spaces
Order By
Creation (Newest First)
Creation (Oldest First)
Relevance
Created After
Created Before
Search
P10
Update Packagist from Phabricator
<?php
ini_set
(
'display_errors'
,
true
);
file_put_contents
(
'./post.content'
,
print_r
(
json_decode
(
file_get_contents
(
'php://input'
)),
true
));
...
Nov 6 2020, 12:44 PM
78 Lines
PHP
Author:
cesar
P9
KML?
<?xml version="1.0" encoding="utf-8" ?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document id="root_doc">
<Placemark>
<name>Russia</name>
...
Oct 14 2020, 3:28 PM
44 Lines
Author:
sebastian
P6
Apache Deployment Script
#!/bin/bash
echo
""
echo
"###########################"
echo
" Magic3W Deployment-Script"
...
Mar 18 2020, 11:59 AM
83 Lines
Bash Scripting
Author:
sebastian
P5
Apache Virtualhost Template
<VirtualHost
*:80
>
ServerName
%HOST%
ServerAdmin
patch@magic3w.com
DocumentRoot
/var/www/
%HOST%/public
...
Mar 18 2020, 10:19 AM
16 Lines
Apache Configuration
Author:
cesar
P4
NginX Sample configuration for a SF app
##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
# http://wiki.nginx.org/QuickStart
...
Feb 6 2020, 9:59 AM
70 Lines
Nginx Configuration
Author:
cesar