Top 10 DevOps Blogs and Websites To Follow in 2023

DevOps is about mechanization which is a cutting-edge programming improvement approach in which Software Developers and IT Operations group cooperating in a shared way to construct, test, convey and discharge…

Read more »

How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS

Read more »

How to Fix ” Vue packages version mismatch:” error in Laravel 5.5

If you find any issue like above then run below Commands for solution : Solution : Above Command solve my issue if you are still in issue then run below…

Read more »

Laravel say that Auth guard [user] is not defined

I am trying to override default logout button in my Laravel project. so I defined below code in my LoginController->logout() function. but it’s showing that my guard is not defined….

Read more »

Laravel 5.5 Error – “The page has expired due to inactivity. Please refresh and try again.”

i am trying to submit a form with some fields and showing this error “The page has expired due to inactivity. Please refresh and try again.” so when I look…

Read more »

How to Install WordPress and WAMP in Windows Server?

In this blog i am going to describe you the whole step and tell you how can you do more experiment on local rather than going live on server. if…

Read more »

Ubuntu 20.04.2 LTS display “34 updates can be installed immediately.”

Try Below Commands to update packages A reboot may or may not be necessary (sudo shutdown -r 0) For my machine i use only below command Note : if you…

Read more »

Ubuntu 20.04.2 LTS displays “There is 1 zombie process” upon login

To Check the zombie process run below command and Then kill the parent process 👉 For more details read below tutorial on this topic: Click Here

Read more »

Laravel – composer update asking about – phpunit/phpunit[7.5.0, …, 7.5.20] require ext-dom *

When ever you find above issue then do one thing that your ubuntu server is missing with some packages like ext-dom & php-xml. you have to do simply below things…

Read more »

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. Laravel 5.5

If you find this issue then you should remove App_key From .env and then run below command after running above command your issue will be resolved. Resources : Click Here

Read more »

DataTables images issues like sort_asc.png & sort_both.png not found

Hi Friends, I am facing these issues for the last 1 month so I decided to solve this issue then I tried and I succeed. this is just a simple…

Read more »

XAMPP: Another web server is already running

Step 1: Stop the Apache Step 2: and Then Restart Apache 👉 if above command will not work in your machine then do below steps: Step 1 : check the…

Read more »

How to move repository from Bitbucket to GitHub with all branches and commits?

Step 1 : Create a Blank repository on Github without Readme.md Step 2 : Moving all code and content from bitbucket Check out the existing repository from Bitbucket: 2. Now…

Read more »

What is JSON? Why we use JSON over XML?

Let’s discuss about JSON that why we use JSON and what is the importance of JSON in Web Development. How can It help us to get data from such an…

Read more »

How to downgrade php from 8.0.0 to 7.1.32 in xampp 8.0.0?

Hey friends i am going to discuss with some common error with xampp. i installed xampp in my pc and working with Laravel version 5.8 and php version 7.1.3 so…

Read more »

Composer update fails with composer.json php version ^7.1.3

Hi geeks, yesterday i tried to run a command in my laravel project ver 5.8 then it’s showing two issue in my git bash. my php version in composer.json file…

Read more »

How to fix MySQL Shutdown Unexpectedly Error

Errors : mysql_error.log 2020-10-22 12:48:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions2020-10-22 12:48:24 0 [Note] InnoDB: Uses event mutexes2020-10-22 12:48:24 0 [Note] InnoDB: Compressed tables use zlib…

Read more »

AWS Solution Architect Certification Free Tutorials [Session 1 – 7 ]

Session 1 AWS Solution Architect Certification Tutorials EC2 | Debug.School Session 2 AWS Solution Architect Certification Tutorials VPC Part1 Session 3 AWS Solution Architect Certification Tutorials VPC Part2 Session 4…

Read more »

How to write a Hello World App in Flutter?

Hey folks, Here we are going to run a Hello World Application in Flutter. so if you want to do this. first of all, you have to install flutter. for…

Read more »