Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to make POST requests to a REST API endpoint using C#

This article demonstrates how to make a POST request to a REST API endpoint using C# and the HttpClient class.

How to set static ip on Raspberry Pi

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 - Get modified time of a file on an FTP server

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

Manually install and check Apache, PHP, MySQL on Windows

How to manually install Apache, PHP and MySQL on a Windows PC. Also explains testing, verification and troubleshooting the install

Python String Search and Replace

Python string operations using builtin string methods find() and replace(). Contains examples for string search and replace.

Binary search to find the occurrences of an element in a array

Using binary search algorithm to find the first occurrence, last occurrence and the count of an element in a sorted array with duplicate elements.

Implementing Generic Queues in Java using Linked List

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.

How to configure DHCP server on a Cisco router

This article tells you how to configure a Cisco Router as DHCP server. Explains the IOS commands for configuring the router as DHCP server

Restricting Management Access on Juniper SRX

This article describes how to restrict management access on Juniper SRX device to specific network addresses by setting up a firewall filter

How to backup and restore a System Image in Windows 10

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.