How to Create Bigtable in Google Cloud Platform
Google Cloud Bigtable is Google’s NoSQL Big Data database service. It’s the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail. Bigtable is a compressed, high performance, proprietary data storage system built on Google File System, Chubby Lock Service & SSTable. Login to google cloud platform portal. Click on …
How to Create Cloud Storage in Google Cloud Platform
Google Cloud Storage is a RESTful online file storage web service for storing and accessing data on Google Cloud Platform infrastructure. The service combines the performance and scalability of Google’s cloud with advanced security and sharing capabilities. Interoperability – Google Cloud Storage is interoperable with other cloud storage tools and libraries that work with services …
Read more “How to Create Cloud Storage in Google Cloud Platform”
What is chattr attribute and how it use to make files undeletable or immutable
Introduction: Most of the time Linux based Operating system machine is used by different users. So there are high chances that the users will access a common set of files. This practice will cause of problems like accidental deletion or modification of important files. There is an existing command – chattr – that’s developed to help you in specifically these kinds of …
Read more “What is chattr attribute and how it use to make files undeletable or immutable”
How to Create Filestore in Google Cloud Platform
A FileStore represents a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. Filestore gives users a simple, native experience for standing up managed Network Attached Storage (NAS) with their Google Compute Engine and Kubernetes Engine instances. Login to google cloud platform portal. Click on Filestore. Select …
Read more “How to Create Filestore in Google Cloud Platform”
Use of Basic Commands & utilities on Linux.
Introduction Lets start the command line utilities based on linux platforms. Pre-requisities In this blog we do learn some basics commands. 1- pwd This command is to find the current working directory pwd. /root The /root directory is the home directory of the root (administrative) user. If you are logged in with another user the you will see something …