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 revision
Previous revision
Next revisionBoth sides next revision
howto:linux_non-root [2018/01/14 12:51] – [Linux Non-root] More details and examples. digital manhowto:linux_non-root [2018/03/03 23:51] – [setcap] someone missed the .x64 nelgin
Line 7: Line 7:
  
 This must be ran on the executable file itself (if ''/sbbs/exec/sbbs'' is a symlink, apply it to the target of the link instead). For example: This must be ran on the executable file itself (if ''/sbbs/exec/sbbs'' is a symlink, apply it to the target of the link instead). For example:
-  sudo setcap 'cap_net_bind_service=ep' ~/sbbs/src/sbbs3/gcc.linux.exe.release/sbbs+  sudo setcap 'cap_net_bind_service=ep' ~/sbbs/src/sbbs3/gcc.linux.x64.exe.release/sbbs
  
 This will need to be re-ran any time the binary is rebuilt (and remember to properly reference ''.debug'' or ''.release''). This will need to be re-ran any time the binary is rebuilt (and remember to properly reference ''.debug'' or ''.release'').
Line 22: Line 22:
   * [[:howto:|howto index]]   * [[:howto:|howto index]]
  
-{{tag>}}+{{tag>linux}}