Skip to main content
Marc Le Bihan's user avatar
Marc Le Bihan's user avatar
Marc Le Bihan's user avatar
Marc Le Bihan
  • Member for 5 years, 2 months
  • Last seen this week
  • Paris, France
22 votes
5 answers
6k views

Typing a bash command, I'm at its third line. But how do I return to its beginning to edit something I've missed?

22 votes
6 answers
3k views

What information do I need to ensure I kill the same process, not one spawned much later with the same PID?

20 votes
1 answer
22k views

What does "delaying package configuration, since apt-utils is not installed" truly mean? And what is the goal of apt-utils then?

18 votes
6 answers
7k views

How does a Linux operating system stand going back in time (when applying winter time for example)? Going back a second, would it be the same problem?

10 votes
3 answers
8k views

Debian 12 linux-image-6.1.0-18-amd64 dist-upgrade fails on nvidia GPL-incompatible module nvidia.ko uses GPL-only symbol '__rcu_read_lock'

7 votes
3 answers
1k views

Do I have a cleaner way to assign a parametrized json string to a bash variable?

6 votes
2 answers
1k views

What are these > at the right of unterminated lines, when I do a systemctl status or a journalctl for example?

5 votes
3 answers
11k views

Files names with an ' (apostrophe) inside of them

4 votes
2 answers
767 views

how to ask cat (and maybe grep ?) not to take into account a new line when it's inside double quotes?

4 votes
2 answers
855 views

Two attempts of an if with an "and" are failing: if [ ... ] -a [ ... ] , if [[ ... && ... ]] Why?

3 votes
1 answer
3k views

Doing a "sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list" to go from Debian 11 to 12, shall I deal with "source.list.d" in the same move?

3 votes
2 answers
1k views

All files or folders copied from an NTFS drive are with drwxrwxrwx rights. Can I correct this easily?

3 votes
2 answers
1k views

Easily install a font per language who haven't any yet, on Debian 10

3 votes
1 answer
327 views

On an editor (gedit, bash command line, vim...) what is the easiest way for a well displayed negative exponent, i.e. : 5.10⁻⁷?

2 votes
2 answers
55 views

How to notify the Debian team about an issue whose resolution looks unfinished? About dead keys bug, typing: ` + A gives `A and not À like before

2 votes
3 answers
426 views

Is there a way to check that a Linux O.S. has been installed a specific manner?

2 votes
1 answer
797 views

Is it a good idea to keep a backport entry in /etc/apt/sources.list ? For updates and especially upgrades ? No side effects?

2 votes
2 answers
3k views

Notepad++, installed through snap install, has a menu bar with very small letters

2 votes
2 answers
1k views

Scanner available only with sudo

2 votes
1 answer
418 views

I wish to kill a service with a "sytemctl kill logstash.service" but SIGTERM is received by the service, instead of a SIGKILL. How do I send SIGKILL?

2 votes
1 answer
2k views

How to get the PID of a java command started by a script? I only receive the PID of the script

2 votes
3 answers
9k views

What are the risks of doing apt-get upgrade(s), but never apt-get dist-upgrade(s)?

2 votes
2 answers
1k views

Merge contiguous partitions /swap, /var, /tmp, /home in a single one on Debian 10

2 votes
1 answer
1k views

How may I test a .service (systemd) file, from its dev path, before putting it in /etc/systemd/system?

2 votes
2 answers
678 views

grep the console (terminal) content, after it has been displayed. (not the same as greping stdout)

1 vote
0 answers
32 views

I was warned of an incoming shutdown while watching a video on Debian 11, at what settings should I look at to disable this automated feature?

1 vote
0 answers
77 views

Debian 11 - GNOME: Printing a document from Firefox either takes a very long time to start, or don't print until a reboot. From another place, it's ok

1 vote
1 answer
1k views

apt-get -y -qq install isn't silent (output incoming like: "Processing triggers for man-db"). Why? I don't want to terminate statements by > /dev/null

1 vote
0 answers
124 views

Can you explain a scanning session alterning between succesful scannings and Out of Memory errors?

1 vote
2 answers
36 views

Is there a way to capture screen when menu bars are opened?