skaarl

joined 1 month ago
[–] skaarl@feddit.nl 2 points 6 hours ago

That is the Zionist line. The narrator's dad is a civil servant in the Department of Agriculture. Very scary.

[–] skaarl@feddit.nl 3 points 6 hours ago (1 children)

Thanks! I need win 64 exe if you can, and catbox works fine for me. That's very considerate.

[–] skaarl@feddit.nl 4 points 12 hours ago (3 children)

Need github account to download 😿😿😿😿

Codeburg and gitlab very outdated repo. Anywhere else?

[–] skaarl@feddit.nl 7 points 12 hours ago (1 children)

The documentary can be see here: kalamullah.com/gaza-how-to-survive-a-warzone DOT html

Reason for the film's removal TLDR narrator is son of a civil servant in Gaza Department of Agriculture. Racist genocide enthusiasts call this son of Hamas official. Aka genocide coverup

[–] skaarl@feddit.nl 8 points 12 hours ago

The documentary can be see here: kalamullah.com/gaza-how-to-survive-a-warzone DOT html

Reason for the film's removal TLDR narrator is son of a civil servant in Gaza Department of Agriculture. Racist genocide enthusiasts call this son of Hamas official. Aka genocide coverup

[–] skaarl@feddit.nl 33 points 1 week ago (1 children)

a closed-door meeting earlier this week to vent their frustrations with progressive advocacy groups

This tracks.

[–] skaarl@feddit.nl 0 points 1 week ago

So why did the Super Bowl happen?

This is the real brain buster here 🤔🤔🤔 why **did ** it happen?

[–] skaarl@feddit.nl 0 points 1 week ago* (last edited 1 week ago)

So how come the upper class in America is mostly white while the lower class is mostly black brown and indigenous? Is it because whites are.... supreme?

[–] skaarl@feddit.nl -2 points 1 week ago (1 children)

Did you see any of the two teams of mostly black men protest Donald Trump?

No, you fucking didn’t. The problem isn’t white people

That's exactly what you said.

Racism is not a problem of "other countries", sounds like you just want to protect white supremacy. Tbh I wouldn't be surprised if you genuinely believe that there is no difference in housing opportunity between races in the boomer generation.

[–] skaarl@feddit.nl 2 points 1 week ago

This tool is very powerful! Just what I needed, thanks again. Turns out you need pandoc 3+ and linux mint repo has 2.9, so after upgrading that rga started working, but it still throws this error from time to time:


parseSpine
Error: copying adapter output to stdout

Caused by:
    0: subprocess: Command { std: "pandoc" "--from=epub" "--to=plain" "--wrap=none" "--markdown-headings=atx", kill_on_drop: false }
    1: ExitStatus(unix_wait_status(16384))

I will have to keep looking into it, I'm not sure if this error stops the search in it's tracks.

[–] skaarl@feddit.nl 3 points 1 week ago (2 children)

This looks pretty cool, thanks!

 

I was trying to do that but I noticed ls | grep searchterm just searches the book TITLES for searchterm. Is this possible, to search the text of ebooks?

2
submitted 2 weeks ago* (last edited 2 weeks ago) by skaarl@feddit.nl to c/monero@monero.town
 

My blockchain is 5 years behind and my friend is bringing over an up to date chain. Can I just rsync lmdb and it adds the new blocks or is it better to just paste the new chain in place of the old one? I don't think the up to date one is pruned but if it is will that cause problems if I try to rsync it?

On Linux. Thanks.

 

As the title says, I just started with linux mint and am falling in love with bash scripts 😍 Actually I'm not sure if it's considered a script, but I want to delete the last 2 files in all subfolders in a folder. So far I've (after great effort) got the terminal to list the files, but I want to delete them. Here is how I get them listed:

for f in *; do ls $f | tail -n 2; done

All their names come satisfyingly up in the terminal. Now what? I tried adding | xargs rm but that didn't delete them. I also tried something with find command but that didn't work either. Some folders have 3 items, so I want to delete #2 and 3. Some folders have 15 items so I want to delete #14 and 15. Folders are arranged by name, so it's always the last 2 that I want to delete.

It's frustrating to be sooooo clooooose, but also very fun. Any help is appreciated!



EDIT: Thanks for the awesome help guys! The next part of this is to move all the .html files into one folder (named "done"), prepending their name with an integer. So far I got:

n=1; for f in *; do find ./"$f" -type f | sort | xargs mv done/"$n$f"; n=$((n+1)); done

but that is... not really doing anything. The closest I have gotten so far is some error like

mv: Missing destination file operand

Any help is again appreciated!

 

* wages increase with productivity

Original image credit

view more: next ›