aboutsummaryrefslogtreecommitdiff
path: root/public/using-digitalocean-spaces-object-storage-with-fuse.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
commitae24d9a8869c497537839f330384cbadb2cf687c (patch)
tree79184f1d1db6f0b8e2f7aad3a262b3a2bccdde58 /public/using-digitalocean-spaces-object-storage-with-fuse.html
parent409dfae3983b55ffa469a556683fab4ec70b1e99 (diff)
downloadmitjafelicijan.com-ae24d9a8869c497537839f330384cbadb2cf687c.tar.gz
Updated theme
Diffstat (limited to 'public/using-digitalocean-spaces-object-storage-with-fuse.html')
-rwxr-xr-xpublic/using-digitalocean-spaces-object-storage-with-fuse.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/public/using-digitalocean-spaces-object-storage-with-fuse.html b/public/using-digitalocean-spaces-object-storage-with-fuse.html
index 05fd6ae..9643d96 100755
--- a/public/using-digitalocean-spaces-object-storage-with-fuse.html
+++ b/public/using-digitalocean-spaces-object-storage-with-fuse.html
@@ -34,14 +34,14 @@ smallest VM option.<ul><li>Please be sure to add you SSH key, because we will lo
34remotely.<li>If you change your region please remember which one you choose because we will 34remotely.<li>If you change your region please remember which one you choose because we will
35need this information when we try to mount space to our machine.</ul><p>Instuctions on how to use SSH keys and how to setup them are available in 35need this information when we try to mount space to our machine.</ul><p>Instuctions on how to use SSH keys and how to setup them are available in
36article <a href=https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets>How To Use SSH Keys with DigitalOcean 36article <a href=https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets>How To Use SSH Keys with DigitalOcean
37Droplets</a>.<figure><img src=/posts/do-fuse/fuse-droplets.png alt="DigitalOcean Droplets"></figure><p>After we created Droplet it's time to create new Space. This is done by clicking 37Droplets</a>.<figure><img loading="lazy" src=/posts/do-fuse/fuse-droplets.png alt="DigitalOcean Droplets"></figure><p>After we created Droplet it's time to create new Space. This is done by clicking
38on a button <a href=https://cloud.digitalocean.com/spaces/new>Create</a> (right top 38on a button <a href=https://cloud.digitalocean.com/spaces/new>Create</a> (right top
39corner) and selecting Spaces. Choose pronounceable <code>Unique name</code> because we 39corner) and selecting Spaces. Choose pronounceable <code>Unique name</code> because we
40will use it in examples below. You can either choose Private or Public, it 40will use it in examples below. You can either choose Private or Public, it
41doesn't matter in our case. And you can always change that in the future.<p>When you have created new Space we should <a href=https://cloud.digitalocean.com/settings/api/tokens>generate Access 41doesn't matter in our case. And you can always change that in the future.<p>When you have created new Space we should <a href=https://cloud.digitalocean.com/settings/api/tokens>generate Access
42key</a>. This link will guide 42key</a>. This link will guide
43to the page when you can generate this key. After you create new one, please 43to the page when you can generate this key. After you create new one, please
44save provided Key and Secret because Secret will not be shown again.<figure><img src=/posts/do-fuse/fuse-spaces.png alt="DigitalOcean Spaces"></figure><p>Now that we have new Space and Access key we should SSH into our machine.<pre tabindex=0 style=background-color:#fff><code><span style=display:flex><span><span style=color:green># replace IP with the ip of your newly created droplet</span> 44save provided Key and Secret because Secret will not be shown again.<figure><img loading="lazy" src=/posts/do-fuse/fuse-spaces.png alt="DigitalOcean Spaces"></figure><p>Now that we have new Space and Access key we should SSH into our machine.<pre tabindex=0 style=background-color:#fff><code><span style=display:flex><span><span style=color:green># replace IP with the ip of your newly created droplet</span>
45</span></span><span style=display:flex><span>ssh root@IP 45</span></span><span style=display:flex><span>ssh root@IP
46</span></span><span style=display:flex><span> 46</span></span><span style=display:flex><span>
47</span></span><span style=display:flex><span><span style=color:green># this will install utilities for mounting storage objects as FUSE</span> 47</span></span><span style=display:flex><span><span style=color:green># this will install utilities for mounting storage objects as FUSE</span>
@@ -242,11 +242,11 @@ SQLite, so data can be stored on Spaces and accessed by many VM's. For a project
242where data doesn't need to be accessible in real-time and can have couple of 242where data doesn't need to be accessible in real-time and can have couple of
243minutes old data this would be very interesting. If any of you find this 243minutes old data this would be very interesting. If any of you find this
244proposal interesting please write in a comment box below or shoot me an email 244proposal interesting please write in a comment box below or shoot me an email
245and I will keep you posted.</div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSWhyNotDirectoryToFilesystem target=_blank rel=noopener>One reason that ZFS can't turn a directory into a filesystem</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>One of the wishes that I and other people frequently have for ZFS 245and I will keep you posted.</div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/linux/NFSv4ServerLockClients target=_blank rel=noopener>Finding which NFSv4 client owns a lock on a Linux NFS(v4) server</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>A while back I wrote an entry about finding which NFS client owns
246is the ability to take an existing directory (and everything 246a lock on a Linux NFS server, which turned
247underneath it) in a ZFS filesystem and turn it into a sub-filesystem 247out to be specific to NFS v3 (which I really should have seen coming,
248of its own. One reason for wanting this is that a number of things 248since it involved NLM and lockd). Finding the NFS v4 client that
249are set and controlled on a per-filesyst…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen 249owns a lock is, depending on your perspective, either simpl…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen
250and Bradley Kuhn, are interacting on the OSI's license-discuss 250and Bradley Kuhn, are interacting on the OSI's license-discuss
251list where the're doing 251list where the're doing
252bad computer history and insisting that a guy Larry Rosen 252bad computer history and insisting that a guy Larry Rosen