If you search for problems you're going to find problems. People that don't have issues typically don't post about it.
https://en.wikipedia.org/wiki/Selection_bias
Only j65nko was running the site. I talked to him briefly at the start of the year and he was dealing with terminal cancer. I don't have the details right now as they were in a PM on daemonforums, but I seem to recall "a year and a half at the...
I wanted to be able to input pkgs to this section easily and have this section formatted automatically, possibly by having them in a header variable using something like:
This is what you have above, but I don't see where $pkgs is defined.
**...
From what I gather from the information you provided em0 is a trunk.... so
1) Add em0 to bridge0 (w/out it having an address)
2) Create a vlan interface off of bridge0 (bridge0.10 for example)
3) DHCP on bridge0.10 (or whatever)
When you are...
Never thought someone would port FreeBSD to Pinephone and I thought the product is discontinued.
From normal user pov, scrollable tiling window definitely a good use case here assuming lower level hardware work well enough with FreeBSD.
Only j65nko was running the site. I talked to him briefly at the start of the year and he was dealing with terminal cancer. I don't have the details right now as they were in a PM on daemonforums, but I seem to recall "a year and a half at the...
Only j65nko was running the site. I talked to him briefly at the start of the year and he was dealing with terminal cancer. I don't have the details right now as they were in a PM on daemonforums, but I seem to recall "a year and a half at the...
The consumer industry is a problem. It's boarded up against the situation of the operator of the system controlling all buttons. This is why smartphones are pretty much limited to Android or iOS. Smartphones are an artificially separated class of...
Speaking from experience posting on the forum about new projects
Like mounting wayland, pulse audio sockets in a jail for Davinci Resolve,
or using Podman to get Cuda working in a container
The issue is that if you are inventing something new...
Might not be very helpful but i found some hint on this page. it says if you use xorg, you need to disable TPM for suspend to work. The page is quite old no update since 2023.
https://wiki.freebsd.org/Laptops/Thinkpad_T480
OK here is a new version
With the iocage code in the org file that you can run
#+STARTUP: content
#+PROPERTY: header-args :mkdirp yes :noweb yes :results silent
* apache set up
** set up
*** doas set up
doas can be set so you arent prompted...
postconf mail_version
mail_version = 3.11.5, hence the use of my files rather than the self-signed ones.
The proof of the pudding will be whether it works when TLS mail is received. The forum seems to use TLS internally:
Received: from...
No problem
Takes a while for all the neurons to fire
and the light bulb to come on
The advantage is you can have org files you tangle
that create all the files for a project in one go
It is possible to run shell commands in org file ( like...
This location cannot be specified until the jail, $JAIL, is created.
The actual address would be
/zroot/iocage/jails/$JAIL/root/usr/local/www/apache24/data/index.php
Here's an org file that creates all the config file
notice the #+PROPERTY section
#+PROPERTY: header-args :mkdirp yes :noweb yes
the mkdir yes create directories if they dont exist
Its best to run the iocage code in the terminal
#+STARTUP...
Yes thats exactly what you need to do
That outputs this code
<IfModule dir_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">...
Thank you. I'll take a look at those if the below doesn't help.
I ran
postfix tls enable-server
to see what it would do and it added the following:
smtpd_tls_cert_file = /usr/local/etc/postfix/cert-20260823-203531.pem
smtpd_tls_key_file =...
Hello,
I have used STARTTLS and it is running at port 25. No need to forward to other ports.
I'll leave you a piece of my configuration for TLS.
#TLS
smtpd_use_tls = yes
smtpd_tls_security_level = may
smtpd_tls_cert_file =...
Hello,
I have used STARTTLS and it is running at port 25. No need to forward to other ports.
I'll leave you a piece of my configuration for TLS.
#TLS
smtpd_use_tls = yes
smtpd_tls_security_level = may
smtpd_tls_cert_file =...
Lots of different legends. I always thought running water was vampires and/or witches. I've also read too much urban fantasy and as Crivens wrote, the real name of a demon is usually a way to gain power over them. Although in a lot of the stuff I...
Every obstacle is opportunity to learn. This is what some people fail to understand today. With the introduction of AI, a classic learning method through trial and error is just gone.
I don't need to write or port any driver.
At most, I need this:
1. Kernel: a table, not a driver. If the interfaces are vendor-specific, add the VID/PID to usbdevs plus one line U3G_DEV(QUECTEL, EG800Z, 0) in u3g.c and rebuild u3g.ko. Ten lines...
Yes, indeed deleted after an upgrade!
I have in nfsexport still an old version of FreeBSD 11.4
They are documents that were always there, i spite of being partly obsolete, but usable.
For this reason I trusted that they would not disappear...
Is the old BSD documentation deleted, because FreeBSD decided to use mandoc and groff disappeared?
Were the documents deleted after an upgrade? I remember having them. Or I am searching in the false place?
That specific example came from an old martial arts Tshirt I had in the 80's or 90's. Don't even remember the rest of the shirt, might have been a tiger. And the Japanese ki I just knew how to write back then.
One thing I would say to...
It would be 繁体字 (Traditional Chinese) mainly used in Taiwan ROC, while People's Republic of China uses 簡体字 (Simplified Chinese) that is simpler than Kanji used in Japan (Shinjitai or Japanese new character forms). In Simplified Chinese, it should...
What are we talking about here, vibe coding a functional mobile OS?
Lmao.
Also Zio, when you say "I will try to improve, I did, I built" is it you or the LLM? LLMs do not allow power users to become software architects regardless of what your...
Here is my attempt to create an org babel script which in turn generates a shell script which creates a jail with apache running in it:-
#+begin_src shell :var JAIL="apache" :var pkgs='("apache24" "mod_php84") :tangle create-apache-jail.sh...
Sometimes learning logic and method only occurs after you have some concrete examples of how things work and you can best do that by using a specific language.
Personally I can't handle these abstractions until I have something which I can code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.