[-] HulkSmashBurgers@reddthat.com 18 points 2 hours ago

Haha Tina enjoy your time in prison you asshole.

Brotato, hocus pocus.

[-] HulkSmashBurgers@reddthat.com 36 points 2 days ago

Jesus saves so you have more money for peep shows.

[-] HulkSmashBurgers@reddthat.com 8 points 4 days ago

Handsome scooter looks nice and relaxed.

17

Is there a way to export data from the app (saved posts, etc.)? Thanks.

14
[-] HulkSmashBurgers@reddthat.com 70 points 2 months ago

I'd prefer gradual reform over collapse. Less shocking to our culture/economy that way I think.

5

Protonvpn has some instructions to connect via openvpn:

https://protonvpn.com/support/linux-openvpn/

Where I'm stuck is step 3, where the guide has you download a dns update script into /etc/openvpn.

Openvpn doesn't reside in /etc so I'm not sure how to handle that. Any advice? Thanks.

[-] HulkSmashBurgers@reddthat.com 256 points 6 months ago

This all because US society views sex as something shameful, especially when it's a woman being sexual. I think that all these anti-porn laws we're seeing in the US is about controlling free speech, and controlling sexuality (women's moreso than men's)

If what she's doing on her own time isn't illegal then employers should not be able to fire her for it.

I guess the silver lining of all this is that she made a million bucks in six months. If she's smart with her money and invests it she could set herself up for life after doing this for few years.

[-] HulkSmashBurgers@reddthat.com 76 points 6 months ago

I'm laughing, too.

[-] HulkSmashBurgers@reddthat.com 77 points 7 months ago

Wtf is up with the look on that ladies face in the thumbnail.

14
[-] HulkSmashBurgers@reddthat.com 59 points 7 months ago

I want to know how much fucking money repubs are spending on this wild goose chase. Completely ridiculous.

-25
Nymvpn (nymvpn.com)

If this ever gets to the point where I can use this by paying cash for access (and not having to deal with cryptocurrency) I would totally give it a try.

7
submitted 9 months ago* (last edited 9 months ago) by HulkSmashBurgers@reddthat.com to c/guix@lemmy.ml

Edit: Turns out for what I'm trying to do (mount luks encrypted raid after start up) only needs the device mapping for the raid drive and not a file-system object.

So I luks encrypted the raid and call a script to open the vault and mount it when I need to.


In my system config file I added a raid drive like so:

(mapped-devices (list (mapped-device
                                     (source (uuid
                                                  "205e5caa-694f-4457-a2a1-8affa3536e75"))
                                     (target "guix")
                                     (type luks-device-mapping))

                                  (mapped-device
                                     (source (list "/dev/sdb1" "/dev/sdc1"))
                                     (target "/dev/md0")
                                     (type raid-device-mapping))))

(file-systems (cons* (file-system
                                  (mount-point "/")
                                  (device "/dev/mapper/guix")
                                  (type "ext4")
                                  (dependencies (list (list-ref mapped-devices 0))))

                               (file-system
                                  (mount-point "/mnt/nas")
                                  (device "/dev/md0")
                                  (type "ext4")
                                  (mount? #f)
                                  (dependencies (list (list-ref mapped-devices 1)))) %base-file-systems)))

I'd now like to luks encrypt the raid drive but I'm not sure how to go about doing it. Do I simply make a another mapped-device object, specifying the raid drive uuid and "/dev/md0" as the target:

(mapped-device
   (source (uuid
                {raid uuid}))
                (target "/dev/md0")
                (type luks-device-mapping))

and then pass that as a dependency to the raid file system object?

Thanks

[-] HulkSmashBurgers@reddthat.com 51 points 1 year ago* (last edited 1 year ago)

I also think IPFS (non filecoin version) could prove useful in the future as well.

[-] HulkSmashBurgers@reddthat.com 67 points 1 year ago

I've tried jerboa, liftoff, andd connect. While they all work none of them do everything I want and they all have weird quirks.

The more lemmy apps that comeabout the better.

view more: next ›

HulkSmashBurgers

joined 1 year ago