Questions tagged [cloud]
The cloud tag has no summary.
93 questions
0 votes
0 answers
70 views
How to implement a Linux Cloud Storage sync with placeholder files
On Windows, Microsoft offers their Cloud Filter API (parts of which are implemented in the Windows Kernel as the CldFlt Windows Cloud Files Mini Filter Driver), which provides for an interface for ...
0 votes
0 answers
85 views
Advice on Keeping Directories Synced Between Two Linux Laptops?
I need advice about syncing directories between two Linux laptops. Currently, I'm using Google Drive mounted with google-drive-ocamlfuse on both machines, but it's causing significant performance ...
0 votes
0 answers
239 views
Is it at all possible to use less than 50 GB for an instance boot volume?
I want to create an Oracle Cloud Compute Instance that uses less than 50 GB of space. I only need about 10 GB. Most information I'm finding on the Internet states that the boot volume on OCI can not ...
1 vote
2 answers
219 views
sudo chown: pemission denied even if I'm the owner [duplicate]
Could someone explain this? john@john-pcRefs:~/pCloudDrive/someFolder$ ls -al total 16 drwxr-xr-x 2 john john 4096 Jan 11 2022 . drwxr-xr-x 4 john john 4096 Jan 11 2022 .. -rw-r--r-- 1 john john ...
0 votes
1 answer
1k views
vgcreate: Cannot use /dev/vdb1: device has a signature
When I try to create a new Volume Group with my LVM partition vgcreate vgdata /dev/vdb1 I've got a message Cannot use /dev/vdb1: device has a signature What does it mean?
0 votes
3 answers
960 views
Is there any way to upload large amounts of files to Google Drive with a decent speed besides Filezilla Pro and RClone?
I signed for Google Drive's Premium 2TB plan for my backups and needed a way to send more than 1 million+ of files there. Web interface is very problematic for this purpose as if the transfer has any ...
0 votes
1 answer
251 views
Cannot use SSH via internal IP address but can ping it easily
I have this setup in Oracle Cloud Infrastructure ... I have two networks .. Network 1: internal cidr: 192.168.1.0/24 public IP: 10.0.0.1 Network 2: internal cidr: 192.168.2.0/24 public IP: 10.0.0.2 ...
0 votes
1 answer
165 views
How can I store Coding Projects Locally but sync related documents to iCloud Drive?
I have many Git repositories I will need to keep on my computer, which after some research, I decided would stay only locally on the MacBook and not on iCloud Drive. The problem, then is that I want ...
1 vote
2 answers
4k views
I am Unable to access to root user in oracle linux server
I was configuring Ansible on my server where I created an Ansible user on all servers and gave them sudo access so whenever I ssh to another server using an Ansible user it should not ask me for a ...
1 vote
1 answer
381 views
Using Unison to sync my desktop computer with a container in the cloud
I'd like to use Unison to sync a directory between my desktop computer and a container that lives in the cloud. I have this kind of working with Unison, but the problem I'm seeing is that every time I ...
0 votes
1 answer
116 views
What is the free environment to deploy an application built with docker compose
Is there a free cloud service that allows to deploy a web application developed with JSf and Mysql. The application is built locally with docker compose using both the docker images of Wildfly and ...
2 votes
1 answer
789 views
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.
1 vote
1 answer
134 views
ssh to instances on IBM-cloud using private IP
I am creating virtual server instances (by using my custom image) on IBM CLOUD. after the VMs are provisioned, they get a private IP (10.X.X.X), and can get a floating IP (public IP) that Internet can ...
2 votes
1 answer
5k views
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....
0 votes
2 answers
1k views
Linux kernel on my centos 8 server is filling up /boot partition
I am having this issue in my instance where /boot partition is getting full . I would like to remove the old kernels that are in my instance to clean up the /boot partition. However, when I run this ...