CommPulse

CommPulse

1170 parked Settings

The cross-site community pulse: gold-layer posts + comment threads read live from the Communication Hub, ranked by importance. Turn a post into Discord / LinkedIn / X.

redditsysadminView on Reddit

Had a new to us customer reach out about wanting chromebooks. Partly through the process, we discovered that they already had a Google tenant associated with their domain. In short: It’s been like a week now and no one knows who the admin is for their Google tenant. I’ve called so many people, even other companies they’ve worked with in the past. So anyway: I found a way to start the process of removing the domain from whatever tenant it’s under so we could start the new one. But here’s the catch: the owner of the business ends up getting an email to his @gmail.com account with the warning that his account will get deleted if we don’t do the steps to cancel. I thought this was a breakthrough, but the question became: can his gmail log into admin.google.com? No, of course not. He’s not an admin. He doesn’t know who the admin is. He’s trying to dig into the origins of his Gmail account as I speak here. Anyone here been through this before/know what to do? Got a pile of Chromebooks here that we cannot setup for them lol Edit: plot twist his @gmail.com account isn’t associated with a workspace tenant at all according to the Google admin toolbox. I’m trying to see if he can tell me if those emails were forwarded from somewhere — why would his gmail account get them? submitted by /u/bcredeur97 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditgooglecloudView on Reddit

I've been following this tutorial https://www.youtube.com/watch?v=bWGW_NXPf-4 And my Colab Enterprise notebook got the following code which threw this error: name='projects/aiagentcalendarproj/locations/us-central1/publishers/google/models/veo-2.0-generate-001/operations/fe4ce1e2-4415-44f6-8ace-13f3a47caab2' metadata=None done=None error=None response=None result=None name='projects/aiagentcalendarproj/locations/us-central1/publishers/google/models/veo-2.0-generate-001/operations/fe4ce1e2-4415-44f6-8ace-13f3a47caab2' metadata=None done=True error={'code': 5, 'message': 'Bucket "aiagentcalendarproj" not found for operation OP_INITIATE_RESUMABLE_WRITE'} response=None result=None Google did not help me. Could anyone help me find the cause of this error? %pip install -q mediapy import time import urllib from PIL import Image as PIL_Image from google import genai from google.genai import types import matplotlib.pyplot as plt import mediapy as media import os PROJECT_ID = "aiagentcalendarproj" LOCATION = os.environ.get("GOOGLE_CLOUD_REGION", "us-central1") client = genai.Client(vertexai=True, project=PROJECT_ID, location=LOCATION) def show_video(gcs_uri): file_name = gcs_uri.split("/")[-1] !gsutil cp {gcs_uri} {file_name} media.show_video(media.read_video(file_name), height=500) def display_images(image) -> None: fig, axis = plt.subplots(1, 1, figsize=(12, 6)) axis.imshow(image) axis.set_title("Starting Image") axis.axis("off") plt.show() video_model = "veo-2.0-generate-001" prompt = "a zucchini creamy pasta garnished with boiled prawns and fresh herbs" aspect_ratio = "16:9" output_gcs = "gs://aiagentcalendarproj" operation = client.models.generate_videos( model=video_model, prompt=prompt, config=types.GenerateVideosConfig( aspect_ratio=aspect_ratio, output_gcs_uri=output_gcs, number_of_videos=1, duration_seconds=5, person_generation="dont_allow", enhance_prompt=True, ), ) while not operation.done: time.sleep(15) operation = client.operations.get(operation) print(operation) if operation.response: show_video(operation.result.generated_videos[0].video.uri) submitted by /u/Zealousideal-Bath-37 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditgooglecloudView on Reddit

Solution for lab Gsp 216

by Accurate_Chance_5535

Can someone please paste the code for enhance application reliability and scalability with internal load balancing gsp216 new solution as the GitHub links Im positing to the lab is not working like the requirements are changed so does someone has new solution with the automation script so I can get 100/100 jn that lab thanku! submitted by /u/Accurate_Chance_5535 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditdevopsView on Reddit

