Questions tagged [google]

52 questions
6
votes
3 answers

Accessing Google-translate via wget

I don't want to call the whole Firefox/Chrome/Opera... to find out the meaning of a word with the Google translate, so I decided to write a shell script which uses wget to get the content of translate.google.hu and gets the translation from the…
Tom Solid
  • 246
  • 1
  • 3
  • 11
5
votes
0 answers

does rclone 'sync' work with google drive to remove files?

I am trying to use rclone to sync a directory to my google drive. The code I am using is something like: rclone sync ~/Desktop/myfolder mygoogledrive:myfolder This works to upload the contents just fine. But when I remove a file from my local…
WillD
  • 183
  • 1
  • 3
5
votes
1 answer

How to disable gnome calendar integration with google?

I want to remove Google calendar tasks from Gnome calendar. I never really configured Gnome to show Google tasks but I think Evolution automatically integrated them. I did find some instructions on how to enable this integration, but they teach how…
Kastrup
  • 51
  • 1
  • 3
3
votes
2 answers

Evolution fails to connect to my Google calendar

I've configured 2-Step Verification with my Google accont (under https://myaccount.google.com/security). Emails with OAuth 2 seem to come through fine but I keep getting "Failed to connect calendar “[email protected] : MyName” Data source…
stdcerr
  • 2,037
  • 12
  • 42
  • 65
3
votes
2 answers

How auth in linux with google account

I'm setting up Ubuntu 18.04, and trying the Ubuntu auth users with Google accounts from my G Suite. That's the idea, but after search about that, I can't find much information for this. Any ideas?.
3
votes
1 answer

GNU Emacs Gnus can't connect to gmail IMAP

I'm in the process of configuring Gnus to retrieve emails from my gmail account via IMAP. I have done as recommended at https://www.emacswiki.org/emacs/GnusGmail, however I keep on getting errors from Gnus upon startup: Opening connection to…
Mark
  • 1,763
  • 5
  • 25
  • 45
2
votes
1 answer

How can I download and sync my google photos to Linux?

I have alot of photos on my google account, it's painless too upload pictures there but what do I do if I want to download and sync them to my Linux system?
somethingSomething
  • 5,721
  • 18
  • 58
  • 98
2
votes
1 answer

When did GNOME/gnome-calendar ask for my Google account credentials?

At some point I added my Google account credentials to gnome-calendar but I can't recall when. I don't believe that I manually opened the application and explicitly added this account, as I don't ever use it. I must have been prompted at some point…
Zhro
  • 2,495
  • 4
  • 28
  • 45
2
votes
1 answer

Configure dnssec with dnsmasq, how can I trust google public DNS?

I'm trying to configure a secured DNS service locally, so I use dnsmasq and queries google public dns with dnssec enabled. So I will need to fetch the value for trust-anchor # Uncomment to enable DNSSEC dnssec trust-anchor=xxx How can I do that?
daisy
  • 53,527
  • 78
  • 236
  • 383
2
votes
3 answers

Open source alternative to Google authenticator app

I've set up Google authenticator as 2FA for ssh and it works great, but authenticator app for Android is not open source anymore. Is there a good real open source alternative?
Motte001
  • 1,210
  • 3
  • 10
  • 20
1
vote
0 answers

Gzip compression not enabled

Our wordpress website we need to enable gzip compression we followed below instruction to enabled. we have wp rocket plugin this plugin automatically added compression mode_deflate lines in .htaccess We try to enable from server side so we followed…
user461491
  • 11
  • 1
1
vote
0 answers

Modified files by Google Chrome

Hello how can I obtain the modified files by Google Chrome. For example, if one web application accesses and modifies the one local file in the user's directory how can I find out?
kkk001
  • 31
  • 2
1
vote
1 answer

Chromium Google search autocomplete not working on Mint 20

I installed Chromium on Mint 20 using apt following the docs here $ apt list chromium Listing... Done chromium/ulyana,now 87.0.4280.66~linuxmint1+ulyana amd64 [installed] Then I added Google as the default search engine for Chromium. But when I…
ATOMP
  • 165
  • 2
  • 8
1
vote
1 answer

Get google spreadsheet contents using shell script

If I create a published table on Google sheets with a specific web address https://docs.google.com/xxxx how can I extract that information using a shell script? I have used the command wget -O ABC.txt http://address.txt to extract information from a…
Briana
  • 19
  • 1
  • 3
1
vote
0 answers

How to add Google Drive in Debian KDE

there is an error when you connect Google Drive via Network. How do I fix it and connect the disk in KDE?
1
2 3 4