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

Free wifi UK

by steviefaux

So what do you do at companies where you give "customers" free wifi? Do you force them to put in a name and email address then not even bother to validate it? Or just a simple "accept these t&c" and thats it? Had this rant today. At our company, I've turned all that shit off. I'll do a simple accept the t&c and thats it. But in the NHS hospital, they expect patients! Patients that maybe struggle as they are old, don't understand tech or other issues, to put in a fucking name and email address just to use the free wifi. Why bother when they don't even validate so you can put: Bollocks [email protected] And it will accept it. So what is the point. Just make it easy for the patient with a simple accept with a t&c page (we all know noone reads them) submitted by /u/steviefaux [link] [comments]

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

Hello all, My manager has recently gotten it in their head that we really need a self service portal for IT things. Stuff like allowing users to access a knowledge base and download basic software. I know theres the big ones, like Solarwinds and ServiceNow, but I was wondering what everyone else uses? Our ticketing system, sadly, does not have this included. Any info you have on maybe a cheaper, or cleaner (I haven't used ServiceNow in a long time but I remember it being very cluttered but that could have been on us) service for this would be appreciated. Mostly looking for personal testimonials. Thanks in advance. submitted by /u/bucketman1986 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X

What happens when AI goes down, it is like us-east-1 in AWS going down, work literally stops. Time to go outside and play 😅 https://preview.redd.it/fhnowu2r68gh1.png?width=1037&format=png&auto=webp&s=74ab14c6d912255799ec602f182cc4737f062703 https://status.claude.com/ submitted by /u/kiwifellows [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X
lowendtalkdiscussions/feed.rssView on LowEndTalk

This is about SporeStack , not Slow Servers . Slow Servers has always performed terribly in search engine results! SporeStack does okay on Brave search and is at the top of DuckDuckGo for "monero vps." However, it seems to be delisted on Google. I believe it used to be at the top for the same query, or very nearly. Admittedly, this might be my fault because of my robots.txt , attempting to block all sorts of AI-related bots. Now I specifically didn't block the usual "GoogleBot" or whatever it's called. But maybe this is impacting my SEO in another way? I'd appreciate any advice you can offer. Thank you!

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

Hello. So we have a 365 hybrid joined domain. For the foreseeable we can't move to cloud only because of dependencies to the on prem domain that can't be removed. I am getting constant friction because we have numerous saas / power app applications that easily integrate to entra to write/update attributes etc. I agree this would make things much easier for app development etc. To keep it simple this would just be for basic user attributes. Name, line manager, email, office location etc. However, with us being hybrid the master AD must be on-prem and so we lose the native entra integration availability. This is quite frustrating and does hold us back a bit. I was wondering how others might have navigated this? Do any 3rd party tools exists etc. Or is powershell all we have? Thanks in advance, any thoughts welcome. submitted by /u/chad-pitt [link] [comments]

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

Anyone else having issues today with Dell command update? I'm using version 5.7, and I am trying to use it on several devices. It is either running cripplingly slow, or not at all. submitted by /u/mgmaasen [link] [comments]

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

Does anyone have Zebra Device Gaurdian Access Manager Cabinet and Portal in operation? Literaly, looking for someone else in this space. B submitted by /u/Brazel [link] [comments]

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

bought an expired domain name and set up google search console. as soon as i verified it google showed me years of owner verification history. full unredacted email addresses. exact dates and times of every single person who ever verified to work on the domain. i saw all the previous owners. i saw the freelancers and agencies they hired years ago. Am I overracting to think this is a privacy nightmare and a security risk. Lets say you sell a domain or let one expire a direct competitor buys it. now they instantly know your personal emails. they know your internal staff emails. they know exactly what agency you used and when they worked for you. i checked how to wipe this history. you cant. google keeps it stuck to the domain forever. even if you delete the property and clear your dns records it stays there for the next buyer to see. Please someone tell me I'm wrong and there's some way to wipe out that sensitive, trade secret data before letting go of a domain? submitted by /u/Then-Personality8587 [link] [comments]

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

Hello everyone, I am struggling to narrow down what is causing an RDP host to require authentication. I have two test machines. Both are Win 11 25H2. I was tasked with figuring out how to stop an RDP host from prompting for authentication and allow the RDP client to pass the delegated credentials. So on machine A, it prompts me every single time to login once I have authenticated to the client already. On machine B, I can rdp without being prompted on the host. I have looked at possibly every GPO and registry setting involved and compared the two machines using Chatgpt to help guide me. I have been able to narrow it down to machine A having the Microsoft Security Baseline configured on it while machine B has not. I've looked through the baseline documentation and still do not see what the difference is. I thought I would post here in the hope someone has seen this before. Thanks! submitted by /u/Dragon45801 [link] [comments]

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

Application version manager ABC is on a sprint spree and their development team is continuously rolling out new features and fixing bugs. The DevOps team now needs to ensure that the app updates are installed correctly for every user. Write a bash script that takes in the user’s current version preferably as a parameter, fetches all the versions which have database updates serially from a separate text file, and lists out the versions which need to be updated. Version format: major.minor.patch (eg- 2.5.23) Part 1 Write a bash script where the current version and the latest version do not have a major update. Only minor versions or patch may vary. Eq- current version is 2.5.23, and latest version is 2.6.0 Part 2 In the same bash script file as for part 1 of the question, include changes so that it identifies changes in major version if any. Eq- current version is 2.5.23, and latest version is 3.1.2 Input versions.txt (see filetree) Output If current version is 3.1.1 3.1.6 3.1.13 If current version is 3.1.2 3.1.6 3.1.13 If current version is 2.1.9 2.1.10 2.1.11 2.1.18 2.2.0 2.2.10 2.2.20 2.4.5 3.1.0 3.1.1 3.1.6 3.1.13 submitted by /u/Glittering-Ear9274 [link] [comments]

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

But it's mostly my fault. TL;DR even if you're a 15 year veteran of IT support, ask the user WTF they're talking about and ask for a screenshot or error. Someone puts in a ticket, says they can't open an excel doc. It was someone from the same department and same day as a read-only expired Sharepoint issue so I assumed it was there and pointed them to the directory where we moved everything from that Sharepoint/Onedrive. Nope, unrelated. It's on the file server under accounting. So after getting the file path, I notice she's not in a permissions group that has access. So I grant her access and instruct to log out and back in to get the permission token. Nope, that wasn't the problem. Still reporting as "locked." So I thought oh, it's the "another user is editing this" lock thing because that happens sometimes there on network drives. So I clone it, open in Libre, convert it to ODS then back to XLSX, and delete the original. Nope, still reporting that it's locked. This user is impossible to contact by any method invented by mankind. Only way is to set one of those cartoon cargo net traps outside their office and snag them in it. So I request a screenshot via email, the only communication method they use. She finally sends back a shot of "this one specific third sheet inside the file is locked/write-protected. You need a password to unlock it." I use one of two known tricks to unlock that one sheet without the password. It works. Finally closing the 1.5 week old ticket. Btw the sheet has in cell D1 in huge letters with colored highlight "This is the password to edit this sheet:" followed by the password in the next cell. I guess that missed that. submitted by /u/CeC-P [link] [comments]

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

I am the sole IT tech at a small non-profit (roughly 80 person staff), where their ticketing system is a bit convoluted. Specifically, in order to submit an IT request, someone needs to contact their department head and have them submit one. I've tried to suggest adjustments to this system, to no luck. I'm trying to do my best to make this system easier for my coworkers, and want to write up a handful of articles with info and torubleshooting steps for common issues. I've thought of a few, but I'm hoping that folks here will give me more ideas on what to add. If it helps, most people use laptops from multiple different brands (HP, Lenovo, Dell of various product lineups), and we use Active Directory for accounts. We are also a Microsoft environment, with most people using Microsoft online. Most people work in office. A lot of these docs are going to be specific to my org and 100% up to me, but anything general that I'm not thinking of would be super helpful. Thx! submitted by /u/shac15 [link] [comments]

Repurpose (generate each channel independently)
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
lowendtalkdiscussions/feed.rssView on LowEndTalk

Hi everyone, I'm looking for a dedicated server located in the USA with a budget of around $50/month. Requirements: USA location Dedicated server (not VPS) Intel or Ryzen 6-8 core 16-32GB RAM preferred SSD/NVMe storage 1/10 Gbps port Good network and reliable uptime Monthly billing

Repurpose (generate each channel independently)
Discord
LinkedIn
X