#linux tip that experienced users probably know but is very handy and bears repeating:
if you want to share a folder read-only without the hassle of setting up samba or ftp, you can do the following:
$ # install python 3.x if it's not installed
$ cd $folder_to_share
$ python -m http.server
and you can open it in a browser on (substitute ip of machine) http://1.2.3.4:8000
it's not very secure though so don't do this on the internet
Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.
All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.