0 1 2 3 4

Issues


  • How to play dota2 offline

    You and your friends are stuck at home with no internet or there is but it sucks and you have dota2 installed on each computer ( sad life 😦 ). Worry no more you can still play dota2 on your LOCAL AREA NETWORK. Steps Below that should be done on all machines. TERMINOLOGY Server – the…

  • Install Dota 2 without downloading it

    Install dota2 but you dont want to download huge gig of file because of slow internet(meh) and you want to save time? Below are the steps on how to do it. BUT please note you need a machine that has already dota2 installed on it , if you don’t have it or you’re friend don’t…

  • Using Google Sheet as Database

    One way to show the data to your client with read only(depends on you) access accessible through web/mobile without creating new interface. Google Sheet is one of the solutions you can pick. Google sheet provides security features, history etc.. which make stuffs easier. Using GSHEET as a DB is probably not a good idea. This is just…

  • ZMQ on Xampp

    I have an app run by laravel and experienced this error when i run composer install command from CLI. Problem 1 – Installation request for react/zmq v0.3.0 -> satisfiable by react/zmq[v0.3.0]. – react/zmq v0.3.0 requires ext-zmq * -> the requested PHP extension zmq is missing from your system. To enable extensions, verify that they are enabled…