Learn how to add a favicon or shortcut icon to your website.
How to convert MYSQL data to JSON using PHP You may use this in combination with Jquery/AJAX to exchange data with web applications in JSON format
How to get data from nested JSON objects in PHP using recursion method or using simple FOR loops.
This article gives you step-by-step instructions on how to increase the size of the LVM root partition on a Linux virtual machine running on Oracle Virtual Box.
Share files and folders in your Raspberry Pi with Windows PCs on the network by setting up Samba
This article explains how to create a custom new service units and CentOS 7 with systemd and how to manage services using systemctl command.
PowerShell Tip : View and Modify Access time, Modification Time and Creation times of Windows files and folders using PowerShell
Last Access time of files in Windows are disabled by default to improve NTFS performance but you can enable last access time updates using fsutil tool
This web app created with Node.js and Express framework demonstrates how to parse a JSON POST and insert the data in to a MySQL database table.
A Linked list consists of a set of nodes and each node has some data and a pointer to next node. Here is a C program to add, remove, count and print elements of a linked list