While moving large websites it is quite time consuming to first download the file on local and then uploading it to the server. Best solution in that case is to do server to server migration. But if the files are on google drive then they won’t directly downloading using wget. We need to pass some […]
Month: October 2022
In this guide, we walk through the process of creating a NodeJS project from scratch with Apollo Client, TypeScript, and MongoDB. Before We Start, Please Check If Nodejs is Installed in Your System or Not. How to check whether NodeJS is installed in your system or not? As you can see below there is a […]
Being a PHP developer we frequently come across requirements where we need to install xampp or Apache, PHP, Mysql on ubuntu system (whether server or on local machine). It is not very straight forward. As different versions of PHP are released over time so there are different apt PPA (personal package archives) that maintains the […]