Adobe Crash Fix XLNC
Instructions
-
Install needed adobe apps from adobe creative cloud.
-
Open Terminal.
-
Copy-paste the below command to your terminal and run it (enter password if asked).
loadAvarage = from(bucket: "v1_prod_magento") | |
|> range(start: v.timeRangeStart, stop: v.timeRangeStop) | |
|> filter(fn: (r) => r["_measurement"] == "system") | |
|> filter(fn: (r) => r["_field"] == "load1") | |
|> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false) | |
|> yield(name: "load1") | |
nCpus = from(bucket: "v1_prod_magento") | |
|> range(start: v.timeRangeStart, stop: v.timeRangeStop) |
# Akeneo Media | |
# location /media/ { | |
# if (!-f $request_filename) { | |
# rewrite / /index.php last; | |
# } | |
#} | |
# Magento 2 static files | |
location /static/ { | |
# Uncomment the following line in production mode |
#!/bin/bash | |
# | |
# headless run: bash <(curl -s -L 'https://bit.ly/m1dumper') | |
# or | |
# with specidic dump path: DUMPPATH=/tmp/magento1.sql.gz /bin/bash <(curl -s -L 'https://bit.ly/m1dumper') | |
set -x | |
set -e | |
[[ -f app/etc/local.xml ]] || { echo "Can't locate the 'app/etc/local.xml'"; exit 1; } |
Index: distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/InstallPluginCommand.java | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
diff --git a/distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/InstallPluginCommand.java b/distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/InstallPluginCommand.java | |
--- a/distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/InstallPluginCommand.java (revision ef48eb35cf30adf4db14086e8aabd07ef6fb113f) | |
+++ b/distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/InstallPluginCommand.java (date 1610434469093) | |
@@ -350,10 +350,10 @@ | |
UserException { |
Install needed adobe apps from adobe creative cloud.
Open Terminal.
Copy-paste the below command to your terminal and run it (enter password if asked).
#!/bin/bash | |
if [[ -z $1 ]]; then | |
echo "Domain name does not provided" | |
exit 1 | |
fi | |
DOMAIN=$1 | |
if cat "/usr/local/etc/openssl/localCA/index.txt" | grep ${DOMAIN}; then |
// Copyright 2017 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
import 'package:flutter/material.dart'; | |
// This app is a stateful, it tracks the user's current choice. | |
class BasicAppBarSample extends StatefulWidget { | |
@override | |
_BasicAppBarSampleState createState() => _BasicAppBarSampleState(); |
___ADOBE CRASH FIX BY XLNC___ | |
USAGE : Open terminal and run the below commands as required. | |
NOTE: File path changes in each version release. So if the file is not found you can find the specified file manually and replace the path in the below commands. | |
You can also use this command to find the location of a specific adobe file : | |
eg:- if you want to search for MMXCore then run this command : | |
find /Applications/Adobe* -type f -name "MMXCore" | sed 's/ /\\ /g' | |
Photoshop crash fix :- |
diff --git src/auto/configure src/auto/configure | |
index 907ec6c..cb65afd 100755 | |
--- src/auto/configure | |
+++ src/auto/configure | |
@@ -11834,6 +11834,7 @@ else | |
# include <stddef.h> | |
#endif | |
#include <signal.h> | |
+#include <bits/sigaction.h> | |
Completed solution available here https://github.com/sergeycherepanov/homebrew-docker-virtualbox
https://www.virtualbox.org/wiki/Mac%20OS%20X%20build%20instructions
Download and put docker
from archive https://download.docker.com/mac/static/stable/x86_64/ to /usr/local/bin/docker