Tag: C

  • Get JSON Value in C

    Parsing JSON in C wasn’t so easy until I comparing several libraries, but trying JSON-C was easier than I think. let talk about sample case which I want to parse json data from http request, so I use curl for processing my requests and using JSON-C to parse the data. like usually started with including…

  • How to open router settings

    How to open router settings

    The router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. A data packet is typically forwarded from one router to another router through the networks that constitute an internetwork until it reaches its destination node. A router is connected to two or more data lines from different networks. When a data packet comes in on…

  • WPM Project

    WPM Project

    Introducing WPM (Web Package Manager) my personal Web Wizards projects to make Websites Application Installation more easier!

  • Change Windows Computer IP address

    Change Windows Computer IP address

    Shutdown your computer for a minute and turn it back on. Again, the common nature of DHCP is to assign the device same IP address each time it connects to the network, it’s unlikely that you’ll receive different address first time your restart your computer. If you restart a few times, you may get lucky and…

  • Drupal RCE bug

    Drupal RCE bug

    Hackers have started exploiting a recently disclosed critical vulnerability in Drupal shortly after the public release of working exploit code. Three weeks ago, Drupal security team discovered a highly critical remote code execution vulnerability, dubbed Drupalgeddon2, in its content management system software that could allow attackers to completely take over vulnerable websites. To address this…

  • NetKiller

    NetKiller

    do you have wifi at home? but someone has accessed the wifi without your privileges? here’s one Utility Tools might help you kill other people connection that who connected to your wifi. Developed by Fray117 & Me, together with improving this deadly software to make it better and more accurate, as begin research on 23 March 2018…

  • IP Address

    IP Address

    Internet Protocol version 4 (IPv4) defines an IP address as a 32-bit number. However, because of the growth of the Internet and the depletion of available IPv4 addresses, a new version of IP (IPv6), using 128 bits for the IP address, was developed in 1995, and standardized as RFC 2460 in 1998. IPv6 deployment has been ongoing since the mid-2000s. IP addresses are usually written…

  • Atom – The best open source text editor

    Atom – The best open source text editor

    Why Atom? There are a lot of text editors out there; why should you spend your time learning about and using Atom? Editors like Sublime and TextMate offer convenience but only limited extensibility. On the other end of the spectrum, Emacs and Vim offer extreme flexibility, but they aren’t very approachable and can only be…