Centralized password repository [closed] - security

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
So,
We need to keep passwords to different SCM, DBs, etc., etc. -- it's all for the development purposes and needs to be shared between engineers. However, different people work on different projects, so we need to be able to keep some access rights / roles there. Anything you are using? Security and safety of this storage is obviously #1 priority, the #2 is actual features I listed above.
How do you store / share this information?
Thanks!

Different applications with different passwords is always a problem. So what we are using is domain authentication to everything: DB, SCM, etc.
The most important tool is the Project Management Tool. Again access to projects is based on the domain accounts. There we keep everything related to a project, even secure information. Safety is achieved through regular backup. Security can be a bit low in this case, though, depending of the tool used...

Related

Searching a ticketing system, recommendations [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm searching a ticketing system in order to implement it on some business. I need a ticketing system with these possibilities and characteristics (if it's possible) or the maximum of it:
Must be compatible with Linux
Open-source code and free software
Compatible with LDAP (I want to do authentications with LDAP)
Possibility to open a ticket and receive the answer via mail (user's side, operators can have the web interface, they should but not must)
The system should contain a wiki section or something like that in order to implement some guides & FAQs for users
I know that I'm searching for a very specific ticketing system and I'm being very demanding :P but I should do in that way.
If you know some ticketing system that provides several of these options your answers will be also welcome.
Thanks for all!
take a look at Redmine, it should have everything you want. You can use LDAP as user management, implement a wiki per projet, be notified by mail when a ticket is created / updated and the source code is available.
Redmine official website
The characteristics you want are very similar with the ticket system I do use in my company.
I suggest to you the GLPi ticket system, is open source and fill all your requirements.
I hope you like it :D

Is there Axure RP alternative [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm wondering, if there is Axure RP alternative for a better price. I used other apps, but ended with Axure RP because of two fundamental advantages:
it's not only wireframe tool, but it lets me prototype whole web/app with functional demonstrations
it generates/exports prototype and customers can easily try personaly (it's HTML site and i upload it to my server and clients just get email with link to follow)
So, is there anything else like Axure RP meeting my two criteria with better price? All apps i've seen mainly fail in second condition.
Yes - atomic.io lets you do both of these things.
You can go from low fidelity, right up to fully functioning prototypes that use things like logic, data, and variables.
You can also easily share an URL with anyone. (see: https://atomic.io/learn/sharing)
And there is a free plan. :-)
atomic.io
You can use moqups.com , it's a web app.
it lets you to make prototypes with linked pages and more .
also it lets you to share your Design through a URL on its site.
There are a ton of prototyping tools.
https://www.cooper.com/prototyping-tools
It always depends on what your main goal to achieve is.
Justinmind (https://www.justinmind.com) is very close to Axure.
If you do not mind sharing your prototypes you can look into a bunch of different tools that are webbased (i.e. https://www.figma.com)

Managing New Application Requests [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
At the moment we are a small development team of 2. All our software is used inhouse. Currently staff just walk to our desk when they want new software developed or when they want new features added to existing software, or when bugs arise.
I am looking for a better management process of this. Do I get staff to send an email instead and then that can be designated to a developer. Or is there a simple software app out there that could help?
I want a simple method for doing this as the staff are unlikely to use something if too time consuming or complex. They find it too easy to approach a developer personally!
Anything to recommend please?
One option is to use JIRA. It has a feature where emails sent to a certain address can get turned in to backlog items (using the email subject line as the title).
Keep it as it is for now: face-to-face communication is always better than using any piece of software...
It will be only when you will grow to more developers that you will really need such software: from online or cloud based (ie Zimbra) to VCSs (version control systems) hosted on your machines.

LAMP management ui [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'd like a system where I can manage my LAMP server. It is a real server, so it isnt a VPS. But apart from everyone else online, I dont want to sell space on it. I just want to manage it for my own purpose.
So I can change settings on the fly without accessing the Shell.
I would of course like it to be an active, either open source or free software.
Web UI is also a requirement.
As any configuration tool on various web hotels, with possibility to configure only for one mashine, and no virtual spaces or such.
Would be great, as after tons of googling I came to the conclusion that there are tons of systems and they all are too advanced or just look aweful and seem to complex.
My goals.
Manage domains,
Manage emails for domains,
Manage Apache (possibly vhosts and such)
Manage MySQL (could use phpmyadmin)
Manage logs and similar
Manage SVN (if possible)
Manage FTP
And such features, not too advanced stuff.
Much appriciated if you know any good systems of such caliber. Thanks.
webmin (http://www.webmin.com/) might be what you're looking for.
Another could be http://isp-control.net/
And: http://www.syscp.org/
And again: http://www.ispconfig.org/

Subversion Management Tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
we have a lot of users running in different shared and solo-owned repositories in Subversion. As part of our work, we do project-shared code and individual work, and we need to control access, ideally on a group basis.
Currenly, we use SVNManager to allow users to manage access and create repositories. However, in order to get that working we had to do quite a bit of hacking.
Does anyone know of a free, open-source, linux-compatible SVN management system?
Thanks for your help.
I would recommend SVN Access: http://www.jaj.com/projects/svnaccess/ or http://freshmeat.net/projects/svnaccess/
I have used it as is, and have modified it for an enterprise-wide solution at my day job.
There is an alternative called KDESVN which you might want to try. However, I have never used it, so I cannot vouch for it.
svn-access-manager seems to be a great open-source web administration GUI for SVN too (and currently active ...).
But I've finally adopted USVN !
This question is very similar to SVN admin management GUI tool by the way ...
I use KDESVN. Once it's set up it works great, but you only get one chance to set up your branch structure, so plan to create a test repository first.

Resources