Here we will see how to solve google drive quota download related error. When the file size is too big like 60 GB and it is most popular file, then most people will hit download if the author post it publicly. In that case, you face this type of error which will take around 24 hours to reset. Step 1: Go to you personal drive and create a folder. Step 2: Now open the link and click on Add shortcut icon. Step 3: Select the folder that you created just now and click on Add. You will be notified that shortcut is added. Step 4: Now right click on this folder and select download. Shortly the download will be started. Avi
Avoiding duplicate lvm name issues. Scenario : Let's say 5-10 systems are compromised and all of those systems are spawned up from a pre-configured template i.e. AMI - amazon machine image. Using that you can launch new EC2 instance. Template‑এ থাকে: OS (Linux/Windows) Pre‑installed packages Configuration settings Now when you try to bring all the images of those host machines and try to mount on your analyst vm, it will refuse to work due to same lvm group name, uuid etc. We are here to fix that problem. First note the checksum: host1/disk1.raw and host1/disk1.raw --> We have this directory structure where images are present. md5sum host*/* e3b85cad126731e76955b2240b69f39d host1/disk1.raw e3b85cad126731e76955b2240b69f39d host2/disk1.raw You can see that the checksum is same. Pre-requisite necessary tool installation: apt install xmount Step 1 — দুইটার জন্যই xmount cache + loopback সেটআপ: mkdir -p /mnt/host1/xmount/disk1 mkdir -...