Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howto:linux_non-root [2018/03/03 23:51] – [setcap] someone missed the .x64 nelginhowto:linux_non-root [2019/01/07 13:33] – [authbind] Mortifis
Line 15: Line 15:
 ===== authbind ===== ===== authbind =====
  
-An alternative may be to use authbind.+An alternative may be to use authbind.  
 + 
 +Install authbind using your favorite package manager for your Linux Distribution. 
 + 
 +Configure it to grant access to the relevant ports, e.g. to allow 80, 21, 23,25, 110, etc 443 from all users and groups: 
 + 
 +sudo touch /etc/authbind/byport/80 
 +sudo touch /etc/authbind/byport/443 
 +and so forth for all ports you are using below 1025 ... 
 + 
 +sudo chmod 777 /etc/authbind/byport/80 
 +sudo chmod 777 /etc/authbind/byport/443 
 +and so forth for all ports you are using below 1025 
 + 
 +Now execute your command via authbind (optionally specifying --deep or other arguments, see the man page): 
 + 
 +sudo authbind --deep /sbbs/exec/sbbs -d 
 + 
  
-A detailed example should be added here. 
  
 ===== See Also ===== ===== See Also =====