Home
PHP
Codeigniter
AI
Google Web Stories
Install / Setup
Demos
About Us
Contact Us
PHP Advices Programming Blog - Tutorials About PHP, MySQL, Ajax, JavaScript, Jquery and Web Development
  • Home
  • PHP
  • Codeigniter
  • AI
  • Google Web Stories
  • Install / Setup
  • Demos
  • About Us
  • Contact Us
Browsing Category
Install / Setup
Install / Setup Ubuntu

Setup FTP With FileZilla On Google Cloud

March 6, 2020 No Comments
setup-ftp-with-filezilla-on-google-cloud
Setup FTP With Filezilla On Google Cloud
Setup FTP With Filezilla On Google Cloud

In this article, I will help you to setup FTP with FileZilla on google cloud to manage your files. You can connect, transfer and edit files on your VM Instance remotely. You can get simple and understandable steps to setup FileZilla on google cloud. Let’s have a brief look on PuTTY.

Before We Setup FTP With FileZilla On Google Cloud

Install PuTTYgen – We need to install PuTTYgen on our system. If you are working with Ubuntu you can check out our article How to Install PuTTY on Ubuntu Linux

Using PuTTY you can generate SSH Key. You can use this application to generate a private and public key pair in order to encrypt the connection between your Google Cloud instance and FileZilla.

Install FileZilla – We need to install FileZilla

Continue reading
Written by: Vijay Poshiya
Install / Setup Ubuntu

How to Install PuTTY on Ubuntu Linux

November 16, 2019 No Comments
install-putty-on-ubuntu
how-to-install-putty-on-ubuntu
Install Putty on Ubuntu Linux

You can get simple and understandable steps to install PuTTY on Ubuntu. Before we move into the installation, let’s have a brief look on PuTTY.

What is this PuTTY?

PuTTY is a very useful tool for remote access to server. PuTTY is the most popular SSH client toll. it is not only limited to the Windows operating system. You can also use this on Linux and macOS.

PuTTY supports many protocols such as SSH, SFTP, serial, Telnet, rlogin, SCP, etc. the PuTTY SFTP client used to securely transfer files between client computers with the SSH connection Learn Mor About Putty.

Continue reading
Written by: Vijay Poshiya
Install / Setup

How To Install Node.js on a CentOS 7 Server

November 15, 2019 No Comments
install node js on google cloud
Install Node JS on CentOS

You can get simple and understandable steps to Install Node.js on CentOS 7. Before we move into the installation, let’s have a brief look on Node.js.

What is this Node.js?

Let me tell you. Node.js  is an open-source tool. In the Server, Java-script is used in Node.js. Node.js can be used on multiple platforms like Windows, Linux, Unix, Mac OS X, etc., It is designed to build scalable network applications. it can be used to develop scalable systems, because of its non-blocking feature. Node.js is an efficient and easy than a traditional web server model.

What is this CentOS?

CentOS is a Community Enterprise Operating System. It is an open-source platform for non-productive developmental work. For production concern, those works can be migrated to RHEL (Payable) Linux distribution platform.

Let’s have a quick look on Node.js features and versions available!!!
Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

How to Install phpMyAdmin on CentOS 7 – Google Cloud

September 30, 2019 No Comments
install phpMyAdmin on centos
install phpMyAdmin on centos
install phpMyAdmin on centos

You can get simple and understandable steps to install phpMyAdmin on CentOS. Before we move into the installation, let’s have a brief look on phpMyAdmin.

What is this phpMyAdmin?

Let me tell you. phpMyAdmin is an open-source tool, which used to administrate MySQL over the web interface. phpMyAdmin is also used in MariaDB Database Management. phpMyAdmin is a GUI (Graphical User Interface ) based application. phpMyAdmin is available in 79 languages.

What is this CentOS?

CentOS is a Community Enterprise Operating System. It is an open-source platform for non-productive developmental work. For production concern, those works can be migrated to RHEL (Payable) Linux distribution platform.

