What is IPFS = Internet Planetary File System (peer-to peer) ? It’s a decentral sharing Ecosystem for Files on Blockchain Technology Why is it a current Hype? Cause it overs many Solutions for saving files into the IPFS Blockchain Cloud with unchangeable Fingerprints by Blockchain Hashes. A Folder gets a fixed Hash Key on Uploading Data for Example: Linuxblog on IPFS worldwide accessible by: https://ipfs.io/ipfs/QmXuqCg7cmX9oxyX1LgWhu22TrHXxoKczL4ff8yJoxnwSG where the first part is the Data Gateway this can be changed to other public Gateways like: https://dweb.link/ipfs/ add here the Content Data Hash “QmXuqCg7cmX9oxyX1LgWhu22TrHXxoKczL4ff8yJoxnwSG” to (click the URL to Test): https://dweb.link/ipfs/QmXuqCg7cmX9oxyX1LgWhu22TrHXxoKczL4ff8yJoxnwSG if you upload or […]
Category: fileserver
Bug Nautilus slow SMB Performance gvfs-smb
If you use Samba as File Share (NAS) Samba mounts often hang by listing huge amount files like Photos. Known Problem is the gfvs-backend is hanging up on switching between smb protocol (smb1-2-3) versions! Faster is to use the cifs Kernel mount without the gnome-backend communication open Terminal enter: id myusername mkdir /home/myusername/nas/ with known id do: Workaround edit /etc/fstab insert: sudo nano /etc/fstab insert at the end !! //192.168.1XX.XXX/nas /home/myusername/nas cifs file_mode=0777,dir_mode=0777,username=myusername,password=XXXX,domain=home.local,uid=10XX 0 0 Now over 50MB’s per second should by possible over gigabit cable. If not needed disable Samba Logging!