Questions tagged [google]

Company providing various Internet-related products and services, such as Google web search, Gmail, Google Calendar, YouTube, ... They provide APIs for several of their services, allowing users to integrate these into their own websites and web applications.

470 questions
4
votes
1 answer

locked out of ssh and sftp and require new password

I have tried to log into my Google Instance running "CIS CentOS Linux 7 Benchmark Level 1" and get the following message. It's asking for the current password which we don't have. Is there a way to gain access and reset things? I'm currently locked…
4
votes
3 answers

Google Cloud SQL authorize Auto Scale Instance Groups

I have an instance group set up with Auto Scaling and Load Balancing. I'm also using Google Cloud SQL for the MySQL server. Whenever instance group scales up and adds another instance, the instance gets a new IP address. The problem is that this…
4
votes
1 answer

Finding google unusual traffic

We are a small Internet provider. In order to get Internet access we are using NAT (10-20 users per one public IP). And lately we've met with Google blocking services (captcha and full block) and we were unable to find a proper solution for our…
Alex
  • 231
  • 2
  • 4
4
votes
2 answers

Why can't I whois '.google' domains?

I know of only two domains under the TLD google (owned by Google, obviously): nic.google lers.google However, neither of these give valid output when used with whois: $ whois nic.google No whois server is known for this kind of object. Why aren't…
IQAndreas
  • 1,550
  • 2
  • 20
  • 39
4
votes
1 answer

blocked.domain.gstatic.com - Where could this blocking be?

As of this morning we were having serious issues (partially loaded site with no functionality) accessing Google Drive which we use heavily. Other websites seemed to work fine. This is happening on ALL networked machines which are Windows 7 Pro…
EasyCo
  • 153
  • 1
  • 7
4
votes
1 answer

Delay from Google URLs & Services

At work, we've had a persistent issue with slow response times from Google based URLs via our Comcast internet service. Any time we try to load Google.com, YouTube.com, Drive.Google.com, ajax.googleapis.com, etc. there is a 5-20 second delay before…
shshaw
  • 99
  • 5
4
votes
1 answer

Moving mail server to google apps

I just recently moved one of my Mail server (Exim+dovecot) to google apps thinking it would be a good idea. I am interested to hear what the serverfault community think about it, and mostly weight the pros and cons. Pros: - No need to maintain your…
Adam Benayoun
  • 1,138
  • 2
  • 14
  • 26
4
votes
7 answers

What's the benefit of using "containers" in the datacenter as opposite to regular installation

I have just seen this video: Google container data center tour What is not quite clear to me is, what's the benefit from placing the servers inside containers?
OscarRyz
  • 384
  • 1
  • 7
  • 15
4
votes
1 answer

"Via: HTTP/1.1 GWA" HTTP header - what is it?

One of my customers has something installed on their site, which makes all their resources load from googleusercontent.com domain. All HTTP requests also have the following header: Via: HTTP/1.1 GWA All my searches of this particular header show…
GDR
  • 329
  • 4
  • 14
4
votes
3 answers

Does google's web crawler download binary files?

My Google-fu is failing me right now. I'm trying to figure out whether Google's web crawler downloads non-image binary files when it spiders sites. I know it downloads (and indexes) images and PDFs, but what about .zip, .dmg, etc? My client offers…
jessica
  • 143
  • 4
4
votes
2 answers

Google network architecture

I am aware that this question might be closed as "not a real question", "subjective" or even "argumentative". If this is a mistake, I am sorry. I am not good at all at networking but I'm trying to get better and learn more. (you might know the…
4
votes
3 answers

Host my own email in a VPS and stop using gmail, which options do I have?

I'm planning to stop using some google services (like gmail for personal email, still be using for services like google code though). I'm not too paranoid, I know every service in the net is a threat to privacy. The problem with google is that it…
4
votes
1 answer

My Vista's nslookup returns an ipv4 address for an ipv6 site

the command: nslookup ipv6.google.com doesn't work quite well. somtimes it returns an correct ipv6 address, sometimes it returns an ipv4 address. How can this happen? [im using OpenDNS] much thanks for help.
deo
  • 143
  • 3
4
votes
1 answer

error: The zone does not have enough resources available to fulfill the request. Try a different zone, or try again later

I am having this issue for 48 hours now The zone 'projects/calm-suprstate-275511/zones/asia-east1-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later. What should I do?
bob
  • 41
  • 1
  • 1
  • 2
3
votes
1 answer

How can we avoid an unstable work of Windows on Google cloud instance?

I created an "Instance" in Google Cloud (Windows server 2016 with RDP). On this server, I launch a console application (written in C ++), the simplest example of a web server. The web server listens on port 2246 and sends an OK response regardless…