awarded
awarded
awarded
awarded
awarded
comment
Open HTML file in Firefox from terminal
What does "doing some things" mean? Plainly using FF oder changing settings? If so which ones?
comment
How to redirected output from disowned process to a file
Are you rather looking for
nohup? awarded
awarded
comment
How check if new packages are available in Debian 12 without root privilegies
@StephenKitt This seems like a very local setting - on my debian system (PC not server), I've never had any automatic updates, nor on my raspbian machines. And at least I would not remember deactivating such setting during installation.
comment
Debian recognizes usb-c docking station, but monitors do not work
Release v6.0.0 confirmed to work wit debian 12 on 6.1.106-3 kernel. Manually installed package
evdi-dkms from repositories. comment
exit from running, sourcing, or pasting a series of commands in bash
@Russ That is a topic (and question) of its own. Have a read of man bash -> SHELL BUILTIN COMMANDS -> trap. In general you define a command to be executed once the shell receives an exit call or a certain signal.
trap <command(s)> SIGNAL(S). Usually, you define your EXIT (better as function called e.g. cleanup) in the beginning, then go trap cleanup EXIT. Note that EXIT defines the closure conditions here, hence better avoid that name for your alias in the first place. comment
exit from running, sourcing, or pasting a series of commands in bash
I feel like your
EXIT command better be handled using a trap. comment
How can I get newly inserted devices to get recognized by ls (directory listing)?
Just mentioning
pmount as another alternative for mouting without root access. awarded
comment
Create a WiFi to WiFI bridge using nmcli (WiFi Repeater)
Do you have the hardware available? A repeater will need one antenna for receiving, the other for sending. A RPI zero 2 has only one 2,4 GHz module on board.
comment
Is there a way to find out which process is writing to a file on a server with restricted permissions?
If your process is operated as a service, the logfile might be mentioned in a config file. But best seems to be looking at the fle itself ....
comment
Editing/viewing a password protected file?
Depending on your use case, office utilities like libreoffice allow protecting files and would do so again once editing is done.
comment
Can't change to Home directory on log in from console
What happens if you manually source your profile and rc-files?