This article demonstrates how to make a POST request to a REST API endpoint using C# and the HttpClient class.
How to set a static IP address on Raspberry Pi. Manual IP address configuration to set fixed IP address by editing interfaces config file.
PowerShell script demonstrates how to retrieve the last modified date-time of a given file on a remote FTP server using the FTPWebRequest class of System.Net
How to manually install Apache, PHP and MySQL on a Windows PC. Also explains testing, verification and troubleshooting the install
Python string operations using builtin string methods find() and replace(). Contains examples for string search and replace.
Using binary search algorithm to find the first occurrence, last occurrence and the count of an element in a sorted array with duplicate elements.
How to implement a generic Queue data structure in Java using linked lists. A queue is a linear data structure that manages data using FIFO pattern.
This article tells you how to configure a Cisco Router as DHCP server. Explains the IOS commands for configuring the router as DHCP server
This article describes how to restrict management access on Juniper SRX device to specific network addresses by setting up a firewall filter
In this article we show you how to create a system image backup in Windows 10 and how to restore you system from a system image backup.