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

I just finished an amazing call.

Uncategorized
57 52 3

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • Hey #FreeBSD folks!

    Uncategorized freebsd sysadmin
    1
    0 Votes
    1 Posts
    8 Views
    Hey #FreeBSD folks!Ten years ago, disk ID labels (/dev/diskid) were often painfully encoded.Today, my WD drives show up cleanly. Is that just a WD thing? Do other vendors show up as encoded crud?If you could look in /dev/diskid and see what you have, I'd appreciate it.(diskID is disabled in 15, you'd need to uncomment kern.geom.label.disk_ident.enable="0" in /boot/loader.conf)TLDR: can I now recommend diskID labels as reasonable, or am I just lucky in my hard drives? #sysadmin
  • 0 Votes
    1 Posts
    6 Views
    RE: https://mastodon.bsd.cafe/@stefano/115984116493117731Luckily, many of my clients are intelligent and well-prepared people. Needless to say, that email, before making me laugh, had already made the client laugh. He immediately thought he was dealing with people who were great at marketing but had little technical skill. I presented my theory on software engineering, but he immediately tore it apart, declaring himself extremely skeptical. In his opinion, it is more likely to be a technique to lower our defenses and then try to sell us "security products" after a "pentest full of flaws". Or simply sheer incompetence.Anyway, their connection hasn't any open ports. So they can pentest anything they want to, as long as they want to.#IT #SysAdmin #HorrorStories #PenTest
  • 0 Votes
    13 Posts
    36 Views
    @uriel You're right. I've updated the original post to clarify it. Thank you for pointing it out!
  • 0 Votes
    1 Posts
    9 Views
    New blog post: Managing FreeBSD Jails with Ansible.I wrote jailexec - an Ansible connection plugin that lets you manage FreeBSD jails without running SSH inside each one. It connects to the jail host via SSH and uses jexec to run commands, just like you would manually. Features: • Single Python file, easy install • Supports doas and sudo • Secure two-stage file transfers • Works with any jail managerBlog: https://blog.hofstede.it/managing-freebsd-jails-with-ansible-the-jailexec-connection-plugin/Code: https://github.com/chofstede/ansible_jailexec#FreeBSD #Ansible #DevOps #SysAdmin #Jails #Automation