How to start, restart & stop Apache & MySQL server on Ubuntu

How to start, restart & stop Apache & MySQL server on Ubuntu

This tutorial is all about the commands you need to know how do you start/restart an Apache 2 Web Server and MySQL server on Ubuntu or Debian Linux operating system. The Apache web server is the light and most popular open source web server use worldwide on Linux based operating system. It can be installed … Read more

How to Change MySQL user password in Linux

select the users

MySQL and MariaDB both are the popular open source database systems meant for Linux based operating systems. Although the MariaDB is the fork of the MySQL,  the commands to operate it are similar to MySQL. So, the purpose of this tutorial is to take out of the situation, where you forget the root or other … Read more

How To Install Lamp Stack (Apache, PHP and MySQL) on Ubuntu 16.04 Server

Apache 2 test on Ubuntu

The LAMP is an open source software Stack of Apache web server, PHP and MySQL database installed on Linux operating system systems such as Ubuntu server. A LAMP can be installed through some basic Terminal Commands on a server to enable it to host the websites and web apps. The LAMP stands for: L- stands for Linux … Read more

Connect & Manage AWS lightsail Windows server using WAC

AWS LightSail installed Windows 2019 server with Windows Admin Center

Windows Admin Center is a web-based platform to manage remote Windows PCs and servers, thus we can also use WAC to manage AWS Lightsail cloud running Windows server 2019, 2016, or 2012 Instances. We can manage the LightSail Windows server using the RPD protocol that will give direct access to the Graphical user interface of … Read more

4 Ways to find which process is using TCP or UDP port on Windows 10 or 11

TCPview use to view TCP and UDP port details

It is essential to know which process is listening TCP or UDP port on Windows 10, 11, or any version you are using; if you are planning to dedicate some port to a particular application. For example, you want to change the default listening port of MySQL, so first you would like to check the … Read more

Running PHP Files in Visual Studio Code with XAMPP: A Step-by-Step Guide

RUn PHP Files in Visual Studio Code with XAMPP

Visual Studio Code (VS Code) is a quite useful tool for developers looking for a free but lightweight code editor, whereas XAMPP on Windows is used to provide the popular AMP stack meant to run on Linux-based systems for creating web server environments. XAMPP includes Apache, MySQL, PHP, and PHPMyAdmin along with Mercury, Filezilla, and … Read more

How To install Second WordPress in a Subdirectory for creating Multisite

install Second WordPress in a Subdirectory for creating Multisite

Installing WordPress in a Subdirectory is very easy like setting up a new WordPress-based website on your Subdomain; What you need is just a bit of understanding of the technology. People who want to run multiple WordPress instances without changing the root domain can go either for the Subdomain or Subdirectory method. The core benefit … Read more

How to install Angular on Windows 11 or 10 using command prompt

Installing Angular on Windows 10 or 11 using CMD

Those who are in development would already know about Angular which is an open-source framework built for developing dynamic web applications. It is developed by Google and is cross-platform in nature. Well, whether you’re a seasoned developer or just starting with Angular, the first step is we have to install it. So, in this guide, we … Read more

11 Best Open source IoT Platforms To Develop Smart Projects

Best Top Open source IoT Platforms To Develop the IOT Projects

The Internet of Things (IoT) is the future of technology that helps Artificial intelligence (AI) to control and understand things in a much better way. We have gathered some best-known IoT platforms that help you to develop IoT projects in a controlled way. What do you mean by IoT platforms? The IoT platforms are suites … Read more

Top 10 Free Open Source Blogging Platforms or CMS in 2023

Best Open source CMS for Blogging Self Hosted min

Let’s start with a simple definition of a Content management system (CMS). The software either in free, open source, or paid category allows users to write and publish their digital content is known as CMS. Such platforms not only support text but also images and videos to make content more attractive and informative. There are … Read more

6 Best Open source Personal Cloud Software to Setup Cloud storage

Open source Free cloud storage software

The huge content creation of images, videos, documents, and other files from different digital devices increases the demand for storage devices and cloud services. But a storage device without any remote connectivity is less valuable as compared to a cloud storage device. There are lots of commercial cloud storage options available with free space such … Read more

How to install Adminer on Windows 10 or 11?

Install Adminer on Windows 10 or 11 WSL

Follow the commands given in this tutorial to install Adminer Database manager on Windows 10 or 11 using WSL- Windows Subsystem for Linux.  Like PHPMyAdmin, Adminer is also an open-source web-based tool to manage databases. Earlier it was known as phpMinAdmin, however, later its developers changed its name to Adminer. Maybe to remove the confusion … Read more