Quantcast
Channel: User Kamil Maciorowski - Super User
Browsing all 675 articles
Browse latest View live

Comment by Kamil Maciorowski on Is the grounding pins on a standard 24 pin...

@LPChip "Computer" is a broad term. I wrote what I think, you do with your answer what you think. Regardless, I have already upvoted it. Standing down now.

View Article


Comment by Kamil Maciorowski on How to give nongraphical characters in file...

I read all tries to do fancy things in Kali as "I want to pimp my heavy duty crane".

View Article


Comment by Kamil Maciorowski on Debian still complains that `user1` is not in...

This. Log in anew.

View Article

Comment by Kamil Maciorowski on What happens when enabling different...

Please do not destroy posts.

View Article

Answer by Kamil Maciorowski for disable terminal bell except when called...

Analysisecho -e "\a" prints the BEL character, 0x07 in ASCII (and a trailing newline which is irrelevant for us). Your terminal (terminal emulator), when it gets this exact character, instead of...

View Article


Comment by Kamil Maciorowski on How to prevent fzf from screwing up terminal...

It looks the program crashes after it configures the terminal to its needs. If it wouldn't crash, it would eventually restore the old settings. Most likely you cannot make this fzf run correctly just...

View Article

Comment by Kamil Maciorowski on SSL Certificate Error When Using SOCKS Proxy...

Side note: if your ssh is from OpenSSH then you don't need to chain tunnels; ssh -R 10930 user@remote_host will set a SOCKS proxy up in one step.

View Article

Comment by Kamil Maciorowski on Set the tmux socket via configuration

It may be better to write a local command that keeps trying to create a master ssh connection, until it gets redirected to a specific server. Then use slave ssh connections to get to the same server...

View Article


Answer by Kamil Maciorowski for How to run an infinite loop program on...

Analysis; is a command terminator that makes the shell run the command synchronously.& is a command terminator that makes the shell run the command asynchronously.&; in your augmented code is...

View Article


Answer by Kamil Maciorowski for xterm ignores button remapping command

NumpadSubtract does not work for me in Kubuntu 24.04 LTS. Sole KP_Subtract is also wrong. The right string is <KeyPress>KP_Subtract.string(0x1b) string(0x5b) string(0x41) generates what ↑...

View Article

Answer by Kamil Maciorowski for SSH seems to ignore command line options when...

Without -JWith ssh -o ProxyCommand='ssh -W %h:%p …'… you can do what -J does. In this form you pass options to each ssh separately, so you can use -m exactly where you need it:ssh -o ProxyCommand='ssh...

View Article

Comment by Kamil Maciorowski on Why does the terminal freeze every time I run...

Side note: echo 42 > >(cat) is a convoluted way to do echo 42 | cat. The main difference is the former does not wait for cat and the latter does.

View Article

Comment by Kamil Maciorowski on How to get back a invisible console/bash window

"Console window" probably means "terminal emulator". konsole is KDE's default terminal emulator. Please clarify: do you mean konsole windows specifically? Or do you mean some other terminal emulator?...

View Article


Comment by Kamil Maciorowski on How to recover data from inaccesible external...

"Inaccessible external ssd caused by interrupted copy process" – It's most likely the other way around: when you interrupted the copy process by shutting down the computer, the SSD had already...

View Article

Comment by Kamil Maciorowski on How to replicate 'ssh -t ⟨gateway⟩ ssh...

Not with ProxyJump. See this. It seems you want a "daisy chain", not "nested tubes".

View Article


Answer by Kamil Maciorowski for How to automatically rename tmux window to an...

Preliminary notesSome parts of the analysis (below) apply mainly to Linux.The solution had been tested in Kubuntu 21.10 and published. Only then the OP revealed they are using macOS; it turned out the...

View Article

Comment by Kamil Maciorowski on Grep keeps duplicate lines output to txt

Probably not possible with sole grep. The tool is a filter. A line from the input either matches one of the patterns and it passes the filter, or it does not match any of the patterns and it gets...

View Article


Comment by Kamil Maciorowski on What does it mean when zfs diff shows a path...

My guess is the file was removed, then added; or replaced in one step. What matters is the new file has different inode number and newer birth time. This is just a guess, not an answer.

View Article

Comment by Kamil Maciorowski on What is the reason behind telnet not having a...

You assume there is no proper shortcut. Is this true? See: How do I exit telnet? If you believe your case is different, please [edit] the question, make it clear how the answers on that question are...

View Article

Comment by Kamil Maciorowski on Is it possible to combine two USB flash...

(1) To be clear: are you going to always work with all the USB sticks connected? Or do you want a solution to store or transfer the big file, with ability to use the sticks one by one (e.g. in case...

View Article
Browsing all 675 articles
Browse latest View live