Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to install Hugo Website Generator on Windows and Linux

Hugo is a fast and flexible static site generator that can be used build static websites such as landing pages, portfolio, catalogue pages within hours.

Mining cryptocurrencies with CPU

Some of the popular altcoins such as Monero, ByteCoin, FantomCoin, DigitalNote, Aeon, zCash, Storj can be mined on a normal CPU with out any additional hardware.

How to edit photos with RawTherapee

Photo-editing software can be used to turn bad or mediocre photos into great pictures. Here are some easy hacks to edit photos in RawTherapee

How to set up a Staging Website

A staging website is a clone of your website that is not accessible to search engines and general public. This article demonstrates how to setup a staging website.

Speed Optimize Woocommerce and Wordpress with out plugins

Optimize Wordpress and Woocommerce to get faster page loads by adding just a few lines of code to your theme's function.php. No plugins needed!!

How to manage variable products from Woocommerce back end

Managing variable products efficiently from WooCommerce backend. The variable product type in Woocommerce can be used to list the same product in different variations.

How to edit videos with DaVinci Resolve

DaVinci Resolve is a softwar that helps you edit videos quickly and easily. Here are a few tips to edit videos professionally with DaVinci Resolve.

Getting started TypeScript with Visual Studio 2015

This article explains installing TypeScript, creating your first program and the basics of building applications using TypeScriptand Visual Studio 2015

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

PowerShell - List files and sub-directories on an FTP server

Powershell script to list the directory contents on a FTP server using the FTPWebRequest class of System.Net