Month: August 2021

What is WordPress?

WordPress is an application that allows you to easily build websites and publish content online. It was founded in 2003 and has since evolved to become the world’s most popular website building platform. WordPress began as a simple blog platform, but it quickly evolved into a more feature-rich Content Management System (CMS). The software is …

What is WordPress? Read More »

Laravel Project Deployment – Server requirements

There are a few system requirements for the Laravel framework. You should make sure your web server has the following PHP version and extensions installed: PHP >= 7.3 BCMath PHP Extension Ctype PHP Extension Fileinfo PHP Extension JSON PHP Extension Mbstring PHP Extension OpenSSL PHP Extension PDO PHP Extension Tokenizer PHP Extension XML PHP Extension

How to Do Test Network and Deploy Chaincode

The test network is provided for learning about Fabric by running nodes on your local machine. Chaincode is a piece of code that is written in one of the supported languages such as Go or Java. $cd fabric-samples/test-network $./network.sh down //Turn off historical network $./network.sh up //Start a new network After the start up, next step is to …

How to Do Test Network and Deploy Chaincode Read More »

Basic Syntax of PHP

Hypertext Preprocessor or PHP is a general-purpose script language which is best suited in web developing. It is used for managing databases, session tracking and dynamic contents. It is commonly merged with databases including Oracle, MySQL, Informix, Sybase and many more. PHP is easy to learn since its syntax is basic and beginner-friendly. PHP script …

Basic Syntax of PHP Read More »

Rising Phishing Attacks in the Philippines

Phishing is a type of cybercrime in which a target or targets are contacted via email, phone, or text message by someone impersonating a legitimate institution in order to trick individuals into providing sensitive data such as personally identifiable information, banking and credit card information, and passwords. The information is then utilized to get access …

Rising Phishing Attacks in the Philippines Read More »

How to Install OpenCV in Ubuntu 20.04

OpenCV (Open Source Computer Vision Library) is an open-source computer vision library that supports all major operating systems and has bindings for C++, Python, and Java. It has multi-core processing capabilities and GPU acceleration for real-time operation. OpenCV is used for a wide range of applications, including medical image analysis, stitching street view images, surveillance …

How to Install OpenCV in Ubuntu 20.04 Read More »