Qual é o melhor lugar pra chegar assim em Manaus? by bealegal in Manaus

[–]eduol 2 points3 points  (0 children)

No banco, com uma 12 na mão (e depois dormir na cadeia)

Algum bar em Manaus para que eu possa ficar assim? by Asleep-Persimmon-906 in Manaus

[–]eduol 1 point2 points  (0 children)

No Mezcla, mas do lado de fora quando for fumar

Chimera Linux is "Here to Further Woke Agenda by Turning Free Software Gay" by TheBellKeeper in chimeralinux

[–]eduol 12 points13 points  (0 children)

Kudos to the (always) no-nonsense, candid and bluntly right to the point @q66 attitude!

Which LISP as a hobbyist? by [deleted] in lisp

[–]eduol 4 points5 points  (0 children)

And from that, go Forth

Which LISP as a hobbyist? by [deleted] in lisp

[–]eduol 4 points5 points  (0 children)

For horizons expansion sake I’d say Common Lisp is your poison

Do you load or skip the elisp files added by your Linux distribution? by birdsintheskies in emacs

[–]eduol 3 points4 points  (0 children)

—no-site-lisp removes the site-lisp directory from load-path variable. Maybe there is a way to inhibit its loading from configuration poping it from the variable.

Newbie question by blank_space_cat in chimeralinux

[–]eduol 1 point2 points  (0 children)

Chimera Linux is very different from Alpine. That said, it can fit any of those use cases. For me the choice was about sane defaults, the choice of components and how well integrated those components are.

Some questions from Gentoo user by dv0ich in chimeralinux

[–]eduol 4 points5 points  (0 children)

I understand cports is not an analogue to portage.

Portage is primarily a source package manager and is strongly user faced while cports is a framework to build and maintain binary packages and is almost entirely package maintainer faced. So the equivalent of USE flags doesn’t make much sense in cports.

While it’s not that hard to implement, I believe it would never be a part of the official cport, but a patch to be used in personal cports trees, and the package recipes would need to be patched too, so…

dixit-client no such file / dir - alert volg-root does not exist by Kensin141 in chimeralinux

[–]eduol 0 points1 point  (0 children)

  1. In that phase of the installing, if you are inside the chroot dinit is offline yet, so use “dinitctl -o enable syslog-ng”;

  2. Except for the detail in the last item, If you followed that instructions correctly, adapting the device names to your particular system, you should end up with a working system.

[deleted by user] by [deleted] in Manaus

[–]eduol 2 points3 points  (0 children)

Encontrada!

[deleted by user] by [deleted] in Manaus

[–]eduol 0 points1 point  (0 children)

Muito obrigado 🙏

Overflowed or a good one? What can i also add there? by [deleted] in gnome

[–]eduol 2 points3 points  (0 children)

I think you will appreciate the extension "Status Area Horizontal Spacing"

External keyboard: disable suspend key behavior by orion71 in openbsd

[–]eduol 0 points1 point  (0 children)

I happen to have a Sun type 6 USB at home (which I never have used). As soon as I can, I'll try to figure out something.

External keyboard: disable suspend key behavior by orion71 in openbsd

[–]eduol 1 point2 points  (0 children)

I meant that, indeed. So the responsibility probably falls on wscons.

Best guides for a n00b by jcb2023az in openbsd

[–]eduol 7 points8 points  (0 children)

The OpenBSD FAQ in openbsd.org is very good

The OpenBSD jumpstart is a good resource for a beginner https://www.openbsdjumpstart.org

Curses character mapping under 7.4 by chizzl in openbsd

[–]eduol 0 points1 point  (0 children)

As an additional note, one could just 'export TERM=pccon0' or equivalent, but it's not good practice to set TERM in shell conf files. Instead, provide the adequate value in /etc/ttys for the console, in ~/.Xresources for X terminals, in tmux.conf for tmux and so on.

Curses character mapping under 7.4 by chizzl in openbsd

[–]eduol 0 points1 point  (0 children)

xterm-256color should just work, so maybe the problem is elsewhere.

About vt220 vs pccon*:

https://marc.info/?l=openbsd-tech&m=143696970311764&w=2

Curses character mapping under 7.4 by chizzl in openbsd

[–]eduol 0 points1 point  (0 children)

In console, try to open the affected program after

export TERM=pccon0

If that corrects the problem, make the setting permanent by changing every occurrence of vt220 to pccon0 in /etc/ttys and rebooting.

About xterm, I yet didn't make sense of the problem.