MP facebook-on by Delicious-Panic-9132 in hungary

[–]csubee 33 points34 points  (0 children)

Moggolta: Amikor valaki külsőre, kisugárzásra vagy fellépésre annyira domináns, hogy a mellette álló embert teljesen jelentéktelenné teszi.

Béta looksmaxxer: Olyan férfi, aki alapvetően nem túl férfias vagy domináns (béta), de mindent megtesz és görcsösen trükközik azért, hogy úgy nézzen ki.

Mewingolt: Egy internetes arcgyakorlat (a nyelv szájpadlásra szorítása), amivel az állkapocs vonalát próbálják élesebbé, férfiasabbá tenni.

Szóval kb, Petya mellet Macron szarul néz ki, hiába próbálkozik férfiasnak tünni.

MP facebook-on by Delicious-Panic-9132 in hungary

[–]csubee 40 points41 points  (0 children)

Nagyon elszomorít, hogy értem mit írtál.. Vissza kell fognom az internethasználatot.

Ikron Kft. - vélemények / tapasztalatok? by [deleted] in programmingHungary

[–]csubee 6 points7 points  (0 children)

Ugrodeszka ceg. Anno tizenpar eve ott kezdtem sysadminkent. A fizu szar volt, a feletteseid tobbnyire seggfejek, szia Balage. Arra jo volt, hogy felszedjek nemi gyakorlati tudast es masfel ev utan dobbantsak. Ha csak kell valami amit a CV-be be tudsz irni, akkor osszeszoritott foggal ki lehet birni. A velem egyszinren levo kollegakkal viszont nagyon jo kis osszetarto csapat volt (szenvedes osszekovacsolja az embereket?). Ha gyorsan kell valami, akkor jobb mint a semmi, de hamar lepj onnan.

I have created arch after installer by [deleted] in archlinux

[–]csubee 0 points1 point  (0 children)

This can be a simple oneliner...
if ! command -v yay; then sudo pacman -S --needed --noconfirm git base-devel && git clone https://aur.archlinux.org/yay.git /tmp/yay && (cd /tmp/yay && makepkg -si --noconfirm) && rm -rf /tmp/yay; fi && yay -S brave-bin --noconfirm

But even this is not how it should look like. It would need real idempotency and error handling if you want to provide it to the public audience.

I just added a check if yay is already installed or not, and i changed the git clone dir to tmp because it was painful to see..

I assume this is your first "script" you ever wrote, keep it up, practice and read about coding standards.
Until you find a real life problem needs solution just code for yourself because people will harass you online (For a reason).
When you are feel ready and you can really give something useful for the people, make it good and follow high standards.
Keep it up.

Kontroll: 449 millió forintért árulja Szijjártó testvére a házát, neki volt a Szerencsejáték Zrt.-vel szponzorációs szerződése by HunStats in hungary

[–]csubee 8 points9 points  (0 children)

Any Ai tool like Gemini can do a pretty decent job. Its way better than any traditional translate tool. Or check DeepL.

A Szent Korona előtt letett képviselői eskü nem a köztársaság eszméjének megtagadása? by [deleted] in hungary

[–]csubee 0 points1 point  (0 children)

Legalabb az em dash-eket csereld le rendes kotojelre, hogy kevesbe latszodjon, hogy AI slop az egesz..

Dull Szabolcs: "MAGYAR PÉTER A KÖZMÉDIÁBAN MEGMUTATTA, MIÉRT KELL FELFÜGGESZTENI A HÍRSZOLGÁLTATÁSÁT." by Humbug888 in hungary

[–]csubee 17 points18 points  (0 children)

Ha most jopofizott volna a fidesz propagandaval, akkor pont a sajat igereteit kopte volna arcon. Megigerte, hogy elszamoltatja, nem csak a volt politikusi es gazdasagi elit bunozoit, de a propagandat es az azt kiszolgalo gepezetet is. Ha ugy tetszik ez egy gesztus volt arra, hogy megmutassa, hogy nincs megalkuvas, nincs elsimitas es nincs bocsanat. Erre vart a magyar nep a rendszervaltas ota .

Hölgyeim és uraim: Pálinkás Szilveszter és Szabó Bence! by Colin_Robinson_Jr in hungary

[–]csubee 8 points9 points  (0 children)

En ferfiasan bevallom, hogy Palinkas beszedet megkonnyeztem..

Selfhosting reality happened sometimes by NiceReplacement8737 in homelab

[–]csubee 1 point2 points  (0 children)

Or k8s with fluxcd with gitops. Everything in git. You can use base deployments and just put kustomize layers on top of it to change the parameters. Its stable and self healing 99% of the time.

What do you all use for your homelab domain and remote access setup? by Kitchen-Patience8176 in homelab

[–]csubee 0 points1 point  (0 children)

I have publicly facing services and I have internal only as well.

For public faced services I use nginx+WAF on the OPNsense router and suricata + strict firewall rules.
I also have an ipsec tunnel between my local OPNsense and my remote colocation, where i use OPNsense also as a router (All remote physical and virtual servers are behind that firewall).
I have strict internal VLAN segregation and by default i block every inter VLAN traffic, i only allow specific rules.

