Latest activity

  • Zare
    Hell no. become: true https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_privilege_escalation.html
  • vermaden
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • SirDice
    It could use su instead. But this would require a user account in the wheel group. So either way you're going to need to prepare the images in order for it to work.
  • SirDice
    Some notes: - name: Install required packages community.general.openbsd_pkg: Use ansible.builtin.package - name: Deploy rspamd configuration ansible.builtin.template: src: templates/dkim_signing.conf.j2 dest...
  • SirDice
    Hell no. become: true https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_privilege_escalation.html
  • tembun
    tembun replied to the thread Groups Overview.
    Or man wheel; it will also work since this man page is hard-linked (see ln) to wheel.7.
  • tembun
    tembun reacted to T-Aoki's post in the thread Groups Overview with Like Like.
    And merged into stable/15 at May 02, 2026 and into releng/15.1 at May 28, 2026 respectively. So upcoming 15.1-RELEASE should have it. And for newbies: Simple man groups would show you groups man page (category 1), not groups man page (category...
  • tembun
    tembun reacted to Erichans's post in the thread Groups Overview with Like Like.
    It has also made it into upcoming 15.1: groups.7: New manual page of standard group names
  • S
    scottro reacted to tembun's post in the thread Groups Overview with Thanks Thanks.
    The groups(7) man page was added in FreeBSD 16.0.
  • S
    scottro reacted to Erichans's post in the thread Groups Overview with Thanks Thanks.
    It has also made it into upcoming 15.1: groups.7: New manual page of standard group names
  • tembun
    tembun replied to the thread Groups Overview.
    The groups(7) man page was added in FreeBSD 16.0.
  • T
    This seems to be fixed on 16.0-CURRENT only, for the time being. At the time of this writing "LinuxKPI: 802.11 suspend/resume: fix the is_pci_dev check" has not landed on 15.1-STABLE (aka stable/15) has not landed on 15.1-RC2 (aka releng/15.1)...
  • K
    Indeed, you basically need to either emulate Plan 9 in a VM (incl Inferno) or you need to bring in an entire compat layer just for a ~1MB program. There used to be an Acme clone called wily in ports but it rotted slightly. However there is a...
  • SirDice
    SirDice replied to the thread AMD GPU support matrix.
    This is sticky worthy. Good job.
  • ShelLuser
    ShelLuser reacted to drhowarddrfine's post in the thread is "vi" worth learning in 2022? with Thanks Thanks.
    MG you are trying to compare vi with graphical editors as if they both have the same goals and capabilities. Graphical editors fall down with the needs of there's where vi shines and runs rings around it. If I'm editing a document for publication...
  • ShelLuser
    ShelLuser reacted to MG's post in the thread is "vi" worth learning in 2022? with Like Like.
    AI? I'm at least not stupid enough to use some always-online system that tries to benefit of my text. That trend is 1 of the dumbest ever. I just don't like invisible things happening. That was usual in a time where computers and particularly...
  • bjs
    bjs reacted to blackbird9's post in the thread Music… with Like Like.
    Careful with that axe... View: https://www.youtube.com/watch?v=SeB_HC1-m20
  • D
    I'm pretty sure because teletype machines and other line printers didn't have anything but caps. I used the ADM back in the day but I don't recall if the screen was all caps or not.
  • H
    hedwards replied to the thread is "vi" worth learning in 2022?.
    The two main reasons to learn to use vi is that it's pretty much guaranteed that any UNIXy system you sit down at will have vi or a clone and 2 that once you get to know how to do a bit with it, it is incredibly efficient in what you can do with...
  • H
    hedwards reacted to blackbird9's post in the thread is "vi" worth learning in 2022? with Like Like.
  • K
    True, mpx and mux do predate vi. I suppose the later Plan 9's terminals also famously doesn't provide the capabilities required for vi (until an attempt at a vim port many years later), so I suppose that also checks out. And actually, even...
  • H
    hruodr reacted to bakul's post in the thread is "vi" worth learning in 2022? with Like Like.
    From https://www.nokia.com/bell-labs/about/dennis-m-ritchie/hist.pdf
  • F
    FreeBSD News posted the thread FreeBSD 15.1-RC2 Available in Blogs and Newsfeeds.
    Original article here. Consider this when replying. The second release candidate build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD...
  • S
    scottro replied to the thread Install AnyDesk, FreeBSD 15.
    Go to https://anydesk.com/en/downloads/freebsd and download the file, which it seems you've done. Then untar it with tar xvf anydesk-freebsd-whatever. You'll see a README. The README tells you you will need a mounted /proc and gives you two ways...
  • knightjp
    I'm trying to find a way to install AnyDesk on FreeBSD 15. I can download a .tar file. But how do I install it on the FreeBSD 15. I only know how to install packages using the ports tree and the "pkg install" method.
  • K
    I am sure that once they used i.e vi to write their own text editors, they were complete experts at using it ;)
  • cracauer@
    we partition some space off for swap on our spinners, and gang them up in `gmirror`, because a gmirror swapdev can also take a system dump. can't do that with a zvol.
  • K
    True, it does seem quite funny to write considering its age but I still would call that era of UNIX 'modern'. Much of the userland was in place and its when the industry started to get interested and ultimately standardized (SUS) rather than...
  • elgrande
    When using top or ps to compare memory consumption, be sure to look at the “RES” (top) or “RSS” (ps) column. It displays the so-called “resident set size” of the process. This is the actual amount of physical memory allocated to the process...
  • olli@
    When using top or ps to compare memory consumption, be sure to look at the “RES” (top) or “RSS” (ps) column. It displays the so-called “resident set size” of the process. This is the actual amount of physical memory allocated to the process...
  • T
    I have been using rtl_433 to for years to get data from 433 MHz sensors (mainly temperature and / or moisture) into Home Assistant. It does so by sending the sensor data to a mqtt server (running on the same machine as Home Assistant). Both have...
  • Crivens
    Crivens replied to the thread Old hardware porn.
    That chip is pretty close to all the slow IO interfaces like PS/2 and such. Maybe that is the IO controller? Siemens used to make PCs themselves, it would be expected when the same chip is on their main boards.
  • D
    I didn't say you couldn't. Vi is a core concept, a core tool, of using Unix.
  • Zare
    Zare reacted to rbranco's post in the thread Old hardware porn with Thanks Thanks.
    This beauty is a Sun Ultra 5. It's in a friend's garage in Venezuela. It looks a little worn out on the outside but it's absolutely gorgeous inside!
  • cracauer@
    As a workaround for the lack of native support at the moment, and the manual setup/management required was annoying me, I've knocked up a shell script to manage Claude Code running under Linuxulator, tested on arm64 and aarch64 (under QEMU, not...
  • K
    In terms of user-facing experience, I feel ed -> vi is what separates traditional UNIX from modern UNIX. Where vi is still very "UNIXy" by design is that it doesn't do much, instead it provides just the editing tool and for most other tasks, you...
  • S
    "2026 plans: The project continues into 2026 with a similar sized investment and scope. Key targets include completing work on sleep states (modern standby and hibernate), adding support for graphics drivers up to Linux 6.18, Wi-Fi 6 support...
  • MG
    MG replied to the thread is "vi" worth learning in 2022?.
    Not graphical but fuilly visual. I almost always use ee for anything. It doesn't copy lines out of view like mousepad, that I rarely use to avoid that. I could make an editor that does everything I want but that's too specific and a waste of...
  • D
    MG you are trying to compare vi with graphical editors as if they both have the same goals and capabilities. Graphical editors fall down with the needs of there's where vi shines and runs rings around it. If I'm editing a document for publication...
  • scotia
    Hi all, Is there a way to turn or MSS clamping on an interface using just netgraph? Or must one use a firewall or some other diverting code as well! I’ve read the ng_tcpmss man page but I’m too dim to figure it out. Thanks
  • MG
    MG replied to the thread is "vi" worth learning in 2022?.
    AI? I'm at least not stupid enough to use some always-online system that tries to benefit of my text. That trend is 1 of the dumbest ever. I just don't like invisible things happening. That was usual in a time where computers and particularly...
  • ShelLuser
    The makewhatis database searched by apropos (whatis) contains only the "NAME" section from each manual page, not the full page (see bold highlighted) : TCP(4) FreeBSD Kernel Interfaces Manual TCP(4) NAME tcp...
  • ShelLuser
    ShelLuser reacted to MG's post in the thread is "vi" worth learning in 2022? with Like Like.
    That's even worse. I had a Youtube discussion with someone who does everything in Emacs. I asked why everything should happen in 1 window but I still don't know. It was known after reading the title, right? You are commenting to this old flame...
  • bjs
    bjs reacted to Phishfry's post in the thread Music… with Like Like.
    Ted turned from the guy who corrupted kids to a right wing dope. He was quite the showman. He had a mesmerizing bravado. 20 years after he still had a groove. His debut song recorded in 1975. View: https://www.youtube.com/watch?v=kiGhE6EVViw...
  • S
    scottro replied to the thread is "vi" worth learning in 2022?.
    In a 21 page thread, I'm sure it's been mentioned already, but aside from everything else, vi key movement defaults are used by lots of other programs. The dwl window manager, mutt, w3m, for example.
  • K
    Post 762017: You mentioned people could write their own hand-crafted text editor Post 762027: I stated that it wouldn't overthrow vi/vim Post 762028: You stated I was exaggerating Post 762029: I pushed for you to clarify why you felt I was...
  • D
    If you look on the forum everyone has problems with KDE breaking all the time Its not really a desktop its more of a framework with lots of piece that all have to work together that constantly break People will probably disagree with me but its...
  • D
    I highly doubt that. You and I will both be dead long before Vi or Vim usage disappears. Unless you plan to argue against Vim from beyond the grave? ;) I probably agree. I think the highest skilled people just use vi/vim rather than discuss text...
  • E
    escape replied to the thread Other LLM to create config files.
    It looks like the LLM models are not willing to accept the default values.
  • E
    escape reacted to NeilAlieN75's post in the thread Other LLM to create config files with Thanks Thanks.
    Read, set, test, test again and forget. I mean enjoy. I have used ollama to analyze my config files. cat /etc/sysctl.conf | ollama run qwen3.5 --verbose "analyze this file please, give suggestions on improvements and present a new file with...
Back
Top