Let’s have a quick look on phpMyAdmin features and versions available !!!

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

How to Install MySQL on CentOS 7

September 28, 2019 No Comments
install mysql on centos
Install MySQL on CentOS 7
Install MySQL on CentOS 7

You can get simple and understandable steps to install MySQL on CentOS. Before we move into the installation, let’s have a brief look on the MySQL.

If you don’t have installed PHP on CentOS 7 you can install one by following These Instructions.

What Is MySQL?

Let me tell you. MySQL open-source tool and Database Management System. MySQL is a fast, stable, true multi-user, multi-threaded SQL database server. Apart from the free edition, MySQL also offers other services like MySQL Enterprise Edition, MySQL Cluster CGE, Oracle MySQL Cloud Service and MySQL for OEM/ISV.

Drupal, Joomla, phpBB, and WordPress are some examples of MySQL database-driven web application. Facebook, Flickr,MediaWiki, Twitter and YouTube are some examples of MySQL database–driven websites.

Continue reading
Written by: Vijay Poshiya
Install / Setup

Install Apache on CentOS

September 18, 2019 No Comments
install apache on centos
install apache on centos
install apache on centos

You can get simple and understandable steps to install apache on centos. Before we move into the installation, let’s have a brief look on APACHE WEB SERVER.

What is this Apache Web Server? Let me tell you. Apache Web Server was an open-source web server, widely used for websites because it is having the best compatibility with any website or software packages. Multiple websites can be served through virtual hosting by a single Apache installation.

CentOS is a Community Enterprise Operating System. It is an open-source platform for non-productive developmental work. For production concern, those works can be migrated to RHEL (Payable) Linux distribution platform.

Let’s have a quick look on Apache Web Server features and versions available.

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

Install PHP on CentOS

No Comments
install PHP on CentOS
Install PHP on CentOS
Install PHP on CentOS 7

You can get simple and understandable steps to install PHP on CentOS. Before we move into the installation, let’s have a brief look on PHP.

What is this PHP? Let me tell you. PHP means Hypertext Processor, which is a programming language for web development. You can create dynamic web page contents or images as you wish.

CentOS is a Community Enterprise Operating System. It is an open-source platform for non-productive developmental work. For production concern, those works can be migrated to RHEL (Payable) Linux distribution platform.

For now, we can focus on PHP 5.6, which will be the basic version widely used. Later will explain to you how to install any version of PHP on CentOS.

Continue reading
Written by: Vijay Poshiya
Install / Setup

Generate a Firebase Server Key

August 19, 2019 5 Comments
Generate-a-Firebase-Server-Key

Firebase Server Key is used to send push notifications to Android devices and this Server API Key to identify your firebase app. Let’s Generate a Firebase Server Key

Create a Firebase project and Get your Server Key

1) Login to the Firebase Developer Console and if you haven’t created a project yet, click “Create Project”.

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

PHP IMAP Extension – Install / Enable IMAP In PHP

August 13, 2019 No Comments
install or enable IMAP extension in php
install or enable IMAP extension in php

by default, the IMAP for PHP is deactivated. First, you need to check whether PHP IMAP is installed or not. lets check with phpinfo() function.

Check PHP IMAP Is Install.

1) Create a new file in your root directory called “whatever.php” and put below small code on this file.

1
2
3
<?php
phpinfo();
?>

Note: it is not a good practice to name the file “phpinfo.php”, because some attackers search for files with that name on your servers. so, please keep it in your mind.
2) Now, run this file from your favorite browser.
3) You can check the same as snap below.

phpinfo()
Continue reading
Written by: Vijay Poshiya

Subscribe to our newsletter!

Categories

  • AI
  • Codeigniter
  • Install / Setup
  • JavaScript
  • JQuery
  • PHP
  • Ubuntu
swachh-bharat-abhiyan

© 2025  PHP Advices

  • Sitemap
  • Privacy Policy
  • Disclaimer
  • Terms and Conditions
  • Contact Us
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. ACCEPTREJECTRead More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT