|
Does anyone have experience or could recommend an open source Unified Threat Management (UTM) package that we could install on our network using hardware we already own? Looking for something that will filter viruses and malware at the perimeter of our...
Started by Dave Drager on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I can't find a comprenhesive list of packages right now but I remember at least snort, ntop, squid... .
Http://www.untangle.com/home
PFSense is a BSD distribution firewall with a web GUI and has lots of packages .
I think untangle is a pretty big favorite.
|
|
So, I want to sell my PHP application on envato marketplace. But, I don't know what free/open-source charting library (PHP / Flash based) that allow me to incorporate it in such product?
Started by silent on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Open flash chart 2 is licensed under Lesser GPL which.
One option is to use the Google Chart API , it is free and does not need to be distributed to chart-api-notifications@google.com.
|
|
Anybody know of any decent open source website storefront software? At a minimum, it should provide inventory functions so that users can browse items currently available in the store and the owner can add/update/delete items. It doesn't have to connect...
Started by Will on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
In summary, you have a handful using the open source application Magneto
It is however written in PHP, not .NET - Still worth.
Here is an answer I gave before for open source internet stores.
|
Ask your Facebook Friends
|
I'm familiar with JAD , and haven't found anything newer or better, but I really didn't look that hard because I had previous experience with the JAD tool. However, I might have missed some really good options out there. Did I miss anything good? If so...
Started by Thomas Owens on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From Java 5 upwards there's also javap which dissassemble classfiles... .
Looks ok.
I've always used Jad, but there's also a decompiler called DJ that you may want to take a look at:
http://members.fortunecity.com/neshkov/dj.html
It has it's own GUI as well .
|
|
I'm working on a personal project in ASP.NET MVC that I plan on making open source. In the past, I've open-sourced quite a few PHP scripts and UNIX-based stuff. For those, I typically went with a BSD/Apache style license, unless I was including a library...
Started by J Wynia on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
With the rights of other open source projects and my own code to result in an open source license understanding Subsonic and ASP.NET MVC can be redistributed for either an open-source or commercial license that you can use for ....
|
|
I cant seem to open a new view from an options menu item. The program keeps crashing as it applies the intent and listener to the item. I am just beginning, so please be nice.
The current view is mnfsms, and the view I am trying to open is mnfsms_settings...
Started by Portablejim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Can you post the stack trace you get when the app crashes? At what point does it crash? When you press Menu while in this Activity... .
However you're not calling super.onCreateOptionsMenu() at the start of your method .
Your code and XML looks about right.
|
|
I am in the early stages of planning and designing a custom accounting application for my firm. My goal is to utilize an open source relational database for the data storage portion and I'm aware of two solid databases that are widely supported: MySQL...
Started by wrburgess on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Some other open-source database management systems of this type do exist, but do not appear of the open-source....
There are four main open-source relational database management systems of note that might be appropriate of workload.
|
|
Hi,
I've set up BugId property to my files in the repository. This means that on the commit window, I have a field which the developers type the issue number of the bug and it's shown in the log message of the commit.
I wanted to know if there a possibility...
Started by Oded on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
File....
I have just tried this and it works just fine .
There is a Start-commit hook for TortoiseSVN that runs just before the commit dialog is shown .
Client Side Hook Scripts.
If you want this file to run on your client check the TortoiseSVN help 4.30.8 .
|
|
In the past, I used WAMPserver on windows to parse PHP for me. This is a pre-configured package, focussed on working with MySQL.
When I tried to run PostgreSQL, I got error messages that said that my version of PHP wasn't compiled to work with PostgreSQL...
Started by WebDevHobo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can install them in ....
As for whether first to install php or MySQL/PostgreSQL, - it does not really matter .
I would recommend downloading the zip package, as configuring php is not really that difficult, and it allows you to add features as needed .
|
|
I saw the posting about the Best Tail Log Viewer , but it does not support filtering or sorting of custom column names. I've been testing out the Kiwi Syslogd, and you have to pay for the ability to sort and filter.
Does anyone know of a log viewing software...
Started by Kieveli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://logging.apache.org/chainsaw/index.html
The Best Tail Log Viewer has, what was in fifth place, a link to LogExpert... .
It works with log4j style logs, not sure if it supports other logging formats .
I believe Apache Chainsaw supports filtering and sorting.
|