Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to send email using Javamail with Exchange

How to send emails from a Java program using Javamail API. The sample article demonstrates how to make an authenticated SMTP connection with TLS.

Data visualization in Jupyter Notebook using Pandas

This tutorial shows you how to visualize your data in Jupyter Notebook with the help of two Python libraries - Pandas and Matplotlib.

PowerShell to get Size on Disk of files

Powershell script to retrieve the size on disk of files using the .Net P/Invoke feature and Add-Type cmdlet

PowerShell script for incremental backup using modified time

PowerShell script to take incremental backups. Only files modified in the last N days will be copied while creating the necessary folder structures

Managing packages in Raspberry Pi using APT

How to install, remove, update and list packages using Advance Packaging Tool (apt) on a Raspberry Pi computer running Raspbian OS.

Cisco IOS Switch Commands Cheatsheet

Cisco IOS Switch commands cheat sheet - Contains quick reference and basic IOS commands for Cisco IOS Switch.

How to setup a PXE boot server with NFS on CentOS7

This article shows you how to install and configure a PXE boot server and NFS in CentOS 7 to use as a Network Install Server

How to install WhatsApp on your 3G Android Tablet

WhatsApp can be installed on 3G Tablets from outside the playstore eventhough it is not officially supported. Learn how..

Laravel on a sub domain or folder: Remove public from URL

How to install Laravel in a subfolder inside your DocumentRoot and remove the word public from the URL

How to install and configure Laravel with MongoDB on Windows

Step-by-step instructions on how to install and configure Laravel Package jenssegers Laravel Mongodb. Access a MongoDB database from PHP Laravel