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.

redditdevopsView on Reddit

I'm a 3rd year CS student and I want to build something real over the next couple of months to learn RAG and agents properly. I've been thinking about one idea for a while and wanted to get opinions before I commit to it. The problem I noticed is when you install on e package, you end up pulling in a bunch of other dependencies. Then a CVE shows up in one of those, and you're exposed through code. I came across Log4Shell and the Equifax breach and then I got this idea. Fixing it is the annoying part. You can't just bump the broken package, because versions depend on each other, one thing needs a version below 2.0, another needs above 2.0, so you change one and others start conflicting. Now you have to fix all the issues, run tests, and hope everything works. So what I want to build is a tool that does that for you and checks the fix actually works. The rough idea is you point it at your project, it reads your dependency tree (there's a free Google API called deps.dev that gives you the whole thing), finds why each vulnerable package is there, and works out the smallest set of version changes that clears all the CVEs without causing conflicts. Then for the "will this upgrade break my code" question, I want to pull the changelog and release notes for each version jump and check them against the functions my code actually uses, so it can tell you whether the change touches anything you rely on. And the last part, it applies the fix in a Docker container, runs the tests, and only then tells you if it is safe. The way I'm thinking of stucturing it is most of it is a fixed pipeline (read the tree, solve for the versions, run the tests), but the one part I'd actually let an LLM drive is the retry loop, when the tests fail, it looks at what broke, decides whether to drop that version and re-solve or try something else, and loops until it either works or gives up. That's the part where letting the model make the decision seems worth it. The rest doesn't really need it. I'm thinking of using Postgres with pgvector, deps.dev and OSV for the data, a SAT solver for the version-conflict part, embeddings plus a reranker for the changelog retrieval, and Docker for running the tests. Later on, the nicest version would be exposing it as an MCP server so something like Claude Code could call it as a tool. At the end it gives a report, a single Markdown file summarizing every vulnerability it found, why each package was present, the minimal fix it computed, the changelog-based breaking-change assessment, and the test results verifying the fix. Something you can hand to your team or keep as a record. I know OSV-Scanner already does remediation, but only for npm/Maven, with no changelog check and no test verification, so the gap I'm aiming at is the full combination. A few questions: - Would you use it? Would you actually run this on your own projects? If not, what's missing or in the way? - Is it useful? Is this a real problem worth solving, or is it already handled well enough that it doesn't need to exist? - Does it already exist? Is there something that already does all of this (minimal fix + breaking-change check + test verification) that I haven't found? - Right direction? Is this worth building, or would my time be better spent on a different problem in this space? - Do's and don'ts? TL;DR: An agentic RAG tool that finds vulnerable dependencies, computes the smallest conflict-free fix, uses changelog retrieval to predict whether the upgrade breaks your code, and verifies the fix by running your tests. A verified patch. submitted by /u/iNSANExVeNoM [link] [comments]

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

Hi, I have an Asus Q670 Board that has Intel AMT on Board, which until recently worked fine. But suddenly now I get the Error Message "This computer does not support Remote Control Operations." Not allowing me to start, stop or reboot the PC. Also thew other feature like Remote VNC or SOL do not work anymore. I can access the AMT WebUI but other than that everything else has stopped working. I reseted the BIOS and AMT and Unprovisioned it, but I keep getting this error. I updated to the latest AMT, which is Intel® Active Management Technology firmware version: 16.1.40-build 2765 and BIOS available, but this still doesn't help. Anyone knows why this problem suddenly appeared and how to get all the options back like before? submitted by /u/Spam00r [link] [comments]

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

hey ppl We have a Windows Server that occasionally becomes unresponsive or crashes. Because the issue is intermittent, we need continuous disk activity logging so we can review what was happening immediately before the problem occurred. Ideally, the log should contain: Timestamp Process name Process ID Drive letter Exact file path being accessed Read speed Write speed Total disk activity Disk response time or latency The logging must: Start automatically when Windows starts Run continuously in the background Have minimal CPU, memory, and disk overhead Rotate or limit log size automatically Preserve enough recent data to investigate the period before a crash Export the results to CSV, or to a format that can later be converted to CSV Methods already checked Performance Monitor It can record process and physical disk counters, but it does not clearly show the exact file path being accessed by each process. PowerShell Get-Counter It can collect process and disk performance counters, but it does not directly correlate the process name, PID, drive, and exact file path in one report. Process Monitor It can capture process and file-level disk activity, but I am concerned about the performance impact and the size of the logs when it runs continuously on a production server. Windows Performance Recorder This appears suitable for detailed disk I/O tracing, but I am unsure whether it is safe and practical for continuous long-term monitoring or circular logging. What is the safest and most reliable Windows-based method for this requirement? Would a combination such as Performance Monitor plus Windows Performance Recorder be better, or is there a recommended way to run Process Monitor continuously with a circular backing file and controlled resource usage? I am looking for a method that someone has successfully used on a production Windows Server, preferably with automatic startup, log rotation, and low performance impact. submitted by /u/Few_Adhesiveness4456 [link] [comments]

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

The first 99% is just the installer warming up. The real installation starts when it hits 99%, stares into the void for the next five minutes, and begins verifying, unpacking, configuring, cleaning up, and whatever other ancient rituals software installers perform. I’ve stopped seeing 99% as “almost done.” It’s just the loading screen for the last 1%. It drives me nuts……. the last 1% is so unpredictable sometimes. Sorry had to rant for a bit to kill the time on waiting on the last 1%…. submitted by /u/ChopSueyYumm [link] [comments]

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

SMS & Voice retire

by princesaharan

Question: Is Entra ID rolling out Passkeys as the default sign-in for everyone , or just for users that have only one authentication as mobile phone ( sms & Voice) submitted by /u/princesaharan [link] [comments]

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

We need to collect and store secrets (think of tokens) from a flask app and store them into text files on linux systems. While read -s in powershell is relatively straight forward, what are the risks falltraps to avoid when coming from flask? I thought about def write_credentials(username, password): path = Path("/secure/path/credentials.ini") content = f"""[default] token = {token} """ path.write_text(content) and chmod it to the flask app running user esclusively. Would this be a way to go? submitted by /u/Accurate-Ad6361 [link] [comments]

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

Need something not listed below? Not a problem, dm me or hit me up on telegram @budgetvm1 Looking to Start Your Own Hardware Hosting? We have decommissioned E3 and E5 servers available for sale at super affordable prices. Mainly 4-node, 8-node, and 12-node multiblade systems available. Freight shipping available anywhere in the US. EPYC Servers - Instant Deploy Dual AMD EPYC 7C13 / 512GB DDR4 / 2×1TB NVMe + 2×3TB NVMe / 10Gbps / Chicago Dual AMD EPYC 7C13 / 512GB DDR4 / 1TB NVMe / 1Gbps / Detroit Dual AMD EPYC 7C13 / 512GB DDR4 / 2TB NVMe / 10Gbps / Detroit AMD EPYC 9B14 / 256GB DDR5 RDIMM / 2×3.2TB NVMe + 2×1TB NVMe / 40Gbps / Detroit AMD EPYC 9B14 / 256GB DDR5 RDIMM / 2×1TB NVMe + 2×1TB SSD / 40Gbps / Denver Dual AMD EPYC 9754 (Genoa/Turin) / 128GB DDR5 RDIMM / 4×3TB NVMe / 10Gbps / Dallas Dual AMD EPYC 9754 (Genoa/Turin) / 256GB DDR5 RDIMM / 4×3TB NVMe + 1TB NVMe / 100Gbps / Dallas Promotions · AMD Ryzen 9900X / 64GB DDR5 / 1 NVMe / GTX 1650 / 2x10Gbps Uplink / 10Gbps Unmetered / 299$ · Dual AMD Epyc 7451 / 128GB DDR4 / 1TB NVMe / GTX 1650 / 2*10Gbps Uplink / 10Gbps + 100TB / $199 · Dual Intel Scalable 6262 / 128GB DDR4 / 1TB NVMe / GTX 1650 / 2*10Gbps Uplink / 10Gbps + 50TB / $159 Private Clusters 8 Node Cluster with Private LAN · AMD Ryzen 9950X / 128GB DDR5 / 1TB NVMe / 2*10Gbps / Los Angeles I have some 3 Node and 4 node Clusters with 100G private LAN available as well. Send me your needs! ✅ Why BudgetVM? · 15+ Years in Business · Located in the Largest Data Centers in the World: Coresite, Digital Realty, Equinix, Databank, CenterSquare and the list goes on... · Enterprise Supermicro and Dell Servers · Juniper Routers and Switches · Guaranteed Bandwidth - No Sharing! 🎁 Free Server Promotion · Interact on the ad and be entered to win your Ryzen 9900x server — FREE for 2 months! ** Full details below. 🏆 Every Plan includes: · DDoS Protection · 1 IPv4 + /64 IPv6 IPs · FREE Private LAN · 24/7/365 Support · IPMI and Full ROOT Access · Customizable and fully upgradable · Tons of software and operating system options · Locations: Ashburn, Chicago, Dallas, Denver, Detroit, Los Angeles, Miami, New York, Santa Clara, Silicon Valley,Amsterdam,Frankfurt. 🚀🚀🚀 NEED BIGGER SERVERS???? NO PROBLEM! 🚀🚀🚀🚀 👉 Click Here to see our full list of LET AMD EPYC Promotions AMD * AMD EPYC 4484PX: [12 Cores / 24 Threads][4.4GHz-5.6GHz][Benchmark: Single 4251/ Multithread 51115] * AMD EPYC 4565P: [16 Cores / 32 Threads][4.3GHz-5.7GHz][Benchmark: Single 4738/ Multithread 64006] * AMD EPYC 9135: [16 Cores / 32 Threads][3.65GHz-4.3GHz][Benchmark Single 3672 / Multithread 57808] * AMD EPYC 9255: [24 Cores / 48 Threads][3.25GHz-4.3GHz][Benchmark Single 2991 / Multithread 64086] * AMD EPYC 7543P: [32 Cores / 64 Threads][2.8GHz-3.7GHz][Benchmark Single 2741 / Multithread 66687] * AMD EPYC 9275F: [24 Cores / 48 Threads][4.1GHz-4.8GHz][Benchmark Single 3743 / Multithread 83835] * AMD EPYC 9355P: [32 Cores / 64 Threads][3.55GHz-4.4GHz][Benchmark Single 3741 / Multithread 97292] * AMD EPYC 9555P: [64 Cores / 128 Threads][3.2GHz-4.4GHz][Benchmark Single 3726 / Multithread 135513] * AMD EPYC 9B14: [96 Cores / 192 Threads][2.6GHz-3.7GHz][Benchmark Single 2886 / Multithread 119505] * AMD EPYC 9755: [128 Cores / 256 Threads][2.7GHz-4.1GHz][Benchmark Single 3503 / Multithread 166328] ** ALL NON "P" CPU ARE AVAILABLE IN SINGLE OR DUAL CPU** 🗄️🗄️🗄️ NEED STORAGE SERVERS???? NO PROBLEM! 🗄️🗄️🗄️🗄️ 👉 Click Here to see our full list of Storage Servers STORAGE * 12x-36x Drive Bays + CACHING DRIVES + NVME + 10G/20G/40G/100G NETWORK +++ 👉 Ask me for LET Storage pricing and I will get you some serious discounts 🎮🎮🎮 NEED GPUs???? NO PROBLEM! 🎮🎮🎮🎮 👉 Click Here to see a list of our GPU Servers GPU * GTX 3050, RTX 5060, RTX 5070, RTX 5090, H100 NVL, H200 NVL, B200, B300, L4, L40s, +++ We can pair with i7, i9, ryzen, just ask for a custom quote! * Contact me to order 🤑🤑🤑️ More Grab Bags Items 🤑🤑🤑 · Various Sites E-2100 / E-2200 Servers 32GB 500GB SSD @ $74/mo · Various Sites Intel Scalable 4116/4210 64GB 500GB SSD @ $89/mo 👉Contact me to order 🏛️🏛️🏛️ Colocation Deals 🏛️🏛️🏛️ · Dallas 10 Racku + 10Gbps Unmetered $499 · Los Angeles 12 Racku + 10Gbps Unmetered $549 · Chicago 10 Racku + 10Gbps Unmetered $499 · Ashburn 10 Racku + 10Gbps Unmetered $499 · Contact me to order 🧱🧱🧱 NEED DDoS Protection 🧱🧱🧱 We have custom DDoS mitigation options for Gaming, High Profile sites and more We can help even when your current provider is Null Routing you! 👉Bring me your need and i'll get you a free gift 🎁 for just giving us a look 🎁 FREE SERVER GIVEAWAY!!! · AMD Ryzen 9900x ** 128GB DDR5 RAM [4x 32GB 5200MHz] ** 1x 960GB M.2 [5000/1400] [520K/82K] [80/15µs] ** 10Gbps Unmetered ** Upgrades Available on it. ** Free for LEGAL use for 2 months. ** Interact here in the thread to be entered. · 🗓️ Drawing: August 13, 2026 · 📝 Winner announced in the comments & via DM. 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 👑 You are a Certified legend for making it through the post! Let us know what you need and we'll make it happen. Telegram: @budgetvm1 🚀 Let’s Talk About Network · Built for Scale · Routing: Redundant Juniper MX and PTX Routers · Core Switching: Redundant 100G/400G Switches · Distribution Switching: ** 1G Servers: 4×10G or 2×40G Uplinks ** 10G Servers: 4×40G or 2×100G ** 40G+ Servers: Direct to Core ** 100G, 200G, 400G: Direct to Core! 🔍 Looking Glass: · Click Here for our looking glass site (the page has a menu to view all of our public sites) 📡 Network Providers · GTT · TiSparkle · TATA · NTT · Cogent · PCCW · GSL · Zayo · Any2 · DE-CIX · DET-IX · Equinix IX · JPIX · FLIX · Google · Cloudflare · Plus many more private peers! 🖥️ Let’s Talk Hardware · Supermicro & Dell dominate our inventory 💪 Custom Deployments? · Absolutely! i7s with RTX 5070, H200s, Mac Minis — no problem. 🔧 Drive Options · From Enterprise High Performance to Consumer High Performance — we choose the right storage based on your workload. · No DBs on consumer drives. 😄 · Dapustor, Micron Pro, Samsung PM are our standard drives. 🚀 Network Cards · 1G — Standard Intel Server Chipsets · 10G — Intel X520 and Mellanox ConnectX 4&5 · 40G+ — Mostly Mellanox ConnectX 5+ (Intel E810 available) 💳 Payment Methods · PayPal, Alipay, ACH, Crypto, Wire Transfer, Credit Card (authorization form required) 💸 Accepted Cryptocurrencies · Too many to list in-line! Here's a sample: · Popular Tokens: USDC, USDT (BEP20, Solana, Polygon, ERC20), ETH, BTC, DOGE, LTC, XMR, TRX, BNB, TON, SHIB, DAI, LINK, UNI, AAVE, MANA, MASK, FIL... · Solana Ecosystem: WIF, RAY, JTO, BOME, PENGU, ACT, ME, FLOW... · Still reading? You have found the easter egg. Add in LET10 in your order notes and we'll kick you a cool $10 via gift card after your first full month of service with us! · Other Tokens: FDUSD, XIN, TRUMP, PEOPLE, ZRO, TST, MOB, WLD, LIME, TUSD, FET, JASMY 🌐 Need a private location? · We’ve got non-public data centers too — for specialized deployments like CME, Nasdaq, and Private Fiber. Let's chat and build something custom!

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

Sharing this for anyone interested in platform engineering, Kubernetes and cloud-native technologies. Cloud Native Heidelberg is hosting a hybrid meetup covering: Lessons from five years of building and rebuilding Kubernetes platforms Building production-grade platforms using CNCF technologies Creating vendor-neutral platforms without hyperscaler lock-in Running Kubernetes directly on an Android phone Date: July 30, 2026 Time: 6:30 PM CEST Event details and registration: https://ocgroups.dev/cncf/group/cncf-heidelberg/event/9euvqye submitted by /u/No-Income-2235 [link] [comments]

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

Anyone else experiecing user permission issues for shared mailboxes in outlook now? Shared mailbox still populating in outlook but says "You do not have permission to view". Opening in web still works though and issuye is not persistent over all shared mailboxes.. For reference im EU based. submitted by /u/Exciting_Most_4769 [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X

Hi, we are running a small online shop, though it's been having issues with a lot of bot traffic and hits so it's been slow the past few days. We asked our provider if they can send us an offer on securing the shop & management wants me to check if there's an alternative. We use AWS for a different service we already use, so WAF seems like the next logical step. Anyways, my question is this: can I have WAF infront of my external shop to filter out traffic / use ACL which then redirect to the shop based on accepted rules? Anything I should keep in mind? Thanks a lot! submitted by /u/ip-cx [link] [comments]

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

Today, I passed CKA with 88% and wrote a detailed blog about my exam experience, preparation approach, and the Kubernetes topics that helped me the most. DMs are open if you are preparing for the exam. I can help with whatever is still fresh in my memory. My biggest takeaway: CKA is not only about knowing Kubernetes commands. It is about understanding how cluster components work together, using documentation efficiently, troubleshooting quickly, and verifying every change you make. The exam has changed a lot since I last passed it in September 2021, especially after the major curriculum updates introduced in 2025. Topics such as Gateway API, CRDs, Helm, CNI installation, autoscaling, and container runtimes are now much more relevant. A few things that helped me: Don’t solve the exam strictly in order. If a question looks unfamiliar or time-consuming, mark it and move ahead. Complete the tasks you are confident about first and return to the difficult ones later. Don’t waste too much time setting up aliases. Autocomplete is already available, and normal typing speed is enough. I completed 14 out of 16 questions with around 35 minutes remaining. Read the full question carefully. Important details such as the target node, namespace, version, file path, container name, or documentation link may appear near the end. Use the documentation provided in the question. Some topics, especially Gateway API, Helm, Calico, Argo CD, and container runtime installation, are easier when you follow the version-specific documentation instead of relying on memory. Always verify your work. A command completing successfully does not mean the task is done. Check Pods, rollouts, endpoints, PVC status, HPA status, node readiness, logs, connectivity, installed packages, and systemd services wherever required. Practice SSH and basic Linux administration. Some tasks may require connecting to a node, installing a package, starting a service, and enabling it at boot. Topics I would strongly recommend practising: Persistent Volumes, PVCs, and StorageClasses Creating and updating the default StorageClass Argo CD installation with a specific version Sidecar containers for logging Resource requests and limits in Deployments Horizontal Pod Autoscaler Inspecting CRDs and extracting required information PriorityClass kubectl patch CNI installation with NetworkPolicy support Calico operator and custom resources cri-dockerd installation Taints and tolerations Ingress to Gateway API conversion with TLS Ingress configuration and troubleshooting NetworkPolicy NodePort Services Resources I used: KodeKloud CKA course and mock tests CK-X repository: https://github.com/sailor-sh/CK-X The Platform Lab CKA repository: https://github.com/theplatformlab/CKA-Certified-Kubernetes-Administrator iximiuz Labs for hands-on practice: https://labs.iximiuz.com KodeKloud Ultimate Mock Exam Series, optionally, for additional hands-on practice Both Killer.sh simulator attempts I strongly recommend doing both Killer.sh attempts because they contain different tasks. The questions are different from the actual exam and often feel harder, but they are very useful for strengthening concepts and improving troubleshooting speed. The simplest advice I can give is to practice a lot and get comfortable using documentation. I also wrote a full blog with more details on my preparation strategy, the updated exam scope, topics to focus on, and mistakes to avoid. Blog: https://blog.prateekjain.dev/cka-exam-experience-2026-how-i-passed-with-88-770d3c473af7?sk=20985b1484d34a9dfdaac03dd6cfea78 submitted by /u/root0ps [link] [comments]

Repurpose (generate each channel independently)
Discord
LinkedIn
X

We use an Azure Cache for Redis instance with this configuration: Service tier: Premium P1 Region: Central India Redis version: 6.0 High availability: Enabled Microsoft does not provide an upgrade from Redis 6.0 for the Basic, Standard, and Premium service tiers. Redis 6.0 no longer receives upstream security updates. Microsoft will also retire these Azure Cache for Redis tiers on September 30, 2028. Redis Enterprise and Enterprise Flash are not suitable long-term alternatives because Microsoft will retire them in March 2027. For this reason, we plan to move to Azure Managed Redis. Our current Azure Cache for Redis instance has a three-year reservation: Reservation type: Azure_Redis_Cache_Premium_P1_IN_Central_3_Years Quantity: 2 Expiration date: May 21, 2028 We are considering this Azure Managed Redis configuration: Tier: Balanced Memory: 6 GB High availability: Enabled Region: Central India Redis version: 7.4 We need information about the following questions: Can we exchange the current Azure Cache for Redis reservation for an Azure Managed Redis reservation? Can Microsoft apply the unused reservation value to the new Azure Managed Redis reservation? Does Azure Managed Redis qualify as an eligible product under the Azure reservation exchange policy? What steps are necessary to exchange or cancel the current reservation? Are there refund limits, cancellation charges, or contract restrictions? How does the cost of the proposed Azure Managed Redis configuration compare with Premium P1? Is there a supported method to keep the current Redis 6.0 instance secure until the migration is complete? Has anyone completed this migration? Please share information about: Reservation exchange or refund Migration steps Application compatibility Downtime Data transfer High-availability behavior Unexpected costs Thanks in advance! submitted by /u/Extreme_DK [link] [comments]

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

Am I just an old man yelling at clouds, or has DevOps become incredibly boring? I know building technical solutions is not supposed to exist purely for my entertainment, but I do actually want to enjoy my job. I am not currently working as a DevOps engineer, and one of the reasons I moved toward development was that I became completely bored with modern cloud infrastructure. When I started, we still racked physical servers and automated the entire bare-metal imaging process. The underlying operating system mattered. We built systems by combining open-source software, custom code, and whatever hardware we could get our hands on. There was a real sense that we owned the systems we operated and understood how the pieces fit together. Today, DevOps or platform engineering often, though certainly not always, seems to collapse into being a configuration monkey. Yes, I still got to write plenty of tools and automation, but eventually I became tired of every architectural discussion turning into: “Should we use this AWS service or that AWS service?” I became even more frustrated with managers and coworkers who did not really want to own or understand a service. They just wanted to hand as much of it as possible to the cloud provider and call the problem solved. Do people genuinely enjoy the current state of what we used to call systems administration or systems engineering? Or am I just an old man yelling at clouds? For what it is worth, I do find some salvation in Kubernetes. Once EKS or GKE is running, there is a huge amount you can build without thinking too deeply about the underlying cloud provider. That separation is reassuring, even if Kubernetes has plenty of complexity of its own. These days, I mostly choose to work in areas where the managed cloud options are still inadequate, such as real-time media, telephony, high-speed stream processing, and similar systems. At least in those spaces, it still feels like I am engineering something rather than selecting products from a cloud-provider catalog. I am curious whether other longtime infrastructure engineers feel the same way, or whether people genuinely prefer the managed-service-heavy version of the job. Edit: I also really miss configuring switches and routers the cloud has made networking far more boring than it used to be though GKE has some interesting SDN features. I probably should have tried harder to get a job at one of the big hyperscalers but again on ownership I never wanted hundreds of co-workers. submitted by /u/devfuckedup [link] [comments]

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

Career advice

by rAL2810

Hello all, First time making a post bear with me! I’m currently working in manufacturing as an IT tech with 4 years of experience. I do not have a degree nor certifications under my belt. We work in a cisco environment, VMware, windows, network monitoring and lately our organization is moving more hybrid environment focusing on azure. Basically I am trying to grow more in this field and it seems most jobs hits I get are more support focused. I am looking to move to networking roles or system admin roles. Any input would be appreciated thanks submitted by /u/rAL2810 [link] [comments]

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

We've all heard the statement that "the definition of insanity is doing the same thing over and over and expecting different results" (this is actually in no way even an attribute of insanity much less the actual definition of it). It's probably a better definition of the. Scientific method, but it's a topic for another post. I put it forward that we as sysadmins (or other technically adept people who may read this subreddit) create an official definition of stupidity which is "changing parameters and expecting the same result" (and being upset or angry that it's not what they expected) I say this after many decades of working in projects where senior people change project scope or resourcing and then getting wound up because the project is not progressing as we outlined it at the start. For instance if you're running a project and a key resource "leaves the project" (aka gets made redundant to cut costs) and then people get the shits because the project timelines are 6 months behind. Not seeking help or advice. I know where I stand. I know the difference between reality and expectations. I can try to adjust expectations, but explaining reality to my superiors just doesn't sit well with me. Reality has a way of explaining itself given enough time. All we have to do is wait... submitted by /u/afristralian [link] [comments]

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

Do you have governance in SAAS application (besides maybe the role assignments from a IGA tool?). For example, if someone makes a change to your tenant config in Salesforce are you auditing that and sending to some sort of SIEM? I had a conversation with some folks today (including our cyber security team) and they're stance is because it a SAAS tool there no need for us to monitor if someone does a mass deletion of files, assign a role to someone else etc. That we just need to worry about logins and since you have to go through our Identity system to login we are tracking who is actually logging in to those tools. Am I right to shake my head or overthinking? submitted by /u/bobsmith1010 [link] [comments]

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

Hi all, I've spent the past month studying for the ACE certification using the lessons and labs from Google Skills, and it just dawned upon me just how many hours of lessons I still have left. I've been at my company for a little less than a year and a half with a decent amount of experience deploying apps on GCP and working with other services like GCS, Big Query, service accounts and IAM, but definitely nowhere near a veteran level. Still though I was hoping that I'd be going through the lessons faster. I wanted to ask for your opinion on using Google Skills for the purpose of studying for the ACE exam? Sometimes I feel like there's just a lot of content and things I need to memorize, so I'm not sure if I'm spending my time wisely with this. I can say for sure that I'm definitely learning a lot, but how much of it is going to be on the exam? I'm also looking for alternative courses and study material if you can kindly provide them for me. Thanks! submitted by /u/Slow_Calendar1864 [link] [comments]

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

Tam interview process?

by knicksarelife

Hey everyone, basically I threw an application out there for a Google Cloud Tam role in Financial Services (?). Wasn’t expecting it but got the hiring assessment sent to me. Wasn’t expecting it but passed said hiring assessment. Now I’m being offered a 30 minute phone interview. Any idea what the questions are going to be like? What the full interview process is (ex how many interviews are there if this one goes well?)? For context, I’ve never actually used GCP, but I’ve worked at AWS for years, & have a good grasp on their services which have overlap with most Cloud Provider services. Any services I should definitely learn from GCP? Any info is appreciated submitted by /u/knicksarelife [link] [comments]

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

Hi, 👋, i want to host denton technology’s website in normal web and at tor network too, would you make my day with super small extra cheap server please 🫶 My limits 0.99-7$/year, thats very serious, i hope you understand

Repurpose (generate each channel independently)
Discord
LinkedIn
X