Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

download google drive file ubuntu

sudo wget "https://drive.google.com/uc?export=download&id=replace_this_by_file_id"
Comment

install google drive on ubuntu

<<<<<<<<<<<<<<<<<<<<<<<<<
#install google drive
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update && sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse
mkdir -v ~ / myGoogleDrive
google-drive-ocamlfuse ~ / myGoogleDrive
<<<<<<<<<<<<<<<<<<<<<<<<
Comment

ubuntu googls drive setup

curl https://packages.expandrive.com/keys/expandrive.asc | gpg --dearmor > packages.expandrive.gpg
sudo install -o root -g root -m 644 packages.expandrive.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.expandrive.gpg] https://packages.expandrive.com/expandrive stable main" > /etc/apt/sources.list.d/expandrive.list'
Comment

PREVIOUS NEXT
Code Example
Shell :: install discord fedora 
Shell :: install criterion ubuntu 
Shell :: rmdir directory not empty windows 
Shell :: docker remove all images powershell 
Shell :: install brave on arch 
Shell :: git new branch push to remote 
Shell :: how to install pycharm on ubuntu 
Shell :: push project to new branch git 
Shell :: install office 365 in ubuntu 
Shell :: know version of centos ec2 
Shell :: install terminator ubuntu 
Shell :: hydra use find password cracker 
Shell :: configure editor for git 
Shell :: how can I check the memory of computer in ubuntu 
Shell :: install tmux fedora 
Shell :: shell view binary file 
Shell :: add image to readme 
Shell :: how to install blackeye bash 
Shell :: linux monitor outgoing https requests 
Shell :: what are the ubuntu packages required for laravel to be installed 
Shell :: git upload folder 
Shell :: how to upgrade terraform v0.13 on mac 
Shell :: shell command read first lines 
Shell :: composer install debian 
Shell :: my shell bash scripting practice 
Shell :: loop over file bash 
Shell :: change local branch name 
Shell :: linux test examples 
Shell :: How to change DNS on Kali 
Shell :: zsh: command not found 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =