Skip to main content

Questions tagged [configuration]

The action of modifying a program's behavior, generally by modifying a text file.

0 votes
1 answer
225 views

Error after changing ssh port number, Server refused public-key signature despite accepting key

I added the SSH new port number to the sshd_config file: Port 50000 After that, I restarted the service with systemctl restart sshd When I try to connect with the port number I added, I need to ...
Tim's user avatar
  • 11
0 votes
0 answers
17 views

Battery threshold gets overwritten at times

Problem I've encountered an issue with my laptop, where the battery threshold settings seem to get overridden at times. Despite not altering the configuration files, the laptop charges up to 100% ...
Lolis4TheWin's user avatar
0 votes
1 answer
2k views

kernel panic after after parrotOS upgrade

after attempting sudo apt upgrade on a fresh install of parrot os, new kernel update is present but trying to boot into it from grub gives gives me a kernel panic. here is what i tried and with what ...
xoity's user avatar
  • 3
2 votes
1 answer
53 views

Ubuntu Apache2 Basic Authentication Issue

I have an issue with an internal networking utility server that I am building, specifically around Basic Authentication. Now I have managed to get it to work with the following configuration:- root@P-...
Blacktip69's user avatar
0 votes
1 answer
87 views

gcc build error

when I configure gcc I got a error message could anyone help me ? plz.. messages.. checking whether the C compiler works... no configure: error: in `/home/kjs0625/gcc/gcc-13.1.0': configure: error: C ...
Rahul Nitin's user avatar
0 votes
1 answer
85 views

Failed to run init with error: jffs2: compression type 0x06 not available

I am working on an embedded Linux system (5.10.24), and I am using jffs2 as the rootfs. Now I changed the kernel configuration of jffs2 as follows, # CONFIG_JFFS2_FS_WBUF_VERIFY is not set # ...
wangt13's user avatar
  • 443
1 vote
1 answer
196 views

How to require authentication for a subdirectory on an OpenBSD httpd webserver?

I have a VPS running OpenBSD 7.4 x64 that hosts my personal webpage among other things. This webpage is using the native http daemon provided by OpenBSD, not an Apache server. I would like to have the ...
qqq's user avatar
  • 61
0 votes
1 answer
1k views

What should do to generate a minimal Linux kernel?

I am working on an embedded Linux system (5.10.24), and now I want to check what is the minimal kernel I can build, so with lots of playing of kernel configurations, now I have following kernel. # ...
wangt13's user avatar
  • 443
0 votes
0 answers
80 views

How to save GRE tunnel in my vm?

Well, I created a gre tunnel in virtualbox connecting two linux vms, and it worked very well. But whenever I reboot the vms, the gre simply disappears. Is there any command I can use to save gre? Or, ...
Julian Hoffguy's user avatar
1 vote
1 answer
257 views

docker complain I have a bridge name conflict with a invisible network

When I reboot machine disabled the docker.service, I do not have br1 in my ip a output. However, after start docker, the br1 appears. But sudo docker network inspect does not show any related network. ...
Wang's user avatar
  • 1,336
0 votes
0 answers
234 views

How to redirect all traffic through a proxy without a loop?

I want to redirect all traffic from my apps and programs (including those that do not support proxy or VPNs in their app configuration) to a local HTTP/SOCKS proxy server, which will then redirect the ...
Farel Reski Aditiya's user avatar
0 votes
0 answers
111 views

Untainting an exim4 configuration when upgrading to Debian 11

I'm aware that this question has been asked a few times before, but I've been unable to work the solutions to other people's problems into my own exim configuration successfully. I end up with a ...
Charles Greig's user avatar
2 votes
0 answers
1k views

Cannot disable weak HMAC Algorithms "umac-64" and "umac-64-etm" in sshd_config

We have a security recommendation to disable weak MACs in our sshd_config. I could disable most with this line (based on the new - syntax that is available since Debian 10): MACs -*md5*,*sha1,*sha1-*,*...
Alex's user avatar
  • 137
0 votes
0 answers
69 views

How do I reload new settings of LXTerminal without closing it?

I wrote a Bash script that changes the font and adjusts its color in LXTerminal, sed -i -E 's/^(fontname=.{3,})10/\122/;s/^(fgcolor=rgb)\(.*\)/\1\(255,255,255\)/' ~/.config/lxterminal/lxterminal.conf ...
John Smith's user avatar
1 vote
0 answers
186 views

Kernel configuration: how to enable all modules while keeping an oldconfig

Here is my problem: I would like to configure the kernel with some specific options already set/unset by me, and then defaulting all the other options as if using make allmodconfig. At the moment, I ...
dabbede's user avatar
  • 11

15 30 50 per page