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

does anyone use Forgejo and have issues with larger repositories?

Uncategorized
5 3 7

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    6 Posts
    31 Views
    @bob_zim @NebulaTide I am a musician and am interested in encryption. When Apple first introduced FileVault I encrypted my whole disk, this was maybe 20 years ago. There was a weird bug in the FileVault that I triggered somehow. Upon a reboot, it refused my passphrase which I had written down on paper next to the computer. I lost all the data. I even took the PowerMac to the Genie Bar and they pretty much laughed and said nothing can be done. I hate disk encryption now.
  • 0 Votes
    1 Posts
    8 Views
    Started to touch FreeBSD jail and Bhyve VMs, using them for some programming project. Damn, if only I have such unlimited power near 15 years ago, when I was in university!Need to have a building environment with some libraries for FastCGI and PostgreSQL installed? No problem, write a Bastillefile which enables sshd and mounts my catalog with projects inside the jail via the nullfs magic. Then create thin jail, apply this template to it and boom — I have a ready development environment with ssh access and all necessary stuff. Just connect to it and build the program, all necessary sources are already here.Need to test program on the NetBSD? No problem — just create Bhyve VM with preinstalled netbsd template, then install OS with comp set and setup some services: Nginx, PostgreSQL, spawn-fcgi, etc… Then type C-x d /ssh:drag0n@10.0.0.2:~ in the Emacs, copy sources via Dired and I can test my program on the environment, as close as possible to the my home server.All things looks so integrated in the OS and console software are so good, that it is incomparable with my Docker trips at work When programming become fun again #FreeBSD #bhyve #Bastille
  • 0 Votes
    1 Posts
    16 Views
    pkg query --evaluate '%o = base' '%o\n\n%e\n\n----\n\n'Why does it not get descriptions of installed base packages?pkg-query(8)<https://man.freebsd.org/cgi/man.cgi?query=pkg-query&sektion=8&manpath=freebsd-ports>#FreeBSD #pkg #help
  • 0 Votes
    1 Posts
    11 Views
    Keep your FreeBSD system cool with built-in temperature monitoring!No ports needed, just sysctl and a simple shell script. Perfect for FreeBSD 14.x users who want lightweight, dependency-free thermal monitoring.Quick, practical, and very Unix.https://codeberg.org/Larvitz/gists/src/branch/main/2025/20251009-FreeBSD_Temp-Monitoring.md#FreeBSD #BSD #SysAdmin #Unix