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,…

Read More

How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS

Chandan KumarMotoShare.in provides the perfect two-wheeler for every occasion—daily commuting, weekend escapes, tourist exploration, or test-riding your dream bike. Simplify your mobility with us! www.DevOpsSchool.com

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…

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…

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…

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…

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…

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 Chandan…

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…

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…

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…

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…

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…

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…

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…

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…

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…

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…

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…

Read More

Why Flutter is important in 2020?

Everyone who is in software industry and wants to develop an application for Android and iOS. He has a question that how to develop an application. What…

Read More

Error – Dart SDK is not configured in Android Studio.

First of all whenever you see this error then see your flutter framework SDK path is set or not. In my system it is not configures. so…

Read More

What is flutter and how to use it for app development?

Flutter is Google’s portable UI (user interface) framework for producing modern, native and reactive mobile(Android, iOS) application, Web and desktop from a single codebase. Flutter is an…

Read More

Manipulation of dates and times in PHP with examples.

Here we are going to discuss about the PHP Date and times. how can we call current date and time in our code. There are nearly fifty…

Read More

In Laravel, how can I clear laravel.log?

In my Laravel project i want to clear my laravel.log file but i have no idea how to do it. so i found a solution on it….

Read More

What are the best Sublime Text 3 plugins for web development ?

Here i am going to demonstrate you some cool plugins for web developer to easily code in Sublime Text 3. so let’s get started now. Why we…

Read More

Linux command Error- nohup:ignoring input and appending output to ‘nohup.out’

Error : When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very…

Read More

Installing and Working with Sourcetree & git repos

Here you are going to learn about how to clone, pull and push file using sourctree. so for this process you have already install gitbash and also…

Read More

How to design a website from beginner to advanced using some free websites and Youtube Channels?

For every developer who wants to learn from basic to advanced you should follow some techniques and website. that will help you to grow your knowledge and…

Read More