Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

MongoDB Cheat Sheet - Essential MongoDB Shell Commands

MongoDB Cheat Sheat - A quick reference of Mongo shell commands and usage example needed to perform most of the common tasks in MongoDB.

PowerShell to ping a list of IP addresses in a CSV file

PowerShell script to read a list of IP addresses from a CSV file, ping them and report the result.

C program to write a string to text file

This is a simple C program to write a string to a text file

PowerShell to get system information from remote computers

PowerShell script to read a list of computer names from a CSV file and remotely get their system information

Disk cloning in Linux using dd command

Examples of how to use dd command for disk image backup and restore and for cloning disk partitions or an entire disks.

Converting PDF to PNG using Ghostscript

Batch convert PDF files to image format such as PNG and JPEG easily using Ghostscript.

How to upgrade Chocolatey on Windows

Step by step instructions to check currently installed vesion and upgrade chocolatey to its latest version. Chocolatey is a popular package manager for Windows

Writing data from a Pandas Dataframe to a MySQL table

This article shows you how to write the data in a Pandas DataFrame to a MySQL table using the to_sql() function and SQLAlchemy toolkit.

How to configure zoning in a Brocade FC switch

In a multipath SAN environment, zoning controls the paths between Host HBAs and Storage Processors. In this article you will learn how to configure zoning on a Brocade FC Switch.

Install Laravel on Windows (WAMP) Server

Quick and easy guide to install and configure Laravel on Windows running Apache, MySQL, PHP (WAMP). Laravel is a free and opensource PHP framework