Skip to main content

Questions tagged [configuration]

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

0 votes
0 answers
13 views

How to Change Avatar Picture on Fedora Linux Hyprland?

I'm using Fedora Linux with the Hyprland window manager, and I'm trying to change my user avatar picture. In GNOME, there's an easy GUI way to do this, but I can't seem to find a similar option or ...
Kys0me's user avatar
  • 1
0 votes
1 answer
18 views

What is the difference between `ssid` and `ssid2` in hostapd config file?

In a hostapd configuration file, sometimes I see the key ssid to specify the SSID, and sometimes I see the key ssid2. What is the difference between these? I'm having trouble finding documentation ...
Jason C's user avatar
  • 1,475
0 votes
0 answers
15 views

SNAP Firefox is not loading html page which was saved to disk by Firefox

I just did an upgrade (using Software Updater) from UbuntuMATE 20.04 to 22.04. Linux hostname 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Firefox ...
Eric Marceau's user avatar
0 votes
1 answer
37 views

where to enable /sys/fs/cgroup/memory/0/memory.usage_in_bytes?

I try to count total memory usage in linux via /sys/fs For this I've found /sys/fs/cgroup/memory/0/memory.usage_in_bytes in https://docs.kernel.org/admin-guide/cgroup-v1/memory.html#user-interface i'...
Irina's user avatar
  • 101
0 votes
0 answers
9 views

OpenDKIM Isn't building with OpenSSL correctly

I am trying to build OpenDKIM from source. For some reason, the build is not supporting SHA-256, even when the OpenSSL version I am building with uses SHA-256. How is this possible ? I run: ./...
user10709800's user avatar
-1 votes
1 answer
33 views

How to increase number of workspaces in Debian 12?

I have a Debian 12 system and am wondering how I can increase the number of workspaces from 4 to N. Executing this cmd echo $DESKTOP_SESSION returns mate.  So the DE is mate.
AHT's user avatar
  • 99
0 votes
1 answer
20 views

How to set absolute postfix Maildir NOT within home directory ? mail_spool_directory does not work

I have installed Postfix from source in the top level directory /srv/mail/. I edit the main.cf file and add: home_mailbox = mail/ When I then send a mail with: sendmail -t localuser@localhost > My ...
user10709800's user avatar
0 votes
1 answer
29 views

Additional "rules" for systemd network interfaces?

I'm very ignorant about this topic, so i may use wrong terms or concepts. I'm sorry for that. I'm creating a bash script which configures a BeagleBone Black after that the original Debian image is ...
Parduz's user avatar
  • 225
0 votes
1 answer
24 views

Add files only one program can see (without root) [duplicate]

I have a program with hardcoded config files in /etc, which I do not have write permission to, because I have no root (except I can use pacman in sudo). I need a way for the program to see a file ...
Xandaaah's user avatar
0 votes
0 answers
21 views

Logitech TrackMan Marble Mouse Back Button

Background A Logitech TrackMan was configured to have its small right button trigger the back functionality in Firefox. Here's an image of the device from the Ubuntu Community wiki: The keyboard and ...
Dave Jarvis's user avatar
1 vote
0 answers
41 views

Where to find textstring in Linux/Dovecot

I have installed the iRedMail email server script on an Ubuntu 22.04 with Nginx. Now, when I create a new email account, the user gets an email when he logs in the first time.  It’s a welcome email ...
Mxmail's user avatar
  • 11
0 votes
1 answer
56 views

File listing all the packages installed with Nix package manager

