Questions tagged [cloud]

89 questions
78
votes
12 answers

Mount Google Drive in Linux?

Now that Google Drive is available, how do we mount it to a Linux filesystem? Similar solutions exist for Amazon S3 and Rackspace Cloud Files.
blee
  • 1,322
  • 2
  • 11
  • 14
34
votes
3 answers

How can I transparently cache any directory or mounted file system for reads and write back?

Say I mount some cloud storage (Amazon Cloud Drive in my case) with a FUSE client at /mnt/cloud. But because reading and writing files directly to /mnt/cloud is slow because it has to go over the internet, I want to cache the files that I'm reading…
Flecto
  • 471
  • 1
  • 4
  • 7
15
votes
3 answers

rsync mkstemp failed Invalid argument (22) with davfs mount of Box.com cloud

I mounted Box.com cloud storage using davfs according to these instructions. I mounted my Box.com account under /home/me/Cloud/Box I can access the mounted filesystem via Dolphin as well as via the terminal. It is a little slow, but I can list (ls)…
MountainX
  • 17,168
  • 59
  • 155
  • 264
10
votes
1 answer

How to achieve processor affinity in containers?

I see with kubernetes it's possible to set node affinity for certain workloads. I'm wondering if there are any facilities in the various container technologies, such as docker, rocket etc that allow you to pin processes to cores? or if this is even…
barrymac
  • 1,115
  • 1
  • 12
  • 18
5
votes
3 answers

Limit FTP connections by area

Is there any (simple) way to deny FTP connections based on the general physical location? I plan to use FTP as a simple cloud storage for me and my friends. I use an odroid c2 (similar to raspberry pi but uses arm64 architecture) running Debian 8…
Muffin
  • 63
  • 5
4
votes
1 answer

How does ZFS grow/scale?

I am wondering how would one design a ZFS system to build something that is massively scalable, along the lines of your favorite cloud storage, but with all the neat benefits the come with ZFS. A more specific scenario that I am wondering about is…
SteveMustafa
  • 141
  • 3
4
votes
1 answer

Replacing Google Cloud Printing

I often use Google's Cloud Print (GCP). In fact, I have family in another continent that prints some non-confidential stuff on my local printer running on raspberry OS / raspbian. The system is good for this type of use but, now that Google (as…
Ramalho
  • 41
  • 3
4
votes
0 answers

VPS/Cloud configuration management automatization for small environments

What would be an appropriate tool/approach for configuration management of a relatively small number of VPS/VMs (1-5). Even though it's a small number I'm a big fan of "nuke 'n boot" in case of any problems and therefore need to be able to setup a…
binaryanomaly
  • 683
  • 2
  • 6
  • 13
3
votes
1 answer

What has happened to the package open-vm-tools-dkms in Debian?

It seems open-vm-tools-dkms was deprecated in Debian 9 (Stretch) and is no longer available in Debian 10 (Buster). What does this mean — is the functionality obsolete or has it moved to some other package?
J. Doe
  • 177
  • 1
  • 8
3
votes
1 answer

how to find ssh key in audit log file?

i've created ssh key for connecting two host (client 192.168.4.107 and server 192.168.4.106). on client-machine i've run this command and ssh connection works: ssh-keygen ssh-copy-id -i /root/.ssh/id_rsa.pub [email protected] ssh-keygen -lf…
3
votes
2 answers

Self hosted cloud storage

I'm looking for some software that would provide features like Dropbox. Will a simple webdav be enough for this use case?
Šimon Tóth
  • 8,098
  • 12
  • 40
  • 67
3
votes
1 answer

My cloud server came with PermitRootLogin without-password, is it normal?

I was just wondering if it is normal that in the Ubuntu 14 provided by my cloud hosting company,there is this configuration in the file /etc/ssh/sshd_config : PermitRootLogin without-password instead of PermitRootLogin yes Therefore, it means that…
Simon Paquet
  • 143
  • 1
  • 5
2
votes
1 answer

How can I be sure that access to my home server from my home network is not done via Internet?

As advised in this question: Network file-sharing between Linux and Android, I have decided to use ownCloud to store files on my home cloud server. However, my needs have changed a bit. I want to be able to access my cloud from the Internet, not…
jcora
  • 3,874
  • 7
  • 34
  • 52
2
votes
1 answer

How to Repair Grub in a Cloud VM (Azure)

I ran into some troubles doing do-release-upgrade and it killed my grub boot. Because I couldn't find the steps on how to fix this online I'll answer with my own notes below.
laktak
  • 5,616
  • 20
  • 38
2
votes
1 answer

Always Free: NO NETWORK after Upgrade from Ubuntu 20.04 LTS ARM to Ubuntu 22.04 LTS ARM

Scenario is the following: I upgraded from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS. However, after upgrading I lost total connection to the host and I'm only able to access it through Cloud Shell Console. Observed behavior: SSH is no accesible through…
kiraitachi
  • 23
  • 1
  • 6
1
2 3 4 5 6