Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Have you worked with tags on your jails yet?

Uncategorized
1 1 9

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • I just finished an amazing call.

    Uncategorized sysadmin
    71
    0 Votes
    71 Posts
    34 Views
    @stefano "Too ignorant"Hahaha well said!
  • 0 Votes
    2 Posts
    1 Views
    once this is done, i'd like to improve how we do package staging. currently we have to run stageworld every time we build packages, and stageworld is equivalent to installworld, so it's quite slow and makes the rebuild/update/test cycle for packages take longer than it should.instead, we should not install anything during stageworld, and just add a path= attribute to the METALOG pointing at the built object in objdir. then pkg-create(8) can use that to pick the files from objdir to build the package. that means you'd only have to re-run stageworld if something about the metadata changed or files were added or removed.so then you could rebuild and reinstall cron using something like:% make -C usr.sbin/cron all% make -C packages/cron all installpackage#freebsd
  • 0 Votes
    2 Posts
    14 Views
    Finalmente il mio #Mastodon cammina da solo, sul nuovo server di #snowfan.it!Con #masto.host è stato un percorso fantastico, lo consiglierò sempre, ma arriva quel momento in cui vuoi capire davvero cosa succede dietro le quinte.Ora niente più limiti da 200 GB o processi contati, abbiamo oltre 1 TB di spazio, 24 GB di RAM, 6 core e la libertà di gestire ogni dettaglio… anche gli errori, perché sì, se rompo qualcosa la colpa è solo mia 😅Il #self-hosting non è per tutti: serve studio, pazienza e voglia di imparare ogni giorno.Chi preferisce la tranquillità, meglio restare su masto.host.Ma chi vuole spingersi oltre e dominare la propria istanza…benvenuto nel lato oscuro dei #sysadmin. ⚡
  • 0 Votes
    1 Posts
    15 Views
    Quick tip:> bastille create alcatraz 14.3-RELEASE 10.17.89.63→ In one command, you’ve got an isolated FreeBSD jail spun up. Perfect for testing or deploying apps safely and cleanly.#FreeBSD #BastilleBSD