clmbmb

joined 2 years ago
[–] clmbmb@lemmy.dbzer0.com 58 points 2 years ago (9 children)

This is why I will never buy a Nintendo console. I'm about to buy a Steam Deck... call me biased.

[–] clmbmb@lemmy.dbzer0.com 1 points 2 years ago (2 children)

Same here. Taught my wife how to start WireGuard on her android phone and then access any of the services I run. This way I only have one port open and don't have to worry too much.

[–] clmbmb@lemmy.dbzer0.com 5 points 2 years ago (3 children)

If you refer to their line doing echo "something" | tee - a /path, then it's correct. They are echoing some text into a file their user doesn't have write access to. So sudo tee - a appends to the file as root.

[–] clmbmb@lemmy.dbzer0.com 6 points 2 years ago (1 children)

Tailscale is WireGuard. Just a fancy one.

[–] clmbmb@lemmy.dbzer0.com 4 points 2 years ago

Fuck apple.

[–] clmbmb@lemmy.dbzer0.com 4 points 2 years ago

You’ll get 99% of the content well seeded

In my case, I love to be on private trackers because of the content and moderation. You will not find 99% of the music on RED or even OPS at that level of quality anywhere on the public trackers. Hell, I don't even find a lot of the music in lossless formats on usenet.

So, one of the reasons for the existence of private trackers is to catalogue and moderate great collections (of music, movies, TV series, etc.).

[–] clmbmb@lemmy.dbzer0.com 0 points 2 years ago

maybe he works for microsoft ;-)

[–] clmbmb@lemmy.dbzer0.com 3 points 2 years ago

Yes, I do and it's great. I just wrote a template for cooking recipes.

[–] clmbmb@lemmy.dbzer0.com 6 points 2 years ago (1 children)

NixOS is the new Arch... BTW.

[–] clmbmb@lemmy.dbzer0.com 19 points 2 years ago (1 children)

As the others have said, your first issue is using blank spaces before and after =

Then, when you need to use double quotes in a command, the alias should be defined with single quotes, like this:

\$ alias dockps='docker ps --format "table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}"'
view more: ‹ prev next ›