mez, to random
@mez@mastodon.nz avatar

Cleaning up my HD get some storage space back and I'd like a script that goes through and removes the node_modules folder whenever the files in the parent folder haven't been touched in a month or more. Inactive project? No need for node_modules, just reinstall if it's ever worked on again.

mez,
@mez@mastodon.nz avatar

Actually starting to wonder if there’s anything wrong with this idea. I’d scope it to a couple project directories for safety and speed. Seems like returning to an old project would want npm ci instead of npm install

Sanity check me, Mastodon, what else am I missing?

ainmosni, to homelab
@ainmosni@berlin.social avatar

So, a question for all , , , people.

I want to setup a netboot setup that boots into a menu of a lot of OS installers. How would you set that up? Right now, the only thing that seems to do what I want is iVentoy, but I was wondering if I have other options.

luigi, to devops
@luigi@bolha.us avatar

Hey folks that work with
I want to seek new resources to read about our area, I really like learning new technologies, some study cases, architectures, post mortem, cloud and etc...

Can you recommend me some cool blogs or some topic list? :)

DeltaLima, to sysadmin German
@DeltaLima@social.la10cy.net avatar

"Enterprise software" ist auch nur ein Synonym für "Zeitverschwendung durch Lizenzprobleme"

nixCraft, to linux
@nixCraft@mastodon.social avatar
tech, to tech
@tech@unfufadoo.net avatar
tech, to tech
@tech@unfufadoo.net avatar
me, to Ansible
@me@social.taupehat.com avatar

I really wish module devs would make up their minds about how to pass stuff to it. So like the packages module? Pass it a list of packages, super easy
ansible.builtin.packages:

  • foo
  • bar
  • baz
    state: present

But say you want to create a bunch of directories? Well, sucks for you - the file module doesn't work that way:
ansible.builtin.file:
path: "{{item}}"
owner: larted
group: luser
mode: "0755"
state: directory
with_items:

  • "/haha"
  • "/fuck"
  • "/consistency"

And these are both BUILTIN modules. Seriously folks, make up your fucking minds. Shit like this makes being a pointlessly difficult.

25admins, to Podcast
@25admins@fosstodon.org avatar

2.5 Admins 189: Too Much Glass

Glassdoor seemingly doesn’t understand its raison d’etre, Telegram wants to cheap out on sending verification codes, law enforcement makes YouTube give them details of everyone who watched certain videos, and tuning a low end VPS to host a blog.

https://2.5admins.com/2-5-admins-189/

cschrader, to philadelphia
@cschrader@jawns.club avatar

I’ve been here for a while, but I never actually did an post.

I live in , and work in with a background in , , , , and . These days, I spend a lot of time with , , and . I’m part of a nonprofit working to preserve safe greenspace in .

stefano, to sysadmin
@stefano@bsd.cafe avatar

Interesting tool to check your own e-mail server: https://www.learndmarc.com/

SadKitten, to sysadmin French
@SadKitten@mastodon.social avatar

Demande d'utilisateur récente : avoir un répondeur d'absence sur son mail qui envoie une réponse auto à tous les mails
Réponse des admins : non
Pourquoi on a dit non à votre avis ?

EighthLayer, to workersrights
@EighthLayer@mstdn.games avatar

I could get used to 4-day weekends. Back to work tomorrow. Ugh. 😐

bortzmeyer, to sysadmin French
@bortzmeyer@mastodon.gougere.fr avatar

(19/35) Upgrading xz-libs (5.6.1-r1 -> 5.6.1-r2)

EighthLayer, to workersrights
@EighthLayer@mstdn.games avatar

I fucking hate being on call for work. My whole evening just ruined. Now it’s too late and I’m too tired to really do anything, but I’m not mentally ready to go to bed. FFS. 😡

goodthinking, to sysadmin
@goodthinking@beige.party avatar

…located and removed two instances of Diddy from conference room screensaver deck…

tech, to tech
@tech@unfufadoo.net avatar
tech, to tech
@tech@unfufadoo.net avatar
philpem, to email
@philpem@digipres.club avatar

There's a special place in hell for Spamhaus deciding to return a "spam" response for all queries from DigitalOcean droplets. Stunning to do this right before the easter holiday with zero announcement or notice. @spamhaus

LPI, to opensource
@LPI@fosstodon.org avatar

A massive thank-you from Linux Professional Institute (LPI) to all our global community members, passionate volunteers, and pros who have given their support. Because of you, this year we’re turning 25!

We’re excited to share offers and activities with you to celebrate. Keep an eye on socials for more details. 🐧🌍🥳🎂

mwl, to sysadmin
@mwl@io.mwl.io avatar

Vultr backed down, but so what?

https://mwl.io/archives/23504

Rights grabs are becoming more common, though. I believe that the only way to stop them is to stop doing business with any company that attempts one. Backing down from a rights grab is too late.

coco, to linux

Je suis dessus depuis 4 jours et j'y arrive pas, j'ai épluché tout internet mais...

J'ai 2 "WAN", un ethernet (eth4) et un VPN (tun0). J'aimerais forward un port du VPN vers une machine qui se trouve sur un réseau local br0.

J'ai donc fait un DNAT, lequel semble fonctionner puisque les paquets ont l'air de bien transiter jusqu'à la machine (observé avec tcpdump). Leur provenance est le gateway de br0 et pas l'IP externe qui envoie sa requête à travers tun0.

De l'extérieur, en tentant sur l'IP publique de tun0, je timeout.

Je pense que les paquets sont bien routés vers ma machine de destination, mais qu'une fois que les paquets en réponse atteignent le gateway du réseau local br0, le routeur ne sait pas trop où les renvoyer. Je pense qu'il ne les route pas vers tun0 mais plutôt vers eth4. Ou qu'il n'en fait rien, je sais pas.

Ça doit être tout con, mais comment j'instruis au routeur de renvoyer les paquets à l'IP qui fait la requête et à travers tun0 ?

25admins, to Podcast
@25admins@fosstodon.org avatar

2.5 Admins 188: Farewell to Core

The FreeBSD version of TrueNAS is going away, a major Apple antitrust case begins, encrypted LLM chat responses are relatively easy to read, and scaling a fleet of FreeBSD hosts with jails.

https://2.5admins.com/2-5-admins-188/

nixCraft, to linux
@nixCraft@mastodon.social avatar

Learning coding/devops or #Linux #sysadmin work by trial and error be like ... credit https://theycantalk.com/post/150288574840/trial-and-error

stefano, to IT
@stefano@bsd.cafe avatar

Interesting reading: Kubernetes and back - Why I don't run distributed systems

https://www.davd.io/posts/2024-03-20-kubernetes-and-back-why-i-dont-run-distributed-systems/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines