Kali Linux 2020.3
21–30 of 102 posts
Re: Kali Linux 2020.3
#22Earlier quoted context omitted.
Bash does the same thing here, typing tabs instead of slashes. /u lo b same number of keystrokes actually
Not quite. Zsh can use the subfolders to disambiguate which parent you meant, bash can't.
Re: Kali Linux 2020.3
#23What is the purpose of this distro in regards to that?
Re: Kali Linux 2020.3
#24Aren't the people who know and understand the tools they use, the same people who can install security utilities on any distro? What is the purpose of this distro in regards to that?
Re: Kali Linux 2020.3
#25Fascinating that the conversation goes to zsh over bash. You'd think a decent Bluetooth risk tool was more relevant given the covid19 dependency on more bt always on and so more bt drive-by
Re: Kali Linux 2020.3
#26With a heavy heart I join the rest of the zsh discussion because these aren’t even factual: > You can do a lot of advanced things with bash, and customize it to do even more, but ZSH allows you to do even more. Bash can do a lot of things zsh can’t, and vice versa. > Fish is a nice shell (probably nicer than ZSH), but realistically it was not a real consideration due to the fact that it is not POSIX compatible. Neith…
Also what can bash do that zsh can’t? Genuinely curious, after using both for years.
Re: Kali Linux 2020.3
#27Earlier quoted context omitted.
Having watched a bunch of videos of people who bought NeXT computers recently, I can confirm that the shell they saw when running Terminal.app was csh. It would be a hell of a coincindence if all of them had happened to change from the default to csh.
Also MacOS switch to zsh was pretty recent (used to be bash). https://support.apple.com/en-us/HT208050 Must have been some confusion here.
Re: Kali Linux 2020.3
#28I think the move of Kali Linux from bash to zsh is sane. I sometimes have to use the default shell of Linux distribution, especially on servers, and my main pain points with bash are: - The history is editable by default. If I move to a previous history line and change it, the old line disappears. Hitting Ctrl-c will remove it from the history. - If I use simultaneous shells (screen, tmux, or several ssh connections)…
With bash I’d just Ctrl+a and type “cd src ;” and then press ctrl+e and continue typing what I was typing.
I got so used to doing it that way, that even after switching to zsh I still do it this way.
The disadvantage of my way of doing it is if you typo the path. But I tab complete pretty much always, so in practice I don’t have the problem of typoing directory names without noticing.
I probably should learn those zsh ways of doing things. Will try to remember to do it the zsh way next time I need to do something like the things you mentioned.
Re: Kali Linux 2020.3
#29Earlier quoted context omitted.
Not quite. Zsh can use the subfolders to disambiguate which parent you meant, bash can't.
Wow. While this is quite slick (and must have been funny to implement), I actually hate this kind of "magic" behavior.
Re: Kali Linux 2020.3
#30Earlier quoted context omitted.
Not quite. Zsh can use the subfolders to disambiguate which parent you meant, bash can't.
Wow. While this is quite slick (and must have been funny to implement), I actually hate this kind of "magic" behavior.