phpExec is a small tool I did to execute php snippets on the fly. Basically it is like jsfiddle for php which should be hosted by yourself. phpExec is a simple script written in php which provides an in-browser editor to write and run php codes. the only requirement would be having php binaries on… Continue reading Run PHP codes on the fly using phpExec
Search and replace IP addresses in CloudFlare
So I had to search between more than 700 dns records in our cloudflare account and update the IP addresses to the new servers, out of this task I came up with this tiny application I did in PHP that allows you to search all your cloudflare accounts for an specific IP address and then… Continue reading Search and replace IP addresses in CloudFlare
Cortana is missing after Windows 10 Anniversary Update
Other than the bash one of the most exciting things for me in Anniversary update of Windows 10 was the Android Notification Sync feature, so before even my update completes I already had cortana installed on my Moto X Pure edition. But Oddly after update Cortana was gone, With no option to enable it. Searching… Continue reading Cortana is missing after Windows 10 Anniversary Update
Fix: Surface Pro 3 Randomly Ejects Micro SD Card
I bought a 64GB Samsung Micro SD card for my Surface Pro 3 around 2 months ago and used it for all my static files, cloud drives and etc. around 2 weeks ago I encountered this issue that the micro sd card was being ejected and reinserted into the machine randomly. This was annoying because… Continue reading Fix: Surface Pro 3 Randomly Ejects Micro SD Card
Softether VPN Server Disturbs Network
Softether is great. Setting up a VPN server with multi protocol support is made pretty easy with it. Well I’m not going to talk about how to setup softether and so on, Today I’m going to share an issue that I was experiencing by setting up softether on my Virtual Machines. Softether uses a built… Continue reading Softether VPN Server Disturbs Network