Replacing our existing computer inventory system [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
We've been using OCS-NG to gather our computer inventory for the past 2 years. About 6 months ago, AVG Antivirus started picking up on the agent it uses to gather computer information as a "potentially harmful program". We've placed that in our ignore list, but the agent no longer appears to be updating our database. After much consideration and frustration trying to diagnose, I've decided to move away from OCS-NG as well as GLPI (with which it interfaces nicely).
I'm looking for a replacement for both of these applications, but primarily OCS-NG. My requirements are:
Open Source (preferably free)
Windows/Linux inventory agents
I would like it if the system was able to be integrated with a helpdesk system such as OTRS or the like.
Thanks

On this moment there is no 'canned' asset discovery solution which has an out-of-the-box integration with OTRS.
However, OTRS is able to import CI data from CSV files. Also, we're hard at work cooking up a new SOAP/REST/JSON interface.
We're planning on integrating with asset discovery solutions, and would be open for people wanting to help with us on creating and testing the integration, and/or help from anyone working on FOSS asset discovery projects.

Related

Where to host code for small, individual projects? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
as the final project for a programming course I took I've made a small tool which deals with databases issues. It works and I think it could be useful to others, so I'd like to put the code on the net to see if it actually is.
I'm aware of various source code hosts such as GitHub or Google Code, however they seem more oriented towards group development and I'm not sure if they're good for individual complete projects as well. I'm not saying I'm opposed to collaboration, but those platforms just seem a bit too much for something so simple.
Does anyone have any idea on how I should share the code?
Github would be fine - just because git allows multiple developers on a project doesn't mean it is required.
Most of the complexity is there if you need it but you do not have to ever visit those screens. The last time I looked at the network view for my more complex projects was a long time ago!

open source project about implementing WebRTC MCU on the server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have recently study on how to implement WebRTC MCU software on the server. I find an open source project called licode, but it is difficult for me to understand its source code. Can you recommmend some articles or documents about explaining the source code of licode, or there is another open source project you can recommend about implementing WebRTC MCU?
Janus is what you are looking for. It is the new cool kid on the block and I've found it to be really easy to understand since it doesn't make assumptions in the signaling plane or the features you'll use in your gateway.
It comes with a core that acts as a central hub for browser connections and then implements all its features with plugins. For instance here you have the Video MCU plugin code:
https://github.com/meetecho/janus-gateway/blob/master/plugins/janus_videoroom.c
As you can see it is programmed in C and comes with a JS API and clear code samples. Give it a go, I think it is ideal for a project study compared to already bloated multi-stack solutions (Licode, Jitsi Videobridge, etc)
Hope it helps!

Of the different virtualization project available- QEMU, KVM, Xen, VirtualBox which one should a beginner pick [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am interested in virtualization related projects. However there seems to be plenty of options in this field. Which project should i start working on given the above choices. I want to work on on of these projects going forward. I am familiar with the basics of virtualization methods available and basic interfaces. Have been using VirtualBox for more than 3 years now.
First, ask yourself what type of code you want to contribute. If it is more on the binary-translation side, your best choice is QEmu since it does all the core work for KVM. KVM on the other hand, is an architecture that sits upon QEmu and leverages the Linux kernel's scheduler. So if IPC, process management, signals etc are your thing, jump into KVM. i would suggest that you study the architectures of these hypervisors and then decide what you want to get into.
This was a specific example. Virtualization is much more than hypervisors. Look into OpenStack. It is to virtualization what Android is to smartphones.
Another interesting thing to look into, to begin coding would be libvirt. It is the underlying library that powers most of hypervisor-agnostic virtualization frameworks and orchestration tools.

Database stored on a shared drive [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to make a database for 250 students which will have around 100-200 columns. Now its not possible to install MYSQL or anything like that on the server.All we can get is a shared folder on the server. The client side can have anything installed. There will be around 5-10 clients who will add,edit or delete the records. I though about SQLite as an option. Is there any security issues with it???
I need a database to be accessed by a 5 to 10 clients. We do not have a full server per se but rather a shared folder on a server. We therefore cannot install any server-side software, only client-side.
I would use SQLite. You could also use MS Access but consider that problems with old MS Access databases are common in companies where Access where used on the late nineties.
Have a look at the following questions here
https://superuser.com/questions/111798/small-database-recommendation-free
Free database for small datawarehouse
You will find enough information to get you started.
Else look at these
SQLite
HSQLDB

Best site/software to visualize Most Active Open Source Projects? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
As a Microsoft .NET developer I have noticed a marked increase in the number of new Open Source frameworks and software tools that directly impact how your design a software solution. So much so that if you don't happen to be talking to the right person at the right time you may miss a whole major development. I started to wonder if there is anyone out there who is tracking and charting the "most active open source projects" over time. To be able to visualize what are the up and coming and most active open source projects appearing in any given space/category (e.g c#/web development space) would be incredibly useful. Searching around on the web I have only managed to find visualizations of specific projects (e.g. code_swarm and Gource) but nothing tracking Open Source projects over-all.
Do you know of any such sites?
http://www.ohloh.net/ is such a website - provides description, summaries and categorization for many open source projects; shows info about commit activities and lots of other useful info.
for an example check this out - http://www.ohloh.net/p/jQuery/analyses/latest
Hope this helps :o)