GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Solène :flan_hacker: (solene@bsd.network), page 2

  1. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 19-Jan-2025 20:04:11 JST Solène :flan_hacker: Solène :flan_hacker:

    Is anyone aware of an open source project to create a gateway between 2 networks and force traffic over a VPN?

    Basically, I think of a raspberry pi that would connect over WiFi and provide network to a computer on ethernet. The pi would establish a VPN and make sure the computer packets do not leak. This could also act as a simple firewall so that you can let the computer handle the VPN but to a couple of IP only.

    I already designed all features that could be provided, how to manage the thing too, but before going further I wondered if such project did not exist yet? I wasn't able to find anything except expensive commercial products. And having to do all the configuration from something bare is not an option (due to skill issues for end users and risks of misconfiguration).

    In conversation about 5 months ago from bsd.network permalink
  2. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Saturday, 18-Jan-2025 18:58:33 JST Solène :flan_hacker: Solène :flan_hacker:

    @prahou great work :flan_smile:

    In conversation about 5 months ago from bsd.network permalink
  3. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Saturday, 18-Jan-2025 18:57:13 JST Solène :flan_hacker: Solène :flan_hacker:

    @d thank you very much :flan_smile:

    In conversation about 5 months ago from bsd.network permalink
  4. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 17-Jan-2025 16:59:21 JST Solène :flan_hacker: Solène :flan_hacker:

    Seems like we are reaching the good amount of links for a new #OpenBSD webzine issue soon :flan_hacker:

    https://webzine.puffy.cafe/

    In conversation about 5 months ago from bsd.network permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: webzine.puffy.cafe
      OpenBSD webzine homepage
      from Solène Rapenne
      Webzine created by volunteers who are passionate about the OpenBSD project development.
  5. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 17-Jan-2025 16:49:09 JST Solène :flan_hacker: Solène :flan_hacker:
    • Justin Derrick
    • Reay

    @JustinDerrick @reay I wrote a privacy guide about emails when working for IVPN

    https://www.ivpn.net/privacy-guides/email-and-privacy/

    Basically, you should avoid emails if you care about privacy, there is nothing private about emails. Your email provider can read your sent/received emails and each recipient provider can do the same.

    ProtonMail, Tuta, Posteo, Mailbox.org and custom encryption at rest will not fix the statement above. The encryption at rest done only prevent them from reading currently stored emails.

    End-to-end encryption can help but they still know who send emails to who, at which frequency and each email size.

    In conversation about 5 months ago from bsd.network permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Sichere E-Mail für Privat- und Geschäftskunden | mailbox.org
      mailbox.org ► sicheres und werbefreies E-Mail-Postfach ✓ Online Office & Cloud-Speicher ✓ 100% Ökostrom ✓ Serverstandort in Deutschland ✓ ab 1,- Euro im Monat ✓ Jetzt kostenlos testen!
  6. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Tuesday, 14-Jan-2025 22:38:11 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • marmarta

    @marmarta I use restic, borg and wyng, basically I want this for a backup solution:

    - encryption
    - remote storage (ssh or s3) that does not require an agent on the remote
    - ability to verify a backup
    - ability to check the repository integrity
    - ability to restore a backup (that's the point of the tool though 😅 )
    - ability to exclude data (when applicable)
    - deduplication of data within repository
    - being able to configure auto deletion/pruning of old data using retention rules
    - bonus if you can backup multiple hosts to the same repository and use deduplication
    - show me some stats

    The biggest issues I had with backups tools:

    - inability to prune old data from a repo because the storage is full (restic problem)
    - a not clear documentation about integrity check: there are repository checks and data check, the former is quick because it just validates metadata while the other requires validating the whole repository data.

    In conversation about 5 months ago from bsd.network permalink
  7. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Tuesday, 14-Jan-2025 21:02:40 JST Solène :flan_hacker: Solène :flan_hacker:
    • Solene % bot

    @videlft @solenepercent I did not test the backup yet, but it seemed usable, in contrary to LineageOS in which I never figured how to use backups

    In conversation about 5 months ago from bsd.network permalink
  8. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 13-Jan-2025 16:42:28 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Farooq Karimi Zadeh

    @farooqkz the security features are named pledge and unveil, the first restricts system calls the process can do, the latter restricts filesystem access.

    Chromium and Firefox received both on OpenBSD, they are limited in term of system calls (not really visible for the end user), but also in term of filesystem, they can write in the directory ~/Downloads/ and read a ton of other directories useful for the runtime (settings, fonts, shared libraries etc...), nothing more.

    FreeBSD has an equivalent named capsicum but they did not implement it into web browsers (checked a few months ago).

    Linux has sandboxing using multiple methods:

    - web browsers installed with snap or flatpak are sandboxed
    - web browsers started with firejail are sandboxed

    In conversation about 5 months ago from bsd.network permalink
  9. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 13-Jan-2025 03:41:31 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Peter N. M. Hansteen
    • gyptazy

    @pitrh I think what @gyptazy meant, if I understood, was that it's easy to add someone's server to the ban list by filling a form sending an email to your honeypot address, through a registration form on a web service for instance

    In conversation about 5 months ago from bsd.network permalink
  10. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 13-Jan-2025 00:20:06 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Peter N. M. Hansteen

    @pitrh when do you remove an entry from the blocklist? If an entry was due to a server being hacked, and it has been freshly assigned to a new customer inheriting the IP, how should that person proceed to not be blocked?

    Also, a note about logs, due to GDPR it may not be legal to keep emails logs more than 2 or 3 years 😅 , but I'm not an expert and different laws of countries or EU often collide. It's still something to think about though.

    In conversation about 5 months ago from bsd.network permalink
  11. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 12-Jan-2025 07:46:17 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Fabio Coatti ??
    • Keyboard :Blobhaj: :clippy:

    @mrmasterkeyboard @cova my favorite are circular dependencies issues, especially between harfbuzz and freetype 🙀 😱

    In conversation about 5 months ago from bsd.network permalink
  12. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 12-Jan-2025 07:43:56 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Fabio Coatti ??
    • Keyboard :Blobhaj: :clippy:

    @mrmasterkeyboard @cova my only joy using Gentoo is watching genlop and ccache during an emerge update :flan_hacker:

    In conversation about 5 months ago from bsd.network permalink
  13. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 10-Jan-2025 20:01:58 JST Solène :flan_hacker: Solène :flan_hacker:
    • Joel Carnat ♑ 🤪 :runbsd:

    @joel VictoriaMetrics works really well

    Retention by default is pretty low, this can be configured on the command line parameter of the service (using rcctl set victoriametrics flags), everything is configured as flags in VM

    In conversation about 5 months ago from bsd.network permalink
  14. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 10-Jan-2025 02:06:21 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Jan

    @jan this may be more work at first, but if you get the package upstream in the ports tree, this will be less work for releases and upgrades

    In conversation about 5 months ago from bsd.network permalink
  15. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 10-Jan-2025 01:58:12 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Jan

    @jan this will be a real improvement for OpenBSD security if you were able to get wazuh to work, and provide a package to the ports tree :flan_thumbs:

    No EDR on OpenBSD is a real bummer when someone wants to deploy it in corporation.

    In conversation about 5 months ago from bsd.network permalink
  16. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Friday, 10-Jan-2025 01:54:32 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Jan

    @jan there are no working EDR on OpenBSD, been there :flan_aw:

    In conversation about 5 months ago from bsd.network permalink
  17. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Thursday, 09-Jan-2025 06:43:13 JST Solène :flan_hacker: Solène :flan_hacker:
    in reply to
    • Phil Thane ✅
    • Daniel Gibson
    • Morgan Aldridge
    • Matthew Fennell

    @Doomed_Daniel @morgant @pthane @matthew the best is to have choice for 2nd factor

    In conversation about 5 months ago from gnusocial.jp permalink
  18. Embed this notice
    Morgan Aldridge (morgant@mastodon.social)'s status on Thursday, 09-Jan-2025 06:32:33 JST Morgan Aldridge Morgan Aldridge
    • Solène :flan_hacker:
    • Phil Thane ✅
    • Matthew Fennell

    @pthane @solene @matthew I've only occasionally run into issues with my business email address not being accepted in online accounts/stores. So far, it's always been because my domain doesn't use a historical core gTLD (`.tech`, in my case). Similarly, I have enough email accounts that I can use one that I prefer less, if necessary, but annoying to troubleshoot.

    In conversation about 5 months ago from mastodon.social permalink Repeated by solene
  19. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Thursday, 09-Jan-2025 01:18:00 JST Solène :flan_hacker: Solène :flan_hacker:

    @raspbeguy Super green :flan_thumbs:

    In conversation about 5 months ago from bsd.network permalink
  20. Embed this notice
    Solène :flan_hacker: (solene@bsd.network)'s status on Thursday, 09-Jan-2025 01:10:23 JST Solène :flan_hacker: Solène :flan_hacker:

    With Qubes OS, malwares do not come and go as they please using a multi-pass (5th element reference)

    #qubesos #qubes

    In conversation about 5 months ago from bsd.network permalink

    Attachments


    1. https://media.bsd.network/media_attachments/files/113/793/594/892/696/729/original/4fa511ca6fa14b4c.jpg
  • After
  • Before

User actions

    Solène :flan_hacker:

    Solène :flan_hacker:

    My things are #OpenBSD, Transhumanism, Lovecraft and gamingI speak :fr: and :gb: and I'm 18+I type on my keyboard to do stuff, mostly promotimg self hosting, decentralization and libre software.GPG key https://perso.pw/solene.ascGPG fingerprint 4398 3BAD 3EDC B35C 9B8F 2442 8CD4 2DFD 57F0 A909

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          6273
          Member since
          18 Aug 2022
          Notices
          318
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.