How to Create SQL Server on Google Cloud Platform.
SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network. Login to google cloud platform …
Read more “How to Create SQL Server on Google Cloud Platform.”
How to Create PostgreSQL on google cloud platform.
PostgreSQL is one of the worlds fastest growing open source databases that is commonly deployed on popular cloud provider, Google Cloud Platform (GCP), to host organizations application data in the cloud. Login to google cloud platform portal. Click on SQL. Click on Create Instance. Select PostgreSQL. Then click on choose …
Read more “How to Create PostgreSQL on google cloud platform.”
How to Create Memorystore Redis on Google Cloud Platform.
Memorystore automates complex tasks for open source Redis and Memcached like enabling high availability, failover, patching, and monitoring so you can spend more time coding. Memorystore for Redis provides a fully-managed service that is powered by the Redis in-memory data store to build application caches that provide sub-millisecond data access. Login to google cloud platform …
Read more “How to Create Memorystore Redis on Google Cloud Platform.”
How to Create Mysql Database on Google Cloud platfrom.
Cloud SQL for MySQL is a fully-managed database service that helps you set up, maintain, manage, and administer your MySQL relational databases on Google Cloud Platform. Login to google cloud platform portal. Click on SQL. Click on Create Instance. Select MySQL. Then,click on choose MySQL. Provide the instance name …
Read more “How to Create Mysql Database on Google Cloud platfrom.”
How to use rm and rmdir utilities to remove or delete files and directories in Linux
Introduction: Use sudo with rm command for those files which are having root user and group permissions or if getting message Access Denied. Sudo rm text2.txt rm text.txt How to delete a files and directory in linux In Linux operating system if needs to delete directory use following commands: rmdir command – removes empty directories/folders rm command – removes a directory/folder along with all the …
Read more “How to use rm and rmdir utilities to remove or delete files and directories in Linux”