gamma

joined 1 year ago
[–] [email protected] 7 points 9 hours ago (1 children)

I know that "Vanity Addresses" are a common thing for onion sites, and there are tools which generate tons of keys looking for prefixes. I haven't seen such a tool for ssh host keys though.

[–] [email protected] 4 points 2 months ago

manually call the others

Yeah, most distros will set up source chains to make things nicer for users.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

Yeah, I'd write this as a single update script with options to update vimplugins or update pkg or update all.

I see that you want it to be a function so you can get the chdir as a side effect, but mixing that with updating doesn't make sense to me.

[–] [email protected] 13 points 2 months ago

When in doubt, ~/.zshrc. It's the right choice 99% of the time. Otherwise, there's a chance you fuck up scripts you've installed which assume no shell options have been changed in non-interactive contexts.

[–] [email protected] 2 points 2 months ago (4 children)

What kind of functions do you write which you share between your scripts? Generally if I'm wanting to reuse a non-trivial function, I extend the functionality of the first script instead.

[–] [email protected] 11 points 2 months ago* (last edited 2 months ago) (2 children)

Select the color which matches the steps before filenames ((non-)login and (non-)interactive), then follow that arrow the rest of the way. There's more colors in Bash because Bash makes a distinction between remote and local shells.

Another way to look at the same data for Zsh (note: $ZDOTDIR will be used instead of $HOME if it's defined at any step along the way):

File neither interactive login both
/etc/zshenv x x x x
${ZDOTDIR:-$HOME}/.zshenv x x x x
${ZDOTDIR:-$HOME}/.zprofile x x
${ZDOTDIR:-$HOME}/.zshrc x x
${ZDOTDIR:-$HOME}/.zlogin x x
${ZDOTDIR:-$HOME}/.zlogout x x

One confusion on the Bash side of the diagram is that you see branching paths into ~/.profile, ~/.bash_profile and ~/.bash_login. Bash will use for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and execute only the first one that exists and is readable.

[–] [email protected] 9 points 2 months ago

CSS is turing conplete.

[–] [email protected] 1 points 3 months ago

You could still NAT between v6's though.

[–] [email protected] 7 points 4 months ago (2 children)

That's a latrine. They're talking about a fancy light fixture.

[–] [email protected] 36 points 6 months ago

Nope. If you open a nonexistent path and you have permissions to write to that directory, then that file is created.

[–] [email protected] 2 points 7 months ago

Move the keyboard to the floor

[–] [email protected] 5 points 1 year ago (1 children)

*Thank you engineers who happen to be working at Facebook

view more: next ›