nixCraft, to linux
@nixCraft@mastodon.social avatar

Ah, the sweet smell of a production Linux container image… generously seasoned with sshd and a whole host of unwanted services you definitely didn't need. If only my "if" statements were as reliable as my morning coffee. Lmao.

Seinfeld gif: Not good, I'm a moran.

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

holy crap, it seems I'm stoned enough to understand Kickstarter instructions that I had been staring at for five days!

https://www.kickstarter.com/projects/mwlucas/run-your-own-mail-server

If you have any interest, please follow. KS algorithms kick in once I have ten followers.

There's also https://mwl.io/ks

status_updates, to infosec
@status_updates@hachyderm.io avatar

We've doubled our security measures to 50ml, so now our sysadmin's hands are steady.

stefano, to sysadmin
@stefano@bsd.cafe avatar

This morning, a colleague (a sysadmin who works exclusively on Red Hat) needed to quickly create a VM for a reverse proxy. Among the requirements:

Minimal, only for nginx
Root file system on btrfs (I don't know why, but it's their internal policy)
Be online ASAP

I swiftly installed Alpine Linux for them. With just two commands, I set up the root on btrfs and got the setup running. Within a minute, the VM was up; in ten seconds, nginx was installed, and within two minutes, it was configured.

They were amazed by the speed and lightness of it all, as well as the updated kernel.

Alpine Linux remains, in my opinion, an excellent and flexible solution in the Linux environment.

fell, to sysadmin
@fell@ma.fellr.net avatar

On my machines, I have begun to disable SSH on IPv4 and replaced it with a tarpit instead. :drgn_comfy_evil:

stefano, to linux
@stefano@bsd.cafe avatar
matthew, to sysadmin
@matthew@social.retroedge.tech avatar

Reminder:

Check to make sure your data backups are working as they should.

coco, to linux

J'ai quand même un peu galéré à mettre ça en place, donc j'ai fait un pense-bête-tuto : recevoir les mails adressés à root ou autre user dans ma boîte mail personnelle. J'ai testé sur 3 machines différentes, ça a marché directement sur les 3

wiki.corentin.eu/books/aja/page/configurer-exim4-sous-debian-pour-recevoir-les-mails-du-systeme-sur-sa-propre-boite-mail

blogdiva, to Futurology
@blogdiva@mastodon.social avatar

a couple of question for the geeks:

  1. are people really using SSDs as external drives?

  2. are they worth as a backup media or should we stick to hard drives for that?

thomas, to sysadmin
@thomas@metalhead.club avatar

In case your Icingadb complains about "unexpected database schema version: v2 (expected v3)"

Run this:

$ sudo -u postgres psql icingadb < /usr/share/icingadb/schema/pgsql/upgrades/1.2.0.sql
$ sudo systemctl restart icingadb

nixCraft, to debian
@nixCraft@mastodon.social avatar

How to configure AWS SES with Postfix MTA on 11/12

https://www.cyberciti.biz/faq/howto-configure-aws-ses-with-postfix-mta-on-debian-linux/

This is something work demands. At a personal level, you don't need this.

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

2.5 Admins 191: Mechanical Turk

Why updating iPhones in their sealed boxes might have some downsides, Amazon’s “AI” turned out to just be people, LLMs hallucinating imaginary dependencies is potentially a security risk, Aruba backs up its government data to the Internet Archive, and disk queue schedulers in Linux.

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

mboelen, to linux
@mboelen@mastodon.social avatar

I'm working on a cheat sheet for . This nifty tool is easily overlooked, but so powerful that it really made me invest more time into learning it.

The initial version of the cheat sheet is available and ready for feedback: https://linux-audit.com/cheat-sheets/awk/

Boosts would be appreciated, and feedback even more!

What are your AWK one-liners that others really need to know and should be included?

Special thanks to @DopeGhoti

osjobhub, to sysadmin
@osjobhub@fosstodon.org avatar

On a mission to promote and defend digital privacy, @calyxinstitute is seeking applicants for Senior Systems Developer positions. Learn more and apply now on https://opensourcejobhub.com/job/15037/

coco, to sysadmin

Comment je peux faire avec nginx pour avoir un bloc server par défaut pour chaque domaine, avec HTTPS ?

Je sais pas si vous comprenez la question, en gros il me faudrait plusieurs blocs de ce type :

server {
  listen 443 default_server ssl;
  listen [::]:443 default_server ssl;
  server_name _;

  return 444;
}

Le problème si je fais ça, c'est que je dois spécifier un certificat d'un seul de mes domaines, donc les autres domaines afficheront une erreur HTTPS

Cimer !

#sysadmin #linux #nginx

jhx, to sysadmin
@jhx@fosstodon.org avatar
jhx, to Shelly
@jhx@fosstodon.org avatar

Fun in the morning....
My two plugs just went out - server rack and desktop.
I don't have a clue why they failed, let alone both at the same time.
The only thing that comes to mind is that there was a firmware upgrade....
fun for sure 😂

ITeeTechMonkey, to python
@ITeeTechMonkey@mastodon.social avatar

I rewrote a Powershell script in Python for my teammates who use Macbooks.

Now I still love writing scripts in Python, but to say I've been spoiled by Powershell is a massive understatement.

jschauma, to random
@jschauma@mstdn.social avatar

Every so often, I need to chase down some aspect of email validation (, , , ...). This involves a number of records and queries, but I may forget just which ones. So here's a quick /DNS cheatsheet:

jschauma,
@jschauma@mstdn.social avatar

Brief summary of the different records following in this thread.

Longer explanation in my video lectures here:
https://www.youtube.com/playlist?list=PLDadzdouM0VBkac7BMCsEMCcmgHoqRUz6

fEmber, to sysadmin

​:heart_trans:​ Request for IT assistance ​:heart_trans:​

Hi friends! Our SysAdmins are still blocked by a network issue that prevents our migration to the new servers. We are running out of ideas and would appreciate any possible support. If you have or know someone who has experience with IPv6 networks, then please contact me or another member of our staff. We would earnestly appreciate any help or advice!

The problem, as I understand it, is that traffic fails to pass through our OPNSense firewall. We have a /48 block allocated on the WAN side, and want to expose a public IP from the LAN. See this reply for a longer description and some discussion.

Boosts appreciated! 💙
CC: @Amelia and @puppygirlhornypost

mwl, to FreeBSD
@mwl@io.mwl.io avatar

Looking for a way to run a single command as user "www" on .

Roundcube uses doveadm to compute password hashes, but the www user defaults to the nologin shell and /nonexistent home directory. I really, REALLY don't want to change that.

Anyone have something clever to let me run just this one command as www?

[edit to add: Roundcube is a web app. It runs as user www. I can't have another run the command as www: www needs to execute the process. www can't run sudo or doas without the sort of something that would let www run doveadm.]

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

2.5 Admins 190: twitterz

A backdoor has been found in xz-utils, OpenZFS improves ZVOL performance on Linux, Twitter devs fail at regex, and adding SATA ports to a home NAS.

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

stefan, to accessibility
@stefan@stefanbohacek.online avatar

Hm. I wonder if I can get any fediverse admins onboard to disable all images on their instance on the World Sight Day in October, so that only alt text shows up.

https://en.wikipedia.org/wiki/World_Sight_Day

stefan,
@stefan@stefanbohacek.online avatar

I think I figured out the folder permissions to pull this off?

Not much luck with the nginx config though, would really appreciate some help.

https://gist.github.com/stefanbohacek/ca85adc8a22311094c9f219e3b899583

tech, to tech
@tech@unfufadoo.net avatar
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?

  • 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