Most Useful Linux Putty Commands
May 23, 2020
In this post am going to share few most useful linux putty commands. Unable to start MongoDB. ERROR: address already in use. killall mongod should kill the other process, if you have another kind of process bound to that port you could find it with netstat | grep 27017 MongoDB Config file Location: /etc/mongod.conf Redis
How to get system Mac Address in PHP
May 23, 2020
You can view demo and download how get system Mac Address using PHP: // Turn on output buffering ob_start(); //Get the ipconfig details using system commond system('ipconfig /all'); // Capture the output into a variable $mycom=ob_get_contents(); // Clean (erase) the output buffer ob_clean(); $findme = "Physical"; //Search the "Physical" | Find the position of Physical
PHP File Download Script
May 23, 2020
In this article am going to explain you how to create PHP file downloader to download any files from webserver to local machine. This application works mainly on the header of the PHP. This type of file download script I have used in most of my web application. When you want to download any file
How To Make Your Own Slime At Home
May 23, 2020
If you have kids at home, they have most likely at one time asked if they can make their own slime. Am I right? Not sure why kids are into slime 😉 But here is a good tutorial on how to make your own slime at home using ingredients you probably already have laying around.