Skip to main content
Daniel Krajnik's user avatar
Daniel Krajnik's user avatar
Daniel Krajnik's user avatar
Daniel Krajnik
  • Member for 5 years, 4 months
  • Last seen more than a month ago
7 votes
5 answers
2k views

For loop through servers with custom ports (for i in "user1@server1 -p 12345" "user2@server2 -p 54321" ...; do)

5 votes
2 answers
10k views

Convert json to csv with headers in jq

2 votes
2 answers
780 views

pipe the read command?

2 votes
1 answer
972 views

How to restore contents of the scrollback buffer of Linux terminals like MacOs does it across reboots/crashes?

2 votes
2 answers
164 views

gwenview pass file names from es.exe command line to everything voidtools

1 vote
0 answers
55 views

mount errors of /dev/vda when running virt-install with --inject-initrd option

1 vote
1 answer
229 views

Automated patching of packages on upstream updates

1 vote
1 answer
522 views

Temporary symlink in shell - "named process substitution" - rename a file without creating a copy/symlink on the disk?

1 vote
4 answers
214 views

Double match - substitute pattern on subsequent line if prevous line matches another pattern?

0 votes
1 answer
2k views

Run systemd timer even if process is still running

0 votes
1 answer
750 views

Is it possible to ignore "Inbox" folder when using IMAP (mbsync)?

0 votes
0 answers
50 views

Command Substitution doesn't work with spaces [duplicate]

0 votes
0 answers
392 views

Gdb stuck in tty

0 votes
0 answers
272 views

Can you remove nvidia_modeset without removing the rest of the driver?

0 votes
1 answer
96 views

Nested command substitution doesn't work, but hardcoded results work