gedaliyah

joined 2 years ago
MODERATOR OF
[–] gedaliyah@lemmy.world 35 points 10 hours ago

Acrtion Comics #1 ...Lets see:

  • Superman persuades the Governor to stay the execution of an innocent death-row inmate (p. 3-4)
  • Beats up an abusive husband (p. 6-7)
  • Dumps some rich sex-pests out of their car (p. 9-10)
  • Intervenes in a corrupt lobbyist bribing a DC Senator (p. 11-end)

"When did Superman become so WOOOooooOOOke????"

collapsed inline media

[–] gedaliyah@lemmy.world 8 points 3 days ago

Thanks for making this happen!

[–] gedaliyah@lemmy.world 40 points 3 days ago (7 children)

If you meet a man who has been logged out of his toothbrush, do not mourn him. He has chosen thus. He is exactly where he has desired to be.

[–] gedaliyah@lemmy.world 2 points 4 days ago

Tailscale is great. Don't believe the bad press. You can always switch in the future if they change their trajectory.

I run all of that on a Dell Optiplex that I bought refurbished in your price range. I couldn't figure out the self-signing certificates to run nextcloud without a domain, so I run OwnCloud, but hopefully you'll have better luck.

[–] gedaliyah@lemmy.world 38 points 4 days ago (2 children)

By the same token, you could just read the Cliff's Notes and burn down an acre of rainforest to achieve the same results.

[–] gedaliyah@lemmy.world 7 points 4 days ago (1 children)

This was the thing in the HG Wells version that always got me. The machine always exists for the intervening time. I feel like that would be very disruptive to the civilizations that encounter it.

[–] gedaliyah@lemmy.world 10 points 4 days ago

How is this not great news?

[–] gedaliyah@lemmy.world 3 points 5 days ago (3 children)

"No true leftist is antisemitic."

(Presents several clear counterexamples)

"Well, that's the exception. They are not true leftists!"

[–] gedaliyah@lemmy.world 30 points 5 days ago

Russian asset. They've been backing Iran from the start.

[–] gedaliyah@lemmy.world 8 points 6 days ago

Maybe not a novel, but probably an airport paperback.

[–] gedaliyah@lemmy.world 25 points 6 days ago (2 children)

Just some important history, the 40 hour work week was developed as a labor concession in the automotive industry.

Most workers rarely work only 40 hours, especially when you include the on-call time when employees are expected to respond to call messages and emails.

Maybe we need to learn something from our grandparents and have another movement for 40-hour work weeks.

 

Authorities say more than 20 girls are still unaccounted for at Camp Mystic in Kerr County, Texas, where the Guadalupe River rose more than 20 feet in less than two hours during torrential rains that triggered flash flooding in parts of the state yesterday.

At least 27 people, including nine children, have died in the flooding, according to local officials. The families of three campers have confirmed their deaths to CNN.

 

Copyright holders hire services that use bots to monitor file-sharing networks and send ISPs millions of notices a year alleging infringement by someone at a particular IP address, Cox told the Supreme Court. Cox said that ISPs "have no way of verifying whether a bot-generated notice is accurate" and that even if the notices are accurate, terminating an account would punish every user in a household where only one person may have illegally downloaded copyrighted files.

 

There have been a number of Scientific discoveries that seemed to be purely scientific curiosities that later turned out to be incredibly useful. Hertz famously commented about the discovery of radio waves: “I do not think that the wireless waves I have discovered will have any practical application.”

Are there examples like this in math as well? What is the most interesting "pure math" discovery that proved to be useful in solving a real-world problem?

 

The man who opened fire outside a Michigan church filled with worshippers before he was struck by a vehicle and then fatally shot by security staff had attended services there a couple of times in the last year and his mother is a member, police said.

 

"The Office of Cybersecurity has deemed WhatsApp a high-risk to users due to the lack of transparency in how it protects user data, absence of stored data encryption, and potential security risks involved with its use," the CAO said in an email obtained by Axios.

 

A federal judge in Nashville Sunday denied a Trump administration motion to detain Kilmar Ábrego García, a Maryland man illegally deported to an El Salvador prison in March, as the government pursues unrelated federal criminal charges filed before he was brought back to the U.S. on June 6. In a separate high-profile Trump-era immigration case, former Columbia student and pro-Palestinian activist Mahmoud Khalil returned to New York City, and his wife and newborn son, on Saturday after being released following more than three months of detention in Louisiana.

 

Iran's Supreme National Security Council released a statement confirming the attack and claiming the number of missiles fired was equal to the number of bombs the U.S. used in its strike on Saturday.

"The base that was targeted in the attack by the powerful Iranian forces was far from urban facilities and residential areas in Qatar," the statement said.

The Foreign Ministry of Qatar issued a statement saying Qatari air defenses "thwarted the attack and successfully intercepted the Iranian missiles," with no injuries or deaths reported.

 

NYC comptroller and mayoral candidate Brad Lander was arrested by ICE at immigration court Tuesday, according to his spokesperson.

Brad Lander, 55, is the current NYC comptroller and a progressive who advocates for police reform, affordable housing, and better management of the migrant crisis.

Apparently, Lander has been accompanying immigrants exiting immigration court at 26 Federal Plaza and Lower Manhattan to help shield them from possible detention by ICE.

 

So I recently moved most of my docker storage to a second hard drive, called "storage." After a system restart, docker is creating a folder called "storage," forcing the physical drive to be renamed "storage1." How do I prevent this from happening?

I am using Xubuntu.


Edit: As suggested, it was indeed my system spinning up Docker before mounting the internal disk. The solution (should work on most Unix-like systems) was to manually add a line to /etc/fstab as follows: First get the UUID for the problem drive

~$ sudo blkid -s UUID

The output will show your drives and the UUID of each. Then edit the following file:

~$ sudo mousepad /etc/fstab #{or use your choice of editor, i.e. nano}

Add the following line:

/dev/disk/by-uuid/{UUID number copied from blkid output} /destination/of/your/drive ext4 defaults 0 0

Of course replace {UUID number copied from blkid output} and /destination/of/your/drive and set defaults & parameters as needed. These worked for me.

Restart the system and the drive should be forced to mount before docker starts. This seems to be a known issue with certain docker setups.

 

The death toll in floods in one of South Africa’s poorest provinces rose to at least 78 on Thursday as a top official said rescue attempts in the first hours after the disaster had been “paralyzed” by a lack of resources.

 

The death toll in floods in one of South Africa’s poorest provinces rose to at least 78 on Thursday as a top official said rescue attempts in the first hours after the disaster had been “paralyzed” by a lack of resources.

20
submitted 4 weeks ago* (last edited 4 weeks ago) by gedaliyah@lemmy.world to c/selfhosted@lemmy.world
 

So I currently have a 1tb drive running all of my containers for my home server. I'm trying to finalize the process of transitioning from corporate cloud storage to my own personal cloud. I have a new 12 TB drive to hold all my files.

I am running Xubuntu, with OwnCloud running in docker compose similar to this setup.

By default, it saves all data in the var directory, but I am stuck with how to change it. I have my data backed up separately, so the plan is to set it up from scratch.

There are complicated instructions here, but I don't have the skill to transfer this process to a docker compose installation. I have never used SQL commands, and I really have no idea how to do anything with it in docker.

This is a critical step in my home server setup, without which I pretty much can't move forward. Can anyone help?

Edit: Thanks from a real beginner. I was making it harder than I needed. The default volumes in the YML file were in an unfamiliar format to me. I rewrote the relevant lines and re-initialized and now it is working as intended.

I guess I am still learning about the different ways that volumes can be designated in yaml.

view more: next ›