Press "Enter" to skip to content

Posts published by “Abhishek Jaiswal”

How to generate a unique id in PHP?

0

In Php, we can create a unique id in PHP using uniqid() function. This is the best way to generate unique id in PHP, However we can say php generate unique id for mysql, php unique…

MAC Address Spoofing with Macchanger in Kali Linux

0

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…

How do I clear my cache on Google chrome and Firefox?

0

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…