Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to create a bootable USB flash or ISO running Windows PE

How to create a bootable USB flash drive or ISO image to boot and repair a corrupt windows installation

How to child proof your Android Tablets

How to child proof your Android Tablets with the restricted profile feature.

Oracle DBA Cheat Sheet

This Oracle DBA cheat sheet is an essential guide for Oracle Database Administrators to perform day-to-day administration tasks

C#.NET: How to store and get connection strings from config files

This post demonstrates how to store and retrieve connection strings from app.config file of a C#.Net Windows application.

Python Web scrapping - Step-by-Step guide and Example script

Web scraping with Python - Step-by-step guide on creating your first Python script to scrape a website.

Create SOAP-based web service in C# using VS2022

By default WCF is not included in VS2022. This article demonstrates how to create a SOAP-based web service using C# ASP.NET in Visual Studio 2022.

Recover a Juniper device booted from backup Junos image

Step-by-step procedure on how to recover a Junos OS image when the primary partition is corrupted and the device booted from image in secondary partition.

Read and write to files with buffered streams in Java

Reading and writing files in Java using buffered stream classes BufferedInputStream, BufferedOutputStream, BufferedReader and BufferedWriter.

C program to sort array elements using insertion sort

C program to sort the elements of an array in ascending order using Insertion Sort algorithm

Align Divs using CSS3 Flexbox

How to align divs horzontally and vertically in CSS3 using flexbox