Create NFS share

1 -  NFS server config

Edit /etc/exports

/backupnfs  10.10.10.130(rw)

#oracle linux
/backupnfs  10.10.10.132(rw,all_squash,anonuid=1001,anongid=1001)


Run 

exportfs -v

exportfs -ra 

OR 

service nfs-server reload

2 - NFS client
 

Edit /etc/fsatb

 mkdir /backupnfs

#NFS share
10.10.0.158:/backupnfs /backupnfs nfs hard,bg,proto=tcp,suid,rsize=32768,wsize=32768,noac 0 0

Run
systemctl daemon-reload

Download blocked file from google drive

Load the document, all pages after last page loaded, hit F12, paste the javascript at the console window and press enter:   let jspdf = docu...

Mais vistos