Install Vanilla Forum on Windows local host

How to Install Vanilla Forum Software on Windows 10

Vanilla is forum software. It provides a modern community platform for organizations. Companies like Adobe, EA, Acer, Nokia are using it. You can visit the showcase page for additional details. It helps improve customer service, increase advocacy, and strengthen brand loyalty. This forum is also available as a software-as-a-service (cloud) which is paid and good for […]

How to Install Vanilla Forum Software on Windows 10 Read More »

Awesome Screenshot Browser Extension

Awesome Screenshot – (How to) Install and Capture Images, Record Videos

Awesome Screenshot is a free browser extension available for popular browsers like Chrome, Firefox, and Safari which helps you to capture images and add Annotations like blurring sensitive info, adding titles, creating custom shapes for your blog. You can create an arrow, write text, create a circle, etc and save a screenshot for personal records

Awesome Screenshot – (How to) Install and Capture Images, Record Videos Read More »

Query to get current executing statement in Oracle concurrent program

Use below query to get the current executing statement in Oracle Apps concurrent programs. SELECT va.sql_text ,va.module FROM APPS.fnd_concurrent_requests fcr ,V$SESSION vs ,V$SQLAREA va WHERE fcr.oracle_session_id = vs.audsid AND vs.sql_hash_value = va.hash_value AND fcr.request_id = <request_id>; Table Information fnd_concurrent_requests:- This table holds the history of all submitted program in Oracle Apps like request id, request

Query to get current executing statement in Oracle concurrent program Read More »

XAMPP Control Panel - Manage/Configure Apache, MySQL, FileZilla, Tomcat, Mercury

Mastering the XAMPP Control Panel: Start/Stop Apache, MySQL, and More!

This article explains how to use the XAMPP control panel to start/stop, administer/ configure services like Apache, MYSQL, FileZilla, Mercury, Tomcat with just a click of a button. Before moving further, let’s discuss XAMPP in Brief. XAMPP XAMPP (Cross-Platform, Apache, MariaDB, PHP, and Perl) is one of the most popular web development environments. It provides

Mastering the XAMPP Control Panel: Start/Stop Apache, MySQL, and More! Read More »

Install Putty on Windows

How to Download, Install, and Use PuTTY on Windows – A Complete Guide

PuTTY is a free and open-source SSH and Telnet client for the Windows. It is originally developed by Simon Tatham and now supported by a group of volunteers. This terminal emulator helps to access server over a network remotely using the secure shell (ssh) protocol. In this guide, we will walk through: Downloading and installing

How to Download, Install, and Use PuTTY on Windows – A Complete Guide Read More »