PenguinCoder

u/Penguincoder@beehaw.org
21 posts · 85 comments

Recent posts

Recent comments

A couple I use (concept of not exact), that I haven't seen in the thread yet:

Using grep as diff: grep -Fxnvf orig.file copy.file

Using xargs -

xargs reads items from the standard input, delimited by blanks (which can be protected with double or single quotes or a backslash) or newlines, and executes the command (default is /bin/echo) one or more times with any initial-arguments followed by items read from standard input.

EG: $ find ~/Pictures -name "*.png" -type f -print0 | xargs -0 tar -cvzf images.tar.gz

Is there any way to get a new router to work without connecting an account to it

Yes. Look at Mikrotik offerings. You'll need to have an understanding of networking, it's not plug and play. But it's fully self contained and powerful. No external accounts needed, just a local/device admin account and password.

the union can be dismantled under court order.

So the government can declare your legal option to collective bargaining as illegal when it doesn't suit them. So then, what is the point of the union and legal protections when they can remove it at a whim...

This is fucked. Yes, I know US did it before too. Same question and reasoning. If the government only allows you to do something, when it doesn't harm their pockets.. it's a useless, feel good 'right' or protection.