What is the best devops project you made as a fresher from college.. Mine was end to end devops project of a Ecom site -- Infra with terraform, CICD with DevSecOps pipeline in GitHub action, GKE for kubernetes, Gitops with ArgoCD (also this one got me hired back then) What is your best project would love to hear from fresher perspective.. submitted by /u/Piyush_shrii [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditdevopsView on Reddit

6 person team, i carry the pager most weeks cuz nobody else wants it. last tuesday 11pm i get paged, payment latency climbing, checkouts timing out. normally this is me sitting up in bed squinting at grafana half asleep for 15 min trying to find what changed this time i had an agent wired into our runbook stuff and just let it run. it pulled recent deploys, correlated the error logs against the deploy timeline, and pointed at a connection pool config that got shrunk in a PR that afternoon. like 90 seconds, and it was right what got me is that same PR had already been flagged that day by coderabbit / bugbot for the exact config value, and we waved it through cuz it was a rushed merge before someone's flight. the warning was sitting right there, we ignored it, and the agent rediscovered it later on. i rolled back from my phone and went back to sleep i dont fully trust it solo though. its confidently pointed at the wrong deploy before when two things shipped close together, so i read it then verify myself. fast first pass, not a decision maker anyone letting an agent do remediation on its own yet or you all keeping a human in the loop like me submitted by /u/laiba_so_it_is [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Windows 11 25H2 endpoints in an Active Directory environment are intermittently hitting a total SSPI / Local Security Authority deadlock. When the issue occurs, any application relying on Windows identity/SSPI (⁠curl⁠ with Negotiate, RDP, Chrome proxy auth, PuTTY via GSSAPI) freezes indefinitely. Running ⁠klist get tgt⁠ hangs at ⁠Current LogonId is 0:0x...⁠ and Wireshark captures ZERO network packets on Port 88/DNS/CLDAP . Dumb network utilities (⁠ping⁠, ⁠telnet⁠, PuTTY with GSSAPI disabled) work fine. EDR has been completely uninstalled. Looking for advice on potential ⁠lsass.exe⁠ / Credential Guard (⁠LSAIso.exe⁠) hypervisor thread locks. Users have to reconnect to the network multiple to get around this issue Environment & Baseline Setup Endpoints: Windows 11 25H2 Directory: Active Directory (Windows Server 2016/2019 DCs) Web Proxy: Sophos Firewall (HA Virtual IP, Kerberos & NTLM configured) Kerberos Transport: Enforced over TCP (⁠MaxPacketSize = 1⁠) I'm frustrated as I'm unable to figure the issue and it is causing a great deal user experience issue. submitted by /u/sneakerspark [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

If pirated and emulated KMS activators stop working because of mandatory TPM hardware checks, a lot of people and small businesses aren't going to buy expensive Windows licenses. They’ll just buy a Mac instead. Why bother dealing with Microsoft's endless hardware restrictions, TPM requirements, and corporate activation headaches when you can just buy a Mac Mini or MacBook that "just works" out of the box? By locking down Windows activation even tighter, Microsoft is literally pushing people straight into Apple's ecosystem. Change my mind. submitted by /u/Alternative-Claim-41 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditgooglecloudView on Reddit

I'm a solo developer posting after over a month of delays on a case Google has already acknowledged as unauthorized usage. What happened: - A Firebase auto-generated, unrestricted API key on an inactive side project was harvested and abused by a third party. - Over ~11 hours, Geocoding and Places APIs were called automatically, generating roughly USD 8,000 in charges. - Google's own technical team confirmed a 99% duplicate query rate and that most requests originated from the USA (I'm in Korea, and the project was already shut down / not in development). What Google did: - The technical team investigated and confirmed the abuse. - I completed every preventive measure requested, then shut down the project as instructed. - The billing team officially APPROVED a one-time goodwill adjustment. The problem: - The adjustment was approved about a month ago, and the approved credit still has not been applied. - I have NEVER been told the actual approved amount, despite asking repeatedly in writing. - A "3–5 business day" commitment is now weeks overdue. The latest reply only says they are "awaiting approval from higher management." - Meanwhile I was forced into an installment plan to avoid default — I am now personally financing charges that Google itself confirmed were not mine. These keys were auto-created by Firebase with no restrictions by default, and Google's own docs treat client-side exposure of such keys as normal. This appears to be part of the widely reported pattern of compromised Google Maps/Firebase keys. Has anyone had an approved adjustment actually applied? How long did it take, and what finally moved it? Is there any way to escalate beyond the standard billing case? submitted by /u/AirJealous995 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Had my machine go down due to S1 doing a network disconnect- several false positives. Just a heads up if you are a Mac heavy shop and have S1. submitted by /u/ls1morethanyou [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

I'm rebuilding some DC's and figured I'd tidy everything up before doing so as I've come into this with a messy environment. from this, I found an old Trusted Root CA, the certificate authority server was decommissioned in 2021 and all certificates have had an expiry date from 2021. its still being pushed out to domain devices such as servers and desktops. would there be any issues running the 'certutil -dsdelca' command based on this. going from research I don't see any issues with running the command as its not in use for any applications. but obviously do not want to break AD 😂. I hope that this question makes sense? submitted by /u/TimetravellingElf [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Hi, I recently started building a multiboot USB drive, and got around to setting up MediCat USB. In a VM, the file Software Lister.exe got flagged as a trojan with a "Severe" rating. The situation isn't any better on VirusTotal — 42/68 engines flagged it as malicious, and the community score is -2. Can anyone tell me more about this file and what I should do with it? submitted by /u/IlyaN4 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

We have been successfully using Powershell to enable secure boot via an Intune detection/remediation script similar to this: https://lieben.nu/liebensraum/2025/03/remediating-secureboot-on-lenovo-devices-through-intune/ We have certain devices (older ThinkCentre models like M70a) that consistently fail. I had considered using the ThinkBIOS config tool. When I brought this up with our Lenovo rep he said that a BIOS password is required on some devices and he tried to sell me RSVP (Remote Supervisor BIOS Password) tool to set a BIOS password remotely. This would cost thousands across our enterprise. I'm wondering if others have run into this and found a solution? Do I really need to set a BIOS password on certain models to do this? submitted by /u/HisBoy_Elroy [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

As per topic... our IT disabled/blocked all 3rd party browsers except chrome and default edge. at the same time, none of the adblockers are available to be installed. so now we just have to browse, if anything, with all the ads. my eyes are bleeding. at the same time, since we are using proxy, due to security settings, ANY browse on google maps is as slow as it would be with 254 kbit adsl connection.. what insanity in IT dept drives these decisions. is super paranoid sysadmins or it is actually pushed from something like CTO? submitted by /u/yessuz [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditdevopsView on Reddit

Hello everyone I was working as Devops engineer , Currently I was targetting FAANG companies moving forward, I choose python as my primary scripting language I won't say I do well in python just know the basics and AI to generate it my logic and I validate it never coded anything like leetcide problems Since I was targetting FAANG I was looking to learn DSA in either ways I need to start learning programing language I was confused whether to pic python or JAVA can anyone have any suggestions it will be useful for me to plan my path submitted by /u/nithish_sakthivel [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Every log in? Every day? 60 days? New devices or networks only? What size org and line of business? How did you decide on the frequency? submitted by /u/Standard_Text480 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Business Startup

by JustADad66

My current position with my company will be ending in about 6 months (bought by a bigger fish). I am thinking of doing a small IT MSP startup just to get some side work. What are some of your experiences with this. Normally I have spare time during the day since I work from home. All of my work will be remote only and completely separate from my normal job. submitted by /u/JustADad66 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

I've spent years working with Apache2 and NGINX. Along the way, I've also had the chance to explore Caddy and HAProxy for different use cases. But today was my first real hands-on experience building a server with OpenLiteSpeed. At first, I assumed the GUI would make everything faster. Instead, I realized I was comparing it to years of muscle memory from other web servers. With NGINX, I instinctively know which config file to edit. With Caddy, the configuration is beautifully minimal. HAProxy has its own clear way of handling things. OpenLiteSpeed, on the other hand, introduces a different architecture with listeners, virtual hosts, external apps, script handlers, and how they all fit together. It took me a while to understand the relationships, but that's part of learning a new ecosystem. The more I explored, the more I realized that OLS isn't trying to be Apache or NGINX with a GUI. It has its own design philosophy, and approaching it with an open mind makes the experience much more enjoyable. For now, I'm just running a custom app with LSPHP84 and exploring the platform. I'm looking forward to learning more and understanding the best practices. For those who came from Apache, NGINX, Caddy, or HAProxy, what was the moment when OpenLiteSpeed finally "clicked" for you? submitted by /u/Sad_Pie227 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Good Morning, working through a pretty confusing issue in a medium sized network environment. We have a handful of workstations with delayed incoming/outgoing emails. There doesn’t seem to be any root cause. The only error I can find across any systems is a time clock error. I’ve had to go and set the time clock on one system and have verified reports of incorrect time clock settings on another handful of systems. Should I be leaning toward a widespread OS issue or rather a time clock issue ? The msp seems to have 0 direction so I’m looking for any assistance. Has anyone else had any issues that have started up this week within MS exchange outlook ? This is one of the more confusing issues I’ve come across so any help or direction is genuinely appreciated. Thanks submitted by /u/Fit-Fudge824 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
redditsysadminView on Reddit

Been flooded with users who are having issues with signing into Teams and Outlook. Outlook hasn’t been updating for some users. Don’t see anything in downdetector but there’s been plenty of issues for Teams and Outlook for us, but other websites work fine. submitted by /u/Wholesome7Plus100 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X