Skip to content

SRE School

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career
  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring
    Uncategorized

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries
    Uncategorized

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide
    Uncategorized

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

  • Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification
    Uncategorized

    Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

  • Best DevOps Training in California: Complete Career Transformation Guide
    Uncategorized

    Best DevOps Training in California: Complete Career Transformation Guide

  • Best DevOps Training in California: Launch Your Tech Career from the Golden State
    Uncategorized

    Best DevOps Training in California: Launch Your Tech Career from the Golden State

  • DevOps Course in London: Practical DevOps Training for UK IT Careers
    Uncategorized

    DevOps Course in London: Practical DevOps Training for UK IT Careers

  • ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found
    Uncategorized

    ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to App\Http\Resources and change Replace thin code Afte that error is solved.

  • Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key
    Uncategorized

    Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Step 1: run this command Step 2: run this command Step 3: run this command

  • Missing required parameters for Route (Laravel 10)
    Uncategorized

    Missing required parameters for Route (Laravel 10)

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to hospital-profile.blade.php and change the route to the URL

  • The GET method is not supported for route /. Supported methods: HEAD.
    Uncategorized

    The GET method is not supported for route /. Supported methods: HEAD.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Solved my same problem just with the command: You can use the following commands- or

  • Trait “Laravel\Passport\HasApiTokens” not found
    Uncategorized

    Trait “Laravel\Passport\HasApiTokens” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: I have faced the same issue and it was resolved by doing the following: Do you have a…

  • Stuck in a git rebase … how to reset
    Uncategorized

    Stuck in a git rebase … how to reset

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: rebase in progress; onto f39d81c0 You are currently rebasing branch ‘master’ on ‘f39d81c0’. (all conflicts fixed: run “git rebase…

  • SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel
    Uncategorized

    SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: Solution: Go to phpMyadmin and insert the column “provider” oauth_clients table the purpose of the provider column in oauth_clients table Problem is solved

  • laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied
    Uncategorized

    laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 24, 2023

    Error: Solution: What I have tried so far is to allow access to storage via: Step 1: Step 2: Go…

  • composer unable to install laravel/passport
    Uncategorized

    composer unable to install laravel/passport

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 22, 2023

    Error: Solution: I am using PHP8.1 and face the same issue running the command and it’s worked for me. And…

  • ERROR: Target class [PassportAPI\ContactManagementController] does not exist. {“exception”:”[object]
    Uncategorized

    ERROR: Target class [PassportAPI\ContactManagementController] does not exist. {“exception”:”[object]

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 18, 2023

    Error: Solution: Step 1: Namespace in Controller File: Make sure the directory structure in your ContactManagementController.php file corresponds to the…

  • No Application Encryption Key Has Been Specified.
    Application, Encryption, Key

    No Application Encryption Key Has Been Specified.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 18, 2023

    Error Solution: In my case, I also needed to reset the cached config files: And Problem has been resolved

  • How To Install and Use Composer on Ubuntu
    Uncategorized

    How To Install and Use Composer on Ubuntu

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 15, 2023

    Introduction Composer is a widely used PHP dependency management solution designed primarily to make project dependency installation and updates easier….

  • Updating Laravel TrustProxies Middleware after Framework Version Upgrade
    Uncategorized

    Updating Laravel TrustProxies Middleware after Framework Version Upgrade

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 12, 2023

    It’s crucial to take care of modifications in middleware configurations when updating Laravel from version 5.7 to version 10 in…

  • ProFTPD fail : UserPassword Missing argument
    Uncategorized

    ProFTPD fail : UserPassword Missing argument

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 10, 2023

    Error: Solution: There appears to be an unknown configuration directive ‘function’ on line 44 of the ProFTPD configuration file (/opt/lampp/etc/proftpd.conf),…

  • xampplib: line 22: netstat: command not found
    XAMPP

    xampplib: line 22: netstat: command not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 10, 2023

    When I try to start my xampp in the server I found these errors: Error: How can I solve this…

  • How to change php7.4 to 8.2 version in linux
    linux

    How to change php7.4 to 8.2 version in linux

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 9, 2023

    You must follow certain steps, depending on your Linux distribution, to upgrade PHP from version 7.4.3 to 8.2 on a…

  • How to change username(root) the phpmyadmin in ubuntu server
    phpmyadmin, root, server

    How to change username(root) the phpmyadmin in ubuntu server

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    On an Ubuntu server, you must adjust both the phpMyAdmin configuration and the MySQL user’s settings in order to alter…

  • How to set password for access the phpmyadmin in ubuntu 
    access, phpmyadmin, ubuntu 

    How to set password for access the phpmyadmin in ubuntu 

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    You can use these instructions to create a password in Ubuntu to access phpMyAdmin. phpMyAdmin is installed by default; if…

  • List of My Blogs Written in October 2023
    Uncategorized

    List of My Blogs Written in October 2023

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    1. C:\xampp\htdocs\example app10\config\cache.php:92 2. Envoy raise Class ‘Barryvdh\Debugbar\ServiceProvider’ not found? 3. What is Container class in Flutter 4. To enable…

  • How to Install COMPOSER on your Ubuntu and run phpmyadmin
    Commands, Composer

    How to Install COMPOSER on your Ubuntu and run phpmyadmin

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 7, 2023

    Composer is a well-liked PHP dependency management solution designed primarily to make project dependency installation and upgrades easier. It will…

Previous
1 … 22 23 24 25 26 27
Next

Follow Us

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

  • Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

  • Best DevOps Training in California: Complete Career Transformation Guide

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

  • Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

    Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

  • Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

    Accelerate Your Tech Career in Kolkata: The Complete Guide to DevOps Training & Certification

  • Best DevOps Training in California: Complete Career Transformation Guide

    Best DevOps Training in California: Complete Career Transformation Guide

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

Category Name

  • phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

    phpMyAdmin + Performance Schema: How to Check, Enable, and Use It for MySQL Performance Monitoring

  • MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

    MySQL Slow Query Log: A Complete Guide to Finding and Fixing Slow Database Queries

  • Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    Best DevOps Training in Mumbai: The Ultimate Career-Changing Guide

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career

WordPress Theme by WPEnjoy

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn