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
  • 0 Votes
    10 Posts
    38 Views
    @josh three years sounds reasonable especially if it's a no-brand. Are the batteries replaceable in your UPS?
  • 0 Votes
    1 Posts
    9 Views
    #ProxPatch for #Proxmox VE Clusters!Automate the most repetitive operational task in Proxmox: keeping cluster nodes updated! ProxPatch drains, migrates, patches, and reboots nodes in a controlled rolling fashion — no downtime, no manual intervention.ProxPatch is written in Rust and fully #opensource.Website: https://proxpatch.deGitHub: https://github.com/gyptazy/ProxPatch#PVE #homelab #enterprise #Debian #PatchManagement #ProxmoxVE #Security #ProxLB #SecurityUpdateManagement #Automation #Rustlang
  • 0 Votes
    4 Posts
    17 Views
    @thewk yes that's possible. There are 2 ways you can use (and combine). One is using authentik with forward auth via Middleware. That means authentik (and therefore also possible MFA) is shown before you can reach your service. The other way is when your service supports oidc, saml etc. Then authentik is called from that service at login.
  • 0 Votes
    1 Posts
    2 Views
    Just going to leave this here...https://slfh.st/discord#selfhost #selfhosted #selfhosting #foss #opensource #homelab #discord #stoat #spacebar #sharkord #teamspeak
  • 0 Votes
    14 Posts
    43 Views
    @Gina totally agree! This is an old photo I took of a previous keyboard. I try to do better now. And sometimes I post things like this to help other people remember to clean their keyboards 😃
  • 0 Votes
    9 Posts
    39 Views
    @EnigmaRotor @justine Ahah true!
  • 0 Votes
    1 Posts
    12 Views
    A cluster-wide snapshot overview and cleanup for all guests in a #Proxmox cluster!Makes it easy to spot old snapshots at a glance and clean them up before they cause trouble.My PR was just merged, bringing my #ProxSnap idea into the #PegaProx project.Really happy to contribute and see this feature become part of such a great tool. Nico, Marcus and Laura are doing great there!Not aware of project PegaProx? Here you can find more:Blog post: https://gyptazy.com/blog/pegaprox-real-datacenter-manager-proxmox-clusters/Release 0.6.2: https://github.com/PegaProx/project-pegaprox/releases/tag/v0.6.2ProxSnap: https://gyptazy.com/proxsnap/#PVE #homelab #Prox
  • 0 Votes
    1 Posts
    12 Views
    Das Gehirn der Rebellion ist online! In Teil 5 der Rebel Homebase lassen wir die ā€žLego Duploā€œ-Welt der Hyperscaler hinter uns.K3s auf Blech: 5 Nodes, 1 Mission. Pure ARM-Power statt Cloud-Miete. Schluss mit Cloud-Illusionen und dem digitalen Stockholm-Syndrom. Wir bauen Infrastruktur, die uns gehƶrt. ✊https://www.pandolin.io/k3s-blade-cluster-aufbau-cm4-cm5/#RebelHomebase #Kubernetes #K3s #OpenSource #BeAVoice #Linux #HomeLab #DigitaleSouveranitat #Ubuntu
  • 0 Votes
    3 Posts
    13 Views
    @dado @altbot Bel rack, puliiiito!Il corso... Parli di questo? šŸ™‚ https://corsolinux.com/proxmox
  • 0 Votes
    3 Posts
    12 Views
    @Sansi@tilde.zone awesome! Let me know if it works out for you well - or if it needs some adjustments ;)
  • 0 Votes
    1 Posts
    5 Views
    Happy new year! Let's have a great year for open-source based virtualization stacks! I also just release 1.1.0 of #ProxCLMC which adds support for standalone PVE nodes that are not part of a cluster (got requested by a user).#Proxmox #PVE #homelab #opensource #rust #rustlang #devops #virtualization #CPU #EVChttps://github.com/gyptazy/ProxCLMC
  • 0 Votes
    1 Posts
    6 Views
    Just released #ProxCLMC for #Proxmox clusters!Ever wanted to know which CPU type is the maximum supported in your Proxmox cluster, when not being able to set type host? ProxCLMC evaluates all nodes within the cluster and checks for the maxmimum supported type to make sure live migrations can perform without any issues. ProxCLMC is fully opensource and entirely written in Rust.More in my blog post:https://gyptazy.com/proxclmc-identifying-the-maximum-safe-cpu-model-for-live-migration-in-proxmox-clusters/#Proxmox #PVE #OpenSource #LiveMigration #Homelab #Enterprise #coding #opensource #Rust #Rustlang #CPU #KVM #CPUType #HowTo
  • 0 Votes
    2 Posts
    8 Views
    @yunohost -- If you were wondering why I asked!
  • #homelab #salotto

    Uncategorized homelab salotto
    17
    1
    0 Votes
    17 Posts
    22 Views
    @luca perfetto! Avevo poche idee e adesso sono ben confuse! 😰Per @nanianmichaels ê un modo di dire italiano che significa che sono ignorante e confuso.
  • 0 Votes
    2 Posts
    6 Views
    @peteorrall this is great!
  • 0 Votes
    1 Posts
    5 Views
    At this weekend I finally established another network in my home — a ZigBee network. A looong time ago (in 2010 year) I touched the ZigBee networking in my university (ITMO, previously IFMO, in Saint-Petersburg) — these times it was a new technology, not used widely. And as a student I have some fun time playing with ZigBee main router, supplemental router and end-devices. You can view old photos and screenshots of old software on a my extremely old blog: http://h0rr0rr-drag0n.blogspot.com/2010/04/cc2530zdk.html (and read a blogpost, if you understand Russian).It is kindly fascinating, that now, after 15 years, I can just buy some ZigBee-powered devices from AliExpress (using Black Friday discounts) and connect them to the network inside my house right in the way I did it in the university 15 years ago!Sadly, although I bought native supported main router device, based on the EFR32MG2 with some software from Ember (EZSP v8) inside, the OpenHAB doesn't support this device natively — it supports it, but since my server is running NetBSD, I got problems with some bundled with OpenHAB things. Looks like some native libraries (rxtx-java) don't have bundled NetBSD versions. And the same library in the repository built for Java 8, not for Java 17.So, I decided to use Zigbee2MQTT, not to build the necessary Java library myself. It was kinda scary — use program, which connects my ZigBee network via ZigBee USB-dongle to the MQTT server — which is written on JavaScript . Not on the C (as I can totally understand, for a such low-level program, operating with embedded devices) or at least on the C++/Perl/Python/whatever. But, looks like it works good enough, if I don't try to pair the device in wrong mode (my window sensors has two modes to pair them with network: first "common" mode causes zigbee2mqtt to silently crash and the second "compatible" mode works without problems).And I could understand now, why people has so much problems with smart home security. Installed MQTT server mosquitto — it allows unauthenticated connections by default. Installed zigbee2mqtt — it allow connections to frontend without any password by default At least these two services don't each much memory: 1.2 Mb for Mosquitto and 75.6 Mb for ZigBee2MQTT.For now, my ZigBee sensors works pretty well and robust, like these devices from university 15 years ago #HomeAutomation #OpenHAB #ZigBee #HomeLab
  • 0 Votes
    1 Posts
    7 Views
    I’m so stucked… Black Friday reactivated the ā€œstore everything on a NASā€ project in my poor brain. As the goal is quite simple : reduce to the minimum the use (and the costs) of our family iCloud plan, you would expect the solution is simple (of course not…). But should also be added to the equation the need to secure data already on external usb disks. (And aging). So, the quest for the right choice begins with a Nas appliance. Syno? No thanks, solid software, old hardware and discutable moves to lock everyone to use their parts catalog. So… considered ugreen Nas such as dxp2800 (two disks, not very upgradable so use huge capacity for a start). Dxp4800 four bays so it is possible to gradually extend the pool in the future. Then there is also MiniPC with nvme slots such as beelink Me Mini. In all cases, storage will be ZFS and data should be encrypted (don’t want thieves to read my data). Software will likely be truenas. A bare FreeBSD would be great but I have no time or skills to build everything from scratch with the insurance that I don’t leave some door opened for exploits. Either ugreen and N100 based pc should be enough for immich and one or two lightweight containers/jails. Costs are also to be considered, as RAM and disks (and NVME) are becoming very pricey. I read some blogs articles from our barista and of course it was so very interesting to build a backup server, remote access in a diy manner, (the geek in me was very tempted, but the end-user in me having to ensure the data from everybody in the house is secured is worried) #homelab #NAS
  • 0 Votes
    1 Posts
    11 Views
    Random git tip for small devices:git config core.bigFileThreshold 50mBy default git's "unpack" logic is quite memory intensive and if you need to "git pull" a large repo on something like an rpi zero you will probably end up OOMing. Set the threshold for "big files" to something reasonable (like 50 megs) and instead of reading the entire file into RAM and then writing it, it does a streaming copy and has a tiny in-memory I/O buffer instead. Yay.(optionally specify git config --global to apply to all repos)#homelab #homeautomation
  • 0 Votes
    2 Posts
    5 Views
    @pandolin I love this - the LEGO penguin on top is šŸ‘ŒšŸ» can I ask which 3D printed case design you used there?
  • #opensuse Leap 16.0 is out!

    Uncategorized opensuse linux homelab
    3
    1
    0 Votes
    3 Posts
    20 Views
    @stefano Running Leap 16 in VirtualBox 7.1 on my Debian laptop. Leap 16 has some problems.First, it only successfully boots every *other* time it powers on. The other times, after the boot loader, it shuts down automatically with no warning.Secondly, there are strange network issues though this may be a Virtual Box thing. I just tried installing Debian 13 and the network config during the installer is continuously failing at DHCP. I'm on public wifi at a hospital, but that shouldn't matter because the laptop itself and my phone connect to the wifi no problems. I suspect I have some troubleshooting to do there....but only being able to successfully power up every other time? Yeah, that is strange.

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @johannab No, not at all snarky. šŸ’•

    What is so interesting is to discern between the technical and social, and I think that most people have a very functional-technical perspective of what it means to communicate online, so to say. Consider it merely as extra channels to interact with others, more choice to connect.

    But of course our online social network is much more than merely a channel, and we have to 'project our social' somehow over these thin copper and fiberglass wires, while we try to make sense and interpret the social signals that come from other remote places.

    I think we underestimate the impact of communicating online, and the narrow 'social bandwidth' that our current networking tools support. Then we translate online situations to how we would behave offline and get wrong expectations, misconceptions, and subequenctly miscommunications.

    We are still all youngers online, still all learning the ropes, while we do social networking offline for 1,000's of years already.

    read more

  • @smallcircles

    Awesome!

    I hope my response didn't come off snarky, as that wasn't how I meant it - at worst I intended to be a bit pedantic. And relatable analogies are *always* at my fingertips when talking to the inexperienced or "non-tech" social network users, for sure.

    But *eventually* we need to draw people in to a little more media- and tech-literate understanding.

    I'm bookmarking your blog post, thanks - this is a topic in my current academic modules and my hoped-for masters capstone

    read more

  • @johannab

    What I particularly like in your definition, is that it makes clear that "fediverse" by itself indicates a pure technosphere. It enables social communication, and merely facilitates it. What people do on that channel, the way they communicate and how they interact with others then determines the social experience.

    SX starts to consider a social experience from the most personal perspective, where a person has individual needs wrt their online participation. Then using the "Pyramid of perspective" this scale up to consider inter-personal relationships, and at the top of the pyramid and at the largest scale we shape the constructs of society together.

    (Note that SX is a universal solution development methodology, even though it starts with a focus on social web and software development.)

    See also: https://coding.social/blog/reimagine-social/#pyramid-of-perspective

    read more

  • @johannab

    That is a good, more matter of fact characterization to all the analogies indeed. Thank you.

    read more

  • @smallcircles

    Other: loosely-bound meta-network of more tightly-bound community or topical networks.

    I *describe my experience* using all kinds of analogies such as the other options in this poll.

    read more

  • @Curry @theraccoonbytes I was thinking of privately reaching out to Casey and PJ first (Kevin has barely used the instance) to see what their plans are for the future...

    and then maybe try to assemble a group of volunteers to see if anyone is interested in helping out with hosting, moderation, onboarding, community engagement, etc.

    For now whenever I can I browse their local timeline and interact with people to make them feel seen and valued...

    read more

  • @draNgNon thanks, some very good food for thought.

    I think the crucial point is that we do not know and do not offer proper ways to deal with different modes of communication, esp. if the only medium channel constitutes a stream of sticky notes, such as we have here in this space.

    On the first point, when is something an vs. a healthy interest area, I think depends how well one is able to cross the 'membranes' of all the various social contexts and information spaces one navigates online, as it were.

    There should be a place for 'influencing' to an extent if only to reach your crowd and build community and such. But all in balance and proportion and clear social context preferably. Non-profits and groups want to influence, we may want to be informed.

    To the last point. There's urgency to address the dark world situation, and either organize or lose. defines as a way to engage in constructive ..

    https://social.coop/@smallcircles/116159361728695210

    read more

  • @theraccoonbytes @_elena Are there specific measures I can be taking to help keep our beloved alive? Besides being active myself?

    read more
Post suggeriti