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

Comparing devices at the office this afternoon.

Uncategorized
5 3 14

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • The future of LPR and LPD in FreeBSD

    Uncategorized freebsd lpr lpd
    1
    0 Votes
    1 Posts
    8 Views
    The future of LPR and LPD in FreeBSD<https://lists.freebsd.org/archives/freebsd-stable/2026-February/003857.html> | <https://mail-archive.freebsd.org/cgi/mid.cgi?86wm07xnre.fsf>Related manual pages: lp(1) <https://man.freebsd.org/cgi/man.cgi?query=lp&sektion=1&manpath=freebsd-current>lpc(1) <https://man.freebsd.org/cgi/man.cgi?query=lpc&sektion=1&manpath=freebsd-current> does not exist, I guess it should be lpc(8) <https://man.freebsd.org/cgi/man.cgi?query=lpc&sektion=8&manpath=freebsd-current> lpd(8) <https://man.freebsd.org/cgi/man.cgi?query=lpd&sektion=8&manpath=freebsd-current>lpq(1) <https://man.freebsd.org/cgi/man.cgi?query=lpq&sektion=1&manpath=freebsd-current>lpr(1) <https://man.freebsd.org/cgi/man.cgi?query=lpr&sektion=1&manpath=freebsd-current>lprm(1) <https://man.freebsd.org/cgi/man.cgi?query=lprm&sektion=1&manpath=freebsd-current>lptest(1) <https://man.freebsd.org/cgi/man.cgi?query=lptest&sektion=1&manpath=freebsd-current>pac(8) <https://man.freebsd.org/cgi/man.cgi?query=pac&sektion=8&manpath=freebsd-current>#FreeBSD #LPR #LPD
  • 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
    5 Posts
    24 Views
    @morgant @stefano @pitrh I lucked out and had my local User Group happen to give the NYCBSDCon. I put my hand up to help when they were looking for a volunteer because "some guy in Canada wants to stream the conference". Go. Volunteer. Even if you just carry a box or pull a cable. You won't regret it. We are a community with some of the most unique people I have ever met.
  • 0 Votes
    1 Posts
    9 Views
    Time for the weekly sunday-backup of my home-server:1. Plug USB HDD2. zpool import zusb3. zfs snapshot -r zroot@backup-$(date +%Y%m%d)4. zfs send -R -i zroot@backup-$(date +%Y%m%d) | zfs receive -o mountpoint=none zusb/backup_zroot5. zpool export zusb6. Unplug HDD#freebsd #zfs #backup