KLoning Spoon

Is a PHP5 programmed web-based administration interface for Nullsoft’s SHOUTcast Distributed Network Audio Server (DNAS), and is available for Microsoft’s Windows Server and the most common Linux-based distributions.

This user-friendly administration interface allows you to easily administer multiple SHOUTcast servers with little basic knowledge. Create customers and/or DJs to your administration interface, assign SHOUTcast servers to their accounts, and let them operate and access their servers foolproof.

This is a basic setup that should work without any glitch.  Feel free to improve the script on the FFMPEG parameters like changing the bitrates, output size, etc…  For now, FFMPEG seems to only be able to support YUV webcam, RGB does not seems to work for now.    On my laptop, I was able to broadcast at 10 fps, maybe recompiling FFMPEG could improve that…

Surely it will work with other provider like Bambuser, or any other supporting FME broadcast…  Have fun!

FreeMind - free mind mapping software 
FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned  it into high productivity tool. We are proud that the operation and  navigation of FreeMind is faster than that of MindManager because of  one-click “fold / unfold” and “follow link” operations.
So you want to write a completely new metaphysics?  Why don’t you use FreeMind? You have a tool at hand that remarkably  resembles the tray slips of Robert Pirsig, described in his sequel to  Zen and the Art of Motorcycle Maintenance called Lila. Do you want to refactor your essays in a similar way you would refactor software? Or do you want to keep personal knowledge base, which is easy to manage? Why don’t you try FreeMind? Do you want to prioritize, know where you are, where you’ve been and where you are heading, as Stephen Covey would advise you? Have you tried FreeMind to keep track of all the things that are needed for that?

FreeMind - free mind mapping software

FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned it into high productivity tool. We are proud that the operation and navigation of FreeMind is faster than that of MindManager because of one-click “fold / unfold” and “follow link” operations.

So you want to write a completely new metaphysics? Why don’t you use FreeMind? You have a tool at hand that remarkably resembles the tray slips of Robert Pirsig, described in his sequel to Zen and the Art of Motorcycle Maintenance called Lila. Do you want to refactor your essays in a similar way you would refactor software? Or do you want to keep personal knowledge base, which is easy to manage? Why don’t you try FreeMind? Do you want to prioritize, know where you are, where you’ve been and where you are heading, as Stephen Covey would advise you? Have you tried FreeMind to keep track of all the things that are needed for that?

Features:

  • Creates and maintains RSS feeds
  • Produces both XML and optional human-readable companion HTML
  • Runs either on your PC or on a web server
  • Windows, Mac OS X, and Linux
  • Open source
  • Requires no knowledge of XML or the RSS data format
  • Tuned for quick manual additions of new items and simple editing
  • Supports enclosures (New in Version 1.3)

Perfect for:

  • Podcasting (New in Version 1.3)
  • Change logs
  • Notification of additions and updates to traditional websites
  • Companions to email newsletters
  • Event Lists
  • Alerts, announcements, and ongoing status
  • Notification of the arrival of new products in a store
  • Maintaining simple online lists accessible as both XML and HTML
  • News website headlines
  • Experimentation with RSS
  • Use within a corporate firewall for internal websites

If you’re looking for a CBR and CBZ reader for your favorite OS, look no farther. Comical is an easy-to-use, featureful GUI comic book viewer, written in C++ using wxWidgets. It’s open-source, so feel Free to contribute!

In todays mobile phones the 3GPP standard is widely in use for videos on the phone. Newer camera mobiles can take movies from their integrated camera which are encoded in 3GPP (usually with suffix .3gp)

is a Java application providing transcoding services for different media types (image, audio, video, etc). In general server waits for requests containing a list of transcoding jobs

Compressed files use less disk space and download faster than large, uncompressed files. You can compress Linux files with the open-source compression tool Gzip or with Zip, which is recognized by most operating systems

You can download Flash Media Server Authentication Add-in right here, you must sign in first.

Extract the zip then use command ./installSAA to install and to add user go to (cd) RootInstall/conf/ then use the command ./users add -u username -p userpassword

If you got error like ./users: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Just type command yum provides */libstdc++.so.5 to check available packages, it show you (i use centos 5) :

compat-libstdc++-33-3.2.3-61.i386 : Compatibility standard C++ libraries
Repo        : base
Matched from:
Filename    : /usr/lib/libstdc++.so.5

And finally what you have to do is type the command yum install compat-libstdc++-33 to install the library libstdc++.so.5.

It’s part of the Unix networking API. Only superuser processes can bind to ports under 1024. This is so that other machines have a little assurance that a privileged account is offering a service on a port below 1024, though that is less important now.

Normally to run as a normal user and yet use a low port, the process starts off as root but drops privilege after opening the listening socket.

Short says, traditionally on Unix, only root can bind to low ports (<1024).

Otherwise, this is why linux is so much suitable for server.