Top new questions this week:
|
|
Let me start by saying that I am aware a simple search for "nfs SQLite" surfaces this answer as the top result. In a perfect world, I'd be able to choose to use a better database engine and ...
|
|
I am having an issue establishing a ssh connection to my docker container when the docker host is connected to a vpn (nordvpn).
Here is what I have done :
On my router : i have port forwarded an ssh ...
|
|
Nginx location block related question.
I have defined the following basic configuration in nginx.conf file
events {
worker_connections 1024;
}
http {
server {
listen 80;
...
|
|
My Ubuntu Desktop Ubuntu 24.04 LTS runs a Samba share using this smb.conf:
[global]
allow insecure wide links = yes
unix extensions = no
follow symlinks = yes
wide links = yes
I am running k3s ...
|
|
I'm facing a truly bizarre Docker TLS issue that has exhausted all standard debugging methods. I have two Rocky 9 systems, and a Docker pull operation with a self-signed registry works on one but ...
|
|
systemctl status after reboot of the system:
Nov 28 19:16:07 my-debian systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 28 19:16:07 my-debian dnsmasq[...
|
|
I'm runnind Debian 13 with Nginx 1.26.3 and have already read a lot of instructions.
My current problem is, that Nginx has not loaded the ngx_http_v3 module and I also can't find a way to add it!
Must ...
|
Greatest hits from previous weeks:
|
|
How do I set the Access-Control-Allow-Origin header so I can use web-fonts from my subdomain on my main domain?
Notes:
You'll find examples of this and other headers for most HTTP servers in the ...
|
|
We're on a corporate network thats running active directory and we'd like to test out some LDAP stuff (active directory membership provider, actually) and so far, none of us can figure out what our ...
|
|
I have an instance of an application running in the cloud on an Amazon EC2 instance, and I need to connect to it from my local Ubuntu. It works fine on one local ubuntu and also laptop. I got this ...
|
|
How can I easily see a history of every time my Windows Server has restarted or shutdown and the reason why, including user-initiated, system-initiated, and system crashed?
The Windows Event Log is ...
|
|
I have a .cer certificate and I would like to convert it to the .pem format.
If I remember correctly, I used to be able to convert them by exporting the .cer in Base64, then renaming the file to .pem ...
|
|
Please note: The answers and comments to this question contains content from another, similar question that has received a lot of attention from outside media but turned out to be hoax question in ...
|
|
Every time I try to make a mysqldump I get the following error:
$> mysqldump --single-transaction --host host -u user -p db > db.sql
mysqldump: Couldn't execute 'SELECT COLUMN_NAME, ...
|