I just installed nix package manager on Ubuntu 22.04 LTS and I was wondered if there exist a file which lists all the packages installed with nix (in order for example to list all the packages ...
ecjb's user avatar
  • 445
1 vote
1 answer
67 views

Where can I find the configuration/setting for NTP to explain the specific behavior observed in an NTP client?

I have recently been doing a specific timing analysis of the performance of NTP under controlled conditions.  The experiment I performed was conceptually quite simple.  I have an NTP server running ...
Denis Barkats's user avatar
0 votes
2 answers
41 views

How do I check which conf file was loaded by syslog-ng when starting?

I am running syslog-ng on debian. How do I check which conf file was loaded upon startup? Neither systemctl status syslog-ng nor systemctl show syslog-ng tell me.
skeetastax's user avatar
0 votes
0 answers
15 views

LinuxDC++ Client: Port configuration error

I am using LinuxDC++ Client (Zorin 17.1 Core) and i get an error TCP/UDP ports need to be resolved... and the error is persisting even after uninstall and reinstall. Port setting TCP 411 UDP 411 ...
Bruce Jepethiel's user avatar
1 vote
2 answers
71 views

Not working `<Location/>` tag in Apache Virtual host

I am trying to create Apache virtualhost that is closed for all IP addresses with exception of one IP address and two URLs that should be publicly accessible. <IfModule mod_ssl.c> <...
jnemecz's user avatar
  • 161
1 vote
1 answer
282 views

Why are new kernel versions not appearing in Fedora 40 Grub?

I upgraded from Fedora 38 to Fedora 40 more or less smoothly. Yet, when new kernels are installed, the grub configuration is not updated. The command grep vmlinuz /boot/grub2/grub.cfg shows linux /...
Luis A. Florit's user avatar
0 votes
0 answers
23 views

Passing last IP octet to a host alias and have it added to complete full proxycommand with ip address

I wish to have this all done in the ssh config file for a specific user. The site has hard-coded ip addresses into there various software and using the naming convention is not really an option. Host ...
Chaos's user avatar
  • 1
0 votes
0 answers
47 views

How to customize X11 font cursor

According to the documentation of XCreateFontCursor: Applications are encouraged to use this interface for their cursors because the font can be customized for the individual display type. How do I ...
Tadhg McDonald-Jensen's user avatar
5 votes
1 answer
247 views

Force non-interactive `apt-get install` to fail on config file conflict

I'm doing unattended / non-interactive package installations via DEBIAN_FRONTEND=noninteractive apt-get install -y my_package This works as attended in most cases, but still gives me an interactive ...
Florian Brucker's user avatar
0 votes
1 answer
729 views

How to disable MAC address randomization in Fedora 40?

I upgraded to Fedora 40 and was introduced to its new feature of MAC address randomization (for Wi-Fi interfaces at least). How do I disable it? Links I found didn't work for me: https://discussion....
d.k's user avatar
  • 257
0 votes
1 answer
46 views

RNDIS interface gets a gateway

I have a Linux device that utilizes USB gadget for RNDIS support. The goal was to be able to connect any computer this device without having to mess with IP settings. I've set a static IP address on ...
antitivoization's user avatar
1 vote
1 answer
22 views

Unix socket in /tmp turns into directory on reboot

I run an Ubuntu based server on raspi (6.5.0-1015-raspi #18-Ubuntu). On this system, I have knxd running, exposing a KNX bus to my server, and then Home Asssitant in a docker container. knxd and ...
Martin Probst's user avatar
0 votes
0 answers
32 views

Setting up PXE to install Linux from TFTP

I am currently in the process of building a PXE/TFTP install server in my network to host a few tools and .iso files - as my first project working with linux. Therefore I am a bit of a noob. I am ...
JayDee.K's user avatar
0 votes
1 answer
50 views

gpg-agent is not logging to file specified in `gpg-agent.conf`

Below is my gpg-agent.conf file, the log-file option specifies where to put log however even though gpg-agent works fine the log has never been created. I'm thinking either the option is ignored or I'...
metablaster's user avatar
1 vote
2 answers
61 views

How can I ping my Linux system by name without manually typing hosts files?

If I install Windows on a computer, and plug it into my LAN, I can immediately ping it by name from any other computer. If I install MacOS on a Mac, and plug it into my LAN, I can immediately ping it ...
Sod Almighty's user avatar
0 votes
1 answer
19 views

/etc/samba/smb.conf: With what command's logical approach the octal values are based?: chmod or umask?

About Samba I am reading the following valuable tutorial: How to Set Up a Network Shared Folder on Ubuntu With Samba At the Step 2: Configuring Samba section appears the following configuration [...
Manuel Jordan's user avatar
0 votes
3 answers
86 views

Can't Execute Scripts with ./ [closed]

At my workplace we usually executed scripts in our linux servers with the following syntax: ./<whatever absolute path to script>/<script> And this would normally execute the script, ...
KrOo Pine's user avatar
  • 111
3 votes
1 answer
64 views

Possible to validate unattended-upgrades configuration?

I edited the /etc/apt/apt.conf.d/50unattended-upgrades file (on Ubuntu 22.04.3) and intentionally introduced an error: Unattended-Upgrade::Automatic-Reboot-WithUsers "Falsed"; // instead of ...
AJP's user avatar
  • 234
0 votes
1 answer
41 views

SSH option SecurityKeyProvider works from command line but not config file linux WSL--other options fine

I'm trying to ssh into my work server but this bug has been bugging me for a few months now. Every other option in my config file (housed at ~/.ssh/config) works fine, but for some reason ...
N3wU53r's user avatar

15 30 50 per page
1
2 3 4 5
53