Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS
We can easily check the information of disk space using command line tool called df command.‘df‘ command stands for “disk filesystem“. It is used to get a full information of available and used disk space usage of the file system in linux system. Some commands of df (Disk File system) are given below: Step 1: …
Read more “Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS”
How to Create Cloud Function in Google Cloud Platform
Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Cloud Functions can respond to events from Google Cloud services such as Cloud Storage, Pub/Sub, and Cloud Firestore to process files …
Read more “How to Create Cloud Function in Google Cloud Platform”
How to Create Routes on Google Cloud Platform
Google Cloud routes define the paths that network traffic takes from a virtual machine (VM) instance to other destinations. In a VPC network, a route consists of a single destination prefix in CIDR format and a single next hop. When an instance in a VPC network sends a packet, Google Cloud delivers the packet to …
How to Create high-availability VPNs on Google cloud platform.
HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your VPC network through an IPsec VPN connection in a single region. HA VPN provides an SLA of 99.99% service availability. When you create an HA VPN gateway, Google Cloud automatically chooses two external IP addresses, one …
Read more “How to Create high-availability VPNs on Google cloud platform.”
Steps to Setup FileZilla on Ubuntu 20.04 LTS
FileZilla is a free & open source data transfer tool. Filezilla is a ftp client & used for transfer files to and from an FTP site. Using FileZilla, we can also copy, rename, and delete files on the remote FTP server. It provides multiplatform solution supported on Linux, Windows, and MacOS. It supports some protocols …