Skip to main content
426
results
Andrew Fletcher
In the terminal type, the following command: sudo apt updateAfter typing the above command, enter your password. Off the bat, this command doesn’t update your system. Instead, it updates your Ubuntu repositories.  So your system checks against the repositories. It checks if there are newer versions available of the program installed. It won’t update your existing packages right away; instead, it will update the information about the existing packages and their versions available. This is...
Andrew Fletcher
To get Flysystem S3 ready for Drupal 10, I needed to apply the latest patch to...
Andrew Fletcher
To PATCH a user is to update an existing user... actually the current user...
Andrew Fletcher
  Updating to Drupal 10 Begin by upgrading Drupal 9 to the latest version....
Andrew Fletcher
Resources Type Version Android Studio Android Studio Giraffe | 2022.3.1...
Andrew Fletcher
Updating the Android app and while testing I'm seeing the following error in the AndroidManifest.xml file Class referenced in the manifest, `com.{app_name}.app.MainActivity`, was not found in the project or the librariesAnd the accompanying error Unresolved class 'MainActivity'  Working through the suggestions Invalidate caches To invalidate the caches do the following File > Invalidate caches / restartOutcome: error remained   2. Restart Android Studio Another suggestion was to...
Andrew Fletcher
Git filename error when running the git add command.  The error I'm...
Andrew Fletcher
Attempting to run a composer update command, you know the one used...
Andrew Fletcher
Post creating a new branch in the repo, next step was to run the checkout...
Andrew Fletcher
Issues with sign in key... When attempting to upload a APK package, I'm getting...
Andrew Fletcher
Updating NPM packages using npm update and I'm seeing the following response npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@fortawesome%2fpro-light-svg-icons - Not found npm ERR! 404 npm ERR! 404 '@fortawesome/pro-light-svg-icons@^5.11.2' is not in this registry. npm ERR! 404 @fortawesome:registry=https://npm.fontawesome.com/ npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run...
Andrew Fletcher
On most of the sites I'm running the Google analytics ID is appearing....
Andrew Fletcher
Goal: Restrict content access through username and password entry on an Nginx...
Andrew Fletcher
Working in an AWS ec2 environment, my goal is to access the server via...
Andrew Fletcher
How to set the Private file path in Drupal using the following steps: Create a...