Skip to main content
31
results
Andrew Fletcher
The red flag was when I saw the server disk space is showing a site is taking up 57992.5 MB, where locally the site size is showing 957MB.  There is something serious happening here and I need to establish the problem quickly.  When dealing with a significant discrepancy in site size between a local environment and a server, it's important to identify the root cause of the larger disk usage on the server.    Approaches for discovering the issue(s)   1. Analyse Large...
Andrew Fletcher
To determine the size of a directory using the terminal, you can use the du...
Andrew Fletcher
How to generate a new private key and submit it to Google Play for signing your...
Andrew Fletcher
The error > Task :app:packageDebug FAILED Execution failed for task...
Andrew Fletcher
A summary of Node package commands Short cut commands npm install...
Andrew Fletcher
Each time a release is prepared for Google Play, the steps I work through are as follows.   Preparation to run a build Check the Gradle build settings Directed to the build.gradle file using the following file path ~/android/app/The area of code in the build-gradle file to focus: android { signingConfigs { debug { storeFile file('{file-path}/private_key.pepk') storePassword '{password}' keyAlias '{alias}' keyPassword '{password}' ...
Andrew Fletcher
Something I haven't had to do in a while is to change the name of a Git branch...
Andrew Fletcher
Post a NetSkope update, composer would fail when running any command that...
Andrew Fletcher
Attempting to run a preview, and I'm seeing the following error in Android...
Andrew Fletcher
I need to generate a patch and then apply automatically to my Drupal...
Andrew Fletcher
Resources Type Version Android Studio Android Studio Giraffe | 2022.3.1 Patch 1 Gradle 7.4.2     When attempting to run an Android build, I'm seeing the following error Execution failed for task ':app:packageDebug'. > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable > com.android.ide.common.signing.KeytoolException: Failed to read key upload from store...
Andrew Fletcher
Updating the Android app and while testing I'm seeing the following error in the...
Andrew Fletcher
Post creating a new branch in the repo, next step was to run the checkout...
Andrew Fletcher
How to set the Private file path in Drupal using the following steps: Create a...
Andrew Fletcher
This issue I have a folder with about 10,000 files in it.  I want to scan...