Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu ocamlfuse

# Install google-drive-ocamlfuse
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse

# Sign in to Google
google-drive-ocamlfuse

# Create Google Drive directory
mkdir ~/GoogleDrive

# Mount the filesystem
# (Replace [mountpoint] with the name of your desired folder)
google-drive-ocamlfuse [mountpoint]
Comment

PREVIOUS NEXT
Code Example
Shell :: bash loop over files in directory 
Shell :: ubuntu see if package is installed 
Shell :: git push origin master --force 
Shell :: portainer instal 
Shell :: command to check working of gpu in linux 
Shell :: How to grep for file name recursively with some file content 
Shell :: revert to master origin branch git 
Shell :: bash for file in folder 
Shell :: flutter web run with custom port 
Shell :: docker-compose install in centos 7 
Shell :: how to uninstall atom in ubuntu 20.04 
Shell :: give permission to file ubuntu 
Shell :: How to Ignore/disable SSH Host Key Verification 
Shell :: install babel core 
Shell :: cancel a merge git 
Shell :: command to install react cli 
Shell :: kill a process by looking up the port in windows 
Shell :: how to uninstall pycharm professional in ubuntu 16.04 
Shell :: choco install python 
Shell :: Laravel Rolling Back Migrations 
Shell :: export zip git project bash 
Shell :: find process id of port ubuntu 
Shell :: remove nvidia drivers ubuntu 
Shell :: how to install rhythmbox music player on ubuntu 
Shell :: service supervisor restart 
Shell :: -bash: : Permission denied 
Shell :: android studio (not installed) windows 
Shell :: command count files 
Shell :: wsl delete 
Shell :: bash check if package is installed 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =