AJAX Crash Course
What is AJAX ? Asynchronous Javascript & XML Set of web technologies Send & receive data asynchronously Does not interfere with current web page JSON has replaced…
DevOps Training Online – Class Recordings – January 2020
Dear Participants, Here are the consolidated URLs of DevOps training videos/class recordings/tutorials AWS Video Tutorial – January 2020 – (PDF – Notes) Docker Video Tutorial – January…
Top Plagiarism Checker Tool For SEO in 2020.
Q1. What is Plagiarism Checker? Plagiarism Checker means Duplicate Content Finder. It a free online tool to scan duplicate content with accuracy in no time. It accurately…
Protection of CSRF in Laravel
What is CSRF? CSRF stands for Cross Site Request Forgery and it’s a web attack that forces a user to make unintended requests to a web application where they are previously…
What is difference between echo, print, and print_r in PHP with example?
Echo Statement:- The echo statement is used to output in display with or without parenthesis echo or echo() but no return value. Echo Statement faster than print…
Laravel 5.5 php artisan migrate error in Ubuntu: SQLSTATE[HY000] [2002] Connection refused
How I got this error?Ans: I was running php artisan migrate command in /opt/lampp/htdocs/project_dir What was the error? ubuntu@ip-ip_addr:/opt/lampp/htdocs/project_dir$ php artisan migrateIn Connection.php line 664: SQLSTATE[HY000] [2002]…
Ubuntu or Linux Error: Unable to access XAMPP MySQL from /opt/lampp/bin/mysql
Here’s the complete article on the solution with baby steps:How to link php from XAMPP installation to use php command from user or any other directory in…
How to link MySQL from XAMPP (/opt/lampp/bin) to use mysql command from any directory in Ubuntu or Linux
Assumption: I assume that you have already installed XAMPP in your Ubuntu OR Linux machine.If not, then you may follow this link to do so: https://www.devopsschool.com/blog/installing-xampp-7-4-xxx-on-ubuntu/ and https://www.devopsschool.com/blog/how-to-link-php-from-xampp-installation-to-use-php-command-from-user-or-any-other-directory-in-ubuntu-or-linux/…
Ubuntu or Linux error: Error: EACCES: permission denied, mkdir ‘/opt/lampp/htdocs/node_modules/node-sass/vendor’
How I got this error:I got this error while running command: npm install in one of my project directory located at /opt/lamoo/htdocs What was the Error: root@ip-ip-address:/opt/lampp/htdocs/[projectName]#…
How to install latest version of nodejs in Ubuntu or Linux
Steps:1. Login to Ubuntu or Linux machine using ssh client like putty 2. Run command: sudo -s3. Run command: sudo apt-get install curl4. Run command: curl -sL…
Linux Tutorials: How to setup SSH keys on Ubuntu/ Linux
Introduction:If you want to clone a repository from gitlab, github or bitbucket in your Ubuntu machine then you may need to setup SSH Keys in ubuntu and…
How to install composer in Ubuntu or Linux machine
To install Composer on your Ubuntu or Linux system, perform the following steps: 1. Check if you have PHP installed and configured properly. If not then please…
How to link php from XAMPP installation to use php command from user or any other directory in Ubuntu or Linux
Assumption:I assume that you have already installed XAMPP in your Ubuntu OR Linux machine.If not, then you may follow this link to do so: https://www.devopsschool.com/blog/installing-xampp-7-4-xxx-on-ubuntu/ How I…
What is the difference between numeric and associative array in loop with example?
For Loop with Numeric Array:- Numeric Array uses in For Loop for Declaration and Initialization as numeric index values are store and access. ex:- For Loop with…
Protected: Digital Marketing Team Goals – 2020
There is no excerpt because this is a protected post.
How to keep putty SSH connections alive
Introduction: This article describes how to keep SSH connections alive. If you experience problems when using SSH, such as dropped or unresponsive connections, you may need to…
Top 50 Tools – Platform – Library – Scripting – Framework for Web Developer in 2020
Tools git sourcetree chrome-developer-tools firebug postman adobexd adobephotoshop Cloud aws github godaddy cpanel Framework android xmapp laravel Concept microservices Operating System ubuntu centos Programming Language php Web…
Python Interview Questions and Answer Part – 2
Which argument would you use in a Python function to obtain a dictionary of all the named arguments passed? Keyword Arguments (**kwargs) (Ans) *args The NoneType argument…
Python Interview Questions and Answer Part – 1
What Python function is used to open files? open_file() file() new_file() open() (Ans) What does the pass keyword do? Passes control to another function Continues to the…
npm error on Linux: Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 12.x
Environment:Linux 64-bitLaravel 5.5Node.js 12.x How I got this error:I made some changes in one of the js file of my project. Hence, I needed to rebuild the…
Git Error: How do I remove files saying “old mode 100644 new mode 100755” from unstaged changes in Git?
How I got this error:I had to take a pull in my project directoryI tried to take the pull by running the below commandscd <My Project Directory>sudo…
PHP Laravel Error: Trying to access array offset on value of type null
Environment:Laravel Version: 5.5PHP Version: 7.4.0 Error stack trace:Message: Trying to access array offset on value of type null Sample code that gave me error:$filterConfig = $request->get(‘filterConfig’, null);$showAll…
How many types of loops are there in PHP?
While Loop:-While loop keeps repeating an action until a condition returns false. Nested While loop:-Nested while loops work as while loop but in this case, you use…
Complete Reference: WordPress Debugging & Troubleshooting Guide
Any wordpress issues and problem may be caused by a variety of issues, including: Part – 1- Enable debugging mode in WordPress, follow the steps: Edit wp-config.php…
How to clear laravel.log in PHP Laravel
laravel.log is a file that collects all the Log messages by default into it Sometimes you need to truncate this log file for troubleshooting the application Command…
Protected: DevOps School Video Work Daily CheckList for Multimedia Team
There is no excerpt because this is a protected post.
How to disable/Uninstalling Jenkins a plugin when Jenkins is down using command line?
Issue A plugin is preventing Jenkins to restart I need to disable a plugin and Jenkins is down How to Uninstall a jenkins plugin using command line?…
Onbaording Checklist for Trainer with DevOpsSchool.com
Step 1 – CV evaluation from Tier 1 trainers of DevOpsSchool.comStep 2 – 30 mins tech Interview with Tier 1 trainersStep 3 – Training Materials Validation and…
