similar to: Open Source (or Closed Source) multi-user password manager

Displaying 20 results from an estimated 100 matches similar to: "Open Source (or Closed Source) multi-user password manager"

2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks I have more than 12 years experience with UNIX system administration, but I am too stupid for programming. My only programming experience is shell scripting. I tried to learn Java, but don't understand it because it is too complicated for my limited brainpower. What programming language should I learn? A friend said that C-Sharp (Mono) is very simple. Is this true? cheers Sven
2010 Oct 21
2
send HTML formatted mail (for M$ Outlook) with mailx
Hi folks I have here a small ksh script which generates html output and I am trying to send this html output as inline HTML mail for M$ Outlook users (not attachment). But it doesn't work, in mail you see the html source as plain text [....] echo '<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
2010 Oct 15
1
grep pattern x, but not pattern y on the same line
Hi folks I have the command "find . | xargs grep 'mailx'", to search all files with "mailx" in contents. I wish to add a second condition that NOT contains string sven.aluoor at ubs.com on the same line. Every file which contains "mailx", but not the string sven.aluoor at ubs.com in the same line. cheers Sven
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks I have here a CentOS box where i need to setup cronjob (with session to remote Oracle instance). On the remote DB i have no access, expect limited user. How to avoid putting passwords in shell scripts? The solution doesn't need to be perfect, only better than plain text passwords in scripts. Mostly remote host only support password authentication (no certificates and so on).
2011 Apr 13
3
SQL*Plus output as PDF [Linux]
Hi folks I generate with SQL*Plus a CSV file. How to convert this to PDF? Or more generally: how to get SQL*Plus output to PDF on Linux? cheers Sven
2011 Sep 20
1
sudo wildcards problem: for every argument a *-wildcard? Better solution?
Hi folks I allow the user tommy to run this command as root sudoCommand: /app/appname/connectors/*/*/current/bin/* With "sudo -l" he sees the sudoers, but is unable to execute. $ sudo /app/appname/connectors/zur/namename/current/bin/othername agentsvc --i --u root --sn 1m7command Sorry, user tommy is not allowed to execute
2016 Sep 21
4
Using keepass on Centos 6
On Wed, September 21, 2016 4:30 pm, Keith Keller wrote: > On 2016-09-21, Gordon Messmer <gordon.messmer at gmail.com> wrote: >> On 09/21/2016 11:30 AM, H wrote: >>> You are right, I'll look at it again. Let me ask, what other password >>> managers are people using, if any? >> >> >> I use keepass, but I know people who like: >> >>
2017 Sep 16
9
KeePassX replacement
I have been using the KeePassX password manager on CentOS 6 and 7 for some time and it works pretty well. On my Windows machine I use KeePass which offers a number of features missing from KeePassX, I also sync the database between several machines, including Android units where I use keepass2android. Database compatibility is thus required. KeePassX, however, does not seem to be maintained any
2017 Sep 18
4
KeePassX replacement
On Sat, September 16, 2017 1:45 pm, Yves Bellefeuille wrote: > H <agents at meddatainc.com> wrote: > >> I have been using the KeePassX password manager on CentOS 6 and 7 for >> some time and it works pretty well. On my Windows machine I use >> KeePass which offers a number of features missing from KeePassX, I >> also sync the database between several machines,
2016 Sep 21
2
Using keepass on Centos 6
On 09/21/2016 11:30 AM, H wrote: > You are right, I'll look at it again. Let me ask, what other password managers are people using, if any? I use keepass, but I know people who like: https://www.passwordstore.org/
2016 Sep 20
3
Using keepass on Centos 6
Is anyone running keepass on C6? I have a rather large password database under Windows that I want also to use on my Centos systems. It seems that keepass is not available, it relies on mono and there may be bugs. Googling also seems to suggest that I should download the source code and compile to install. The nux repository seems to have a version for C7, but not for C6. Many suppositions and
2016 Sep 21
5
Using keepass on Centos 6
On 09/21/2016 09:16 AM, H wrote: > I wish there was one, it makes all the difference by allowing automated login to websites. Maybe you should take another look at keepass, then? Mono is available in EPEL. keepass runs reasonably well in it. keefox should work as expected. The technical barriers here are .. basically non-existent.
2016 Sep 21
4
Using keepass on Centos 6
On 09/21/2016 06:50 AM, H wrote: > Thank you, downloaded and installed keepassx2 from EPEL since keepassx seemed to suffer from a bug per the home page. Which URL describes the bug? > The database opened fine but unfortunately the KeeFox extension for Firefox does not seem to be compatible... KeeFox, AFAIK, is an extension that interfaces with Keepass, the .Net application. KeepassX
2006 Aug 04
3
Password Strength Meter, Password Strength Validation
Has anyone seen or created a password strength meter, or password strength validator (like at hotmail''s sign up)? Examples would be great! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060804/14a94764/attachment.html
2009 Jan 20
1
default stty profile settings in CentOS
Hi folks [Please CC me, I am not on the list] I am here at a customer who have this in profile (.cshrc): stty erase "^H" kill "^?" intr "^C" Backspace clears the hole command line. How is the CentOS default? kind regards Sven
2008 Nov 03
3
[rsync -avz] total size/disk usage difference between source and destination
Hi folks We migrated storage from local disk to SAN with: # rsync -avz /mnt/lvol00045/* /lvol00045 Why there is a difference in size? How to explain this? Do we have inconsistency? What we did wrong? [...] /dev/mapper/vg01-lvol00045_old 10321208 3930336 6286016 39% /mnt/lvol00045 [...] /dev/mapper/vg01-lvol00045 10321208 3163852 6633068 33%
2010 Jan 21
1
[PKI concepts] Why Jboss need (signed cert and) root-cert in PEM format?
Hi folks [ Please add me CC. Thanks ] We have here a Jboss app and web server. We signed the SSL-certificate that end-user don't have ugly error messages. I don't understand why we need to import the Root-Cert in PEM format? $ keytool -import -trustcacerts -file rootcert.pem -keystore myserver.keystore -alias root The Root-Cert is in web browser, why there is a must to import in
2008 Sep 22
1
ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct
Hi folks, We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc): # ./install811.sh Saving user-defined agent thresholds... [ Done ] Checking system for required packages... [ Done ] ./hpplduioss: error while loading shared
2016 Sep 22
2
Using keepass on Centos 6
On 09/22/2016 11:38 AM, H wrote: > It seems this is only for C7? Why do you think that? I checked an RHEL 6 system for the required mono packages.
2008 Dec 27
2
KeePass under WINE in Ubuntu
I am relatively new to Ubuntu and I seem to have hit a brick wall on this one. I am a KeePass user on Windows (which I am trying to flee ASAP). I installed KeePassx (from the Ubuntu library) and started using it with a copy of my Windows .kdb file. Everything seemed fine, except that the autotype (both from the drop down menu within KeePassx and the Ctl-Alt-A) did not work. Thinking that this