INSTALLATION OF LAPPSTACK: Installation part is same as lampstack installation. At the time of installation, it asks for config the password postgres user. Which is equivalent to root user of MySQL. PGSQL CONFIGURATION: Go to /opt/lampstack/apps/phppgadmin/conf and open httpd-app.conf. Change…
Month: April 2022
Flutter Form Validation
As a developer, I can understand that whenever we create a form, how important it is to validate it. Form validation is a technical process where a form check if the information provided by a user is correct. whether it…
Difference between a Shared server, Dedicated server, Local Server and what is GUI and CUI
Before going to the topic we need to know what is the remote server and local server. Local Server: As per its name which server is locally available or for accessing it no need for internet is called local server.…
PHP Variables
A variable may be a place wherever you’ll be able to store things, like variety, a date, number , or some text . you set text or numbers into variables therefore you’ll be able to retrieve them later, more or less you’ll be able to manipulate them. Variables square measure referred to as variables as a result of the worth that…
PHP Syntax
In this chapter, you will get an idea about the very basic syntax of Php. To run php you will need a server which we have already installed in the last chapter. PHP programs can be written on any editor,…
Different Linux os and what is Linux distribution
A Linux distribution, or distro, is an installable operating system built from the Linux Kernel, supporting user programs, and libraries. Each vendor or community’s version is a distro. Because it is open-source anyone can run, study, modify, and redistribute the source code, or…
PHP Install
To start PHP:To use php you will needTo start PHP: Web Server with PHP and MySQL support Install PHP on your own PC Web Server with PHP and MYSQL Click me to Install PHP & MYSQL on server Install PHP…
Difference between Linux , Windows , Unix and Mac os
Sr. No. Windows Mac os Linux 1 Windows is not open source and is not free to use. Mac is not open source and is not free to use. Linux is Open Source and is free to use. 2 Runs…
PHP Intro
Learn PHP Hi Welcome to the trendy PHP tutorial! during this PHP tutorial helps you learn the way to develop dynamic internet sites and web applications victimisation PHP from scratch. This PHP tutorial can assist you to be told PHP scripting language simply. This PHP tutorial series covers all the topics of PHP such…
Introduction and basic of Linux Operating System
Linux is a free and open-source operating system based on the Linux kernel. Operating systems based on Linux are known as Linux distros. Examples include Debian, Ubuntu, Fedora, CentOS, Gentoo, Arch Linux, Kali Linux(hacking, Also used as security testing tool), Baishakhi(Develod…