Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

connect vm to cloud storage gcp

$ export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s` 
$ echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list
$ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

$ sudo apt-get update
$ sudo apt-get install gcsfuse

$ mkdir /path/to/mount

$ gcsfuse example-bucket /path/to/mount

$ ls /path/to/mount 
Comment

PREVIOUS NEXT
Code Example
Shell :: change history editor 
Shell :: update linux bash history editor 
Shell :: count the number of unique elements in a column bash 
Shell :: git delete tag from commit 
Shell :: gcloud set project 
Shell :: aws ec2 swap 
Shell :: ubuntu 20.04 vmware tools 
Shell :: ubuntu youtube download playlists 
Shell :: git alias 
Shell :: how to open boot config raspberry pi command propt 
Shell :: how to stash the newly created files in git 
Shell :: install zotero linux 
Shell :: install specific version of r package 
Shell :: how to check if virtualization in enable on linux 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: bash vlookup function 
Shell :: copy all files in folder with powershell 
Shell :: git check staged changes 
Shell :: install paho mqtt client raspberry pi 
Shell :: get mac address linux 
Shell :: ubuntu check user groups 
Shell :: wslinux backup 
Shell :: read a file in batch 
Shell :: django load data from json file 
Shell :: C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found 
Shell :: sdkman 
Shell :: wifi adapter not found ubuntu 20.04 
Shell :: typescript detect circular dependency 
Shell :: awk trim every nth line 
Shell :: intellij goto line 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =