You can make change in the setting of Date and time. you can configure current Date and Time by using the Date \ Time option present in the control panel : Step -1 . Open…
First take interface down # ifconfig eth0 down Change to a Specific MAC address # macchanger -m 00:d0:60:00:40:65 eth0 OR To change network card’s hardware MAC address to some random hexadecimal numbers: # macchanger -r…
If you are continually having trouble logging into the website, your saved web history may be interfering with you entering newer/different information. In these instances you may need to clear your web history. Follow the…
It is raining offers for consumers thanks to intense competition between telcos, particularly Reliance Jio, Airtel and Vodafone. And the company which started this data war, Reliance Jio has now come up with a new…
Hello Friends In this tutorial I am going to explain how to lock and unlock your computer with Pendrive, this trick is the awesome tricks that can give some awesomeness to your friends. Let’s start…
What can all the Routines do? Good Morning Bedtime Leaving home I’m home Commuting to work (smartphone only) Commuting home (smartphone only) Routines, which enable you to perform multiple Google Assistant actions at once, are rolling out…
In this tutorial, We are going to know how can we get the IP address of the client in PHP, IP address is very important for the client that make personalize the experience of a…
Difference between include() and require() functions? This both functions help to include the content of other PHP files into another PHP file. Including files is very useful when you want to include the same PHP,…
In this tutorial, I’m going to show how to create a login page in PHP, creating a login page for beginner is a big problem. I’m trying to keep this easy so you can understand…
In this PHP tutorial, I’m going to talk about how to POST and GET JSON Data using PHP cURL, the cURL library is used for sending and receiving data on the web and used by the…