how download google drive file with wget
// Files smaller than 100MB
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME
// Files bigger than 100MB
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=FILEID" -O FILENAME && rm -rf /tmp/cookies.txt
Also in C++:
- install dotnet core ubuntu
- mongodb restart command ubuntu
- INSTALL VMwareTools on terminal ap=get
- certbot remove domain
- Uninstall WPS Office from Ubuntu
- centos selinux set permissive
- powershell admin privileges
- styled componets npm
- install zsh hyper mac
- Using ffmpeg to split video files by size
- linux disk usage
- install angular global
- linux backup ftp
- how to change mac address kali linux
- github remote
- git fetch rebase
- git install on alpine
- can i do git push to heroku branch which isnt a master or main
- deploying to heroku from git
- remove windows folder
- install tweepy
- create ssh key mac github
- # Check failed: allocator->SetPermissions(reinterpret_cast<void*>(region.begin()), region.size(), PageAllocator::kNoAccess).
- check bluetooth radio status bash