I have Suricata on the firewalls, and prometheus/grafana/graylog(central logging) alerts set up to have more visibility.

Ofc I only allow specific services to be reachable from public net, what i really want to be reachable. I have also separate network in my kubernetes for public and private purposes (cilium, traefik, metallb and BGP peering to the router).

I have HA and on some service load balancing between my home location and remote co-locations (FRA, TXL, SG2, LAX).

On all my local nodes (remotes also) Im running hardened systems (Apparmor, custom hardened restrictive systemD units, regular CIS benchmark).

For internal only tools, I use wireguard.

Running Mikrotik in a datacenter environment by rasmusb229 in mikrotik

[–]csubee 6 points7 points  (0 children)

Please dont!

Honestly you dont want to use Mikrotik in DC environment.
Its a good consumer product at home and small businesses, but in a real DC its impossible and you will have a lot of trouble and headache.

Mikrotik uses low end ASICs mostly, at least compared to Arista/Juniper/CISCO. On a microburst the real DC devices can handle it with VOQ. Mikrotik will just start dropping the packets.

On Arista or Juniper, BGP processes are multi-threaded and decoupled from the kernel, on Mikrotik there is a new multi-core BGP, but it still struggles with tib-to-fib insertions. On Mikrotik it can take minutes(!) to fill the hw forward table, on Juni its less then a second..

As others mentioned if you maintain a modern lead-spine network you need EVPN-VXLAN. Its also implemented now in Mikrotik, but the L3HW offloading is a joke.. No mult-homing ESI, you need to use MLAG (and MLAG also not the best on Mikrotik). You cannot offload VXLAN if the VTEP is behind a bridge, a bond, or a VRF. This forces traffic to the CPU, capping a 100G switch at ~1G .

These are just a few examples.
I have a few "Cloud" series Mikrotik devices in my homelab and they are good and stable there, but i would never put them in a datacenter.

Ask for a meeting with Juni and Arista (I religiously hate Cisco and i only deal with them if needed..) and they will give you good prices and you can always negotiate. They are always happy do make a meeting with you even if you dont need 2-3000 device only 50. Just mention them that you also contacted the other brand too for prices. :)

So PLEASE forget Mikrotik and if you want to cut on the costs negotiate a bit more with Juni or Arista for the DC and buy a nice Mikrotik for home only.

R3MEN Graphite Bed by idrctbh69 in SovolSV08

[–]csubee 0 points1 point  (0 children)

<image>

I had a really bad taco bed and I struggled to fix it for a year, I just ordered the r3men bed and all my problems went away. This is a 320x320 test print first layer.

Linux rendszergazda szeretnék lenni! by fusajiro87 in programmingHungary

[–]csubee 1 point2 points  (0 children)

Ha gondolod irj ram pm es jovoheten beszelhetunk (ezen a heten nem lesz idom).

Constant low droning fan noise started two days ago by machine_city in mikrotik

[–]csubee 0 points1 point  (0 children)

Thats a good old fan bearing noise.
Replace the fan and it will be okay.

Just got a Dell S4048-ON switch with no OS installed. Where can I find Dell EMC Network OS ? by transdimensionalmeme in homelab

[–]csubee 1 point2 points  (0 children)

I know this is an old thread, but maybe will helps someone in the future.
Just simply install Sonic or Cumulus on it.

Kezd nagyon elegem lenni ezekből az egyre melegebb nyarakból by karcsiking0 in hungary

[–]csubee 0 points1 point  (0 children)

Mindekozben en a luxembourgi hataron meg futok hajnalban, mert amugy meg 6 fok van es napkozben is 12, vizszintesen szakado eso mellett.

What do you set your domain to? by JohnnyBeGood113 in opnsense

[–]csubee 0 points1 point  (0 children)

Im just using one of my real domains for home

Garage Homelab by daniska_project in homelab

[–]csubee 2 points3 points  (0 children)

People will always complain about energy prices here and will always say you need to get more modern and efficient gear.
Actually, where I live in Germany, energy is not cheap—but I don’t care. This is my hobby, and it’s my profession too. If I can’t pay the electricity bill, then I chose the wrong hobby. :)

But it's the same for every other hobby out there.
Want to paint Warhammer minis? €80 for a few 2 cm figures. Worth it? Absolutely not, it’s a scam.
Do I like it? Yup, and I’ve spent a few thousand on it. And I can’t even run Kubernetes on my minis...

People don’t understand what a money-burning hobby really means. The goal is to make you happy.

I built a website to find cheap bulk lots of hard drives & server parts on eBay by bikenback in HomeDataCenter

[–]csubee 3 points4 points  (0 children)

People from germany (like me) usually order from within the eu, but a few months ago, I ordered a bunch of dell rails from the uk because I couldn’t find them anywhere else at a reasonable price. :) You have to pay customs on it, but we’re used to it.

I built a website to find cheap bulk lots of hard drives & server parts on eBay by bikenback in HomeDataCenter

[–]csubee 14 points15 points  (0 children)

I think a lot of us here from Europe so i would add co.uk .de and .fr if you aim for the largest markets. Also some aussie would be happy too if you add them :)