– PlHi, new user and reasonably new to linux. Before I installed linux, I was using mint, and I backed up the files from there to my Zorin comp, via warpinator. Now, I cannot seen to install warpinator on this parrotsec. So can anyone recommend a file share compatable with zorin and parrot please?, –
Parrot version in use(if you are not aware of it, open terminal and type cat /etc/os-release | grep VERSION):
Logs/Terminal output(use pastebin or similar services):
HELLO, In my daily use, my system is Linux Lite 6.4 XFCE, and I also use Linux Mint XFCE 21 Vera, between the two I usually use NITROSHARE - ( https://nitroshare.net ) in all installations. Easy to install, use, very light, and I use file sharing between PCs on the Network. My system is based on Ubuntu 24.04 LTS. There is also another program that is very similar and easy to use on Linux = LAN SHARE - ( Releases · abdularis/LAN-Share · GitHub ).
To share files across your network between Parrot OS and Zorin (or any other Linux distributions), here are a few recommended tools aside from Warpinator:
1. Samba (SMB)
Best for: Cross-platform sharing between Linux and Windows.
How to set up on Parrot OS:
Install Samba:
sudo apt update
sudo apt install samba
Configure the Samba file /etc/samba/smb.conf. Add a shared directory:
[sharedfolder]
path = /path/to/share
read only = no
browsable = yes
Ensure SSH is enabled on both machines for this to work.
4. Nextcloud
Best for: A private cloud solution that allows file sharing and syncing across devices.
How to set up:
You can host a Nextcloud server on one of the machines or use an existing cloud provider.
These options should help you seamlessly transfer files between Parrot OS and Zorin, with Samba and Syncthing being the most straightforward for network file sharing.
This is my personel view and nothing to do with others view thanks i do use some ppl work to create warpinator advice is good…