Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can someone compile these for me?

Featured Replies

perhaps it would be a better idea for us to create a vmware development image so we are are compiling on the same platform?

I was thinking that too.

Also a central repository to place these files.

 

 

Also It;'s much easier and preferred if you can find a SLACKBUILD version of the programs to be compiled.

Then it can be compiled and packaged in one fell swoop. It takes a bit of time to make a proper slackbuild script.

 

What is linuixdc++? My quick review found this http://www.linuxpackages.net/pkg_details.php?id=11339 which seems to show it beiing a graphical front end of something. If so, this may be an issue as gui libs are not usually on unRAID.

 

". It is written in C++ and makes use of GTK+ for the user-interface. LinuxDC++ is free and open source software licensed under the GPL."

 

If you are interested, I've been playing with tinycc. It's a very small C compiler that can literally be used for scripting.

I.E  it has a mode that allows you to use it as an interpreter and have a C program as the script

 

#!/usr/bin/tcc -run

 

#include <stdio.h>

 

main(int arc, char **argv)

{

    printf("helllo unRAID world\n");

}

What does this program do? all I get is it's a directconnect client.. Is this directconnect as in network data mover ?? directconnect.

dc+ is P2P protocol.

 

Works a bit different, but is P2P.

http://en.wikipedia.org/wiki/Peer-to-peer

 

The more important in such a server in my opinion is torrent. It is widely used (read this "legally widely used") by many companies to actually download their data (many linux distros use it too as you probably already know). The least you can do is to keep sharing, so a torrent client really fits. (yes I will test what you gave me this weekend)

 

DC+ is maybe next, as it is mostly used in semi-closed groups and you personally share your data.

 

You can have a picture of how open and how popular a protocol is by checking out the page above and seeing how many programs actually implement each protocol.

 

 

  • Author

I use it as on my internet exchange I get free data to other members of the same ISP, we have a DC++ hub to share.

 

All I need compiled now is psyBNC, any ideas on how to do this and would I have to recompile every time Unraid updates?

Try and find a slackbuild script for psyBnc.  Once compiled you should be OK until one of the shared libs that it depends on changes.

 

Also there are precompiled static linux binaries here. Try one of those.

http://www.psybnc.at/download.html

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.