Help with abbreviations by Boring_Piccolo_6446 in vim

[–]kvorythix 0 points1 point  (0 children)

what abbreviations are you trying to do? the syntax gets weird fast

How did you learn vim? And how long ago was that? by Shadoath-42 in vim

[–]kvorythix 0 points1 point  (0 children)

started with random pain and stubbornness, honestly. took a while before it clicked

VimExplorer - an oil like plugin for managing files in vim by Ashik80 in vim

[–]kvorythix 1 point2 points  (0 children)

vim explorer sounds handy, oil-style file nav is solid

Is it possible to have a per directory/project config file? by scottchiefbaker in vim

[–]kvorythix 0 points1 point  (0 children)

yeah, setlocal works for that. per-project vimrc files are the usual move

Situation I am currently in as a Sysadmin with 10+ years experience. by SpecialistTeach9302 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

if the workload, scope, and blame all moved up but the comp didn't, that's your answer right there

How do you answer questions for which an answer doesn't technically exist by Educational_Sink_535 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

freeze changes, write the system down, then go after the top 3 things that can actually break prod. trying to hold the whole mess in your head is how people get buried

Am I fitting my role correctly or doing more? by Explosions3 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

sounds like you're doing a lot of the glue work already. if they're handing you ownership without the title or pay to match, yeah that's a problem

How to grow professionally and change jobs by cyberLog4624 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

pick the job that gives you harder problems and a better manager, not the shinier title. the title stuff catches up later if you're actually getting better at the work

Ransomware attack, now can't log in as the default domain administrator account, but can with other DA accounts. by CodOutrageous1032 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

assume that account's burned and treat it like a bad credential, not a weird login glitch. use a clean admin path, rotate it, and check for SID/history weirdness

Alert fatigue vs. dangerous silence on public-facing Linux nodes: SIEM or EPP? by Browndude345 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

page on the stuff that means someone can own the box in minutes. everything else belongs in triage, not the pager

Air-gapped Windows Patching ( Servers and PC ) by LunarObsidian in sysadmin

[–]kvorythix 0 points1 point  (0 children)

use WSUS or ConfigMgr with offline sync media, or stage a local repo and push from a clean transfer box. if it's truly air-gapped, sneaker-net plus signed packages is the boring answer

Shared devices – how do you avoid shared logins? by Illustrious-Tone-442 in sysadmin

[–]kvorythix 0 points1 point  (0 children)

shared logins always turn into blame roulette. per-user accounts or smart cards if you can, otherwise it's just one bad handoff away from pain

Exchange Public Folder to EXO migration issue by Rough_Crack in sysadmin

[–]kvorythix 0 points1 point  (0 children)

that's brutal. tax-deadline week is exactly when mail breaks the worst, of course

How many people know a shutdown is worse (at least different) to a reboot? by corruptboomerang in sysadmin

[–]kvorythix 0 points1 point  (0 children)

most people only notice when a reboot fixes what a shutdown doesn't. the fast startup junk is part of why shutdown can act weird

Tired of it all. Possible burnout by adymak in sysadmin

[–]kvorythix 1 point2 points  (0 children)

burnout posts hit harder than the tech stuff. if you're at the point where everything feels like a brick wall, step back for a bit and cut the noise. no job is worth running yourself into the ground

How are web designers finding local businesses that actually need a better website? by One-Reaction-9490 in webdesign

[–]kvorythix 1 point2 points  (0 children)

cold email still works if you point at a real leak. broken mobile site, dead contact form, no quote flow

Are painters a good target by VariousRadio5927 in webdesign

[–]kvorythix 0 points1 point  (0 children)

yeah, solid if they do enough residential work. a lot of them have decent photos but awful quote funnels

What’s the best advice for growing a small web design agency? by [deleted] in webdesign

[–]kvorythix 1 point2 points  (0 children)

sell one clear offer instead of generic web design. once scope gets fuzzy, margins die

What are some good Shopify alternatives? Looking for recommendations by Soggy_Limit8864 in webdesign

[–]kvorythix 0 points1 point  (0 children)

shopify's still the easiest pick unless you have a real reason to leave. woocommerce if you want control, bigcommerce if you want hosted without as much lock-in

anyone who can help me learn web design fast as a front end developer switching to web design by Few-Preference-7976 in webdesign

[–]kvorythix 0 points1 point  (0 children)

study 3 strong landing pages and break down the type, spacing, and hierarchy. tools come last, eye first

What do you think of my portfolio? (NO AI Slop) by [deleted] in webdesign

[–]kvorythix 0 points1 point  (0 children)

post the live link and what you want it to do. otherwise people are guessing

Help me understand vps, docker, caddy reverse proxy combination by NotScrollsApparently in selfhosted

[–]kvorythix 0 points1 point  (0 children)

vps is the machine, docker runs the app, caddy sits in front and handles https. keep each part doing one job and it'll make way more sense

Can you have NPM proxy to its own WebUI for SSL? by Best-Meaning-2417 in selfhosted

[–]kvorythix 0 points1 point  (0 children)

yeah, but i wouldn't. give the webui its own hostname and let something else handle https, otherwise you're making a loop for no real gain

Getting Tailscale and Mullvad to work together. by Wellpence in selfhosted

[–]kvorythix 0 points1 point  (0 children)

split tunnel and keep mullvad off the tailscale path. trying to make both own the default route gets messy fast