Software :: Password Generator For FTP Accounts?
Feb 9, 2010
Not sure if this goes here or under Security, however, I have hacked together some code from two different sources to make a password generator for FTP accounts.Question: How will the "strength" of an eight character password generated by the following code compare to a human generated eight character password? Will they be equally as strong?Is reading from /dev/urandom good/better/worse then just using RANDOM()? Will "salting" either result add more "strength"?Password Generator.
[Code]...
View 11 Replies
ADVERTISEMENT
Feb 19, 2010
Is it possible to completely disable the password change for users accounts in linux?? (I don't mind account lock)
View 2 Replies
View Related
Apr 5, 2010
I would like to restrict a few selected accounts to minimum of 15 characters passwords. Other accounts,however, should still be able to login with 8 character passwords. This is in RHEL 5. Does anyone know how to go about it? I have checked PAM documentation and pam_cracklib.so has an option minlen. As per its documentation, minlen can force users to use 15 characters, but it forces every account on the system. I might be wrong too.
View 5 Replies
View Related
May 12, 2011
I am using CentOS 5.6 and recently, well since I updated to 5.6 when I login through ssh/telnet I am prompted to change the password of any account which is my LDAP directory. Local accounts are unaffected. I haven't tried the console as this server is tucked away in a tiny room. This is really annoying because I don't want to run password expiry on that server and I'm sure that there's nothing in LDAP to indicate password expiry is on. My shadowmax is 9999 by default for every account..which is over 27 years I think. It's only started recently. I'd like to know how I can turn the expiry message off. I'd like to get rid of cracklib as well.
my etc/pam.d/sshd is
#%PAM-1.0
auth include system-auth
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke
session include system-auth
session required pam_loginuid.so
View 6 Replies
View Related
May 17, 2010
I use gnome password manager. It stores encrypted passwords in the ~/.gpass directory.I have 2 users, johnny, and audio. My default gpass setup is at /home/johnny/.gpass I've created a group called gpassusers and added johnny and audio. I chgrp'd /home/johnny/.gpass to gpassusers. I chmod'd /home/johnny/.gpass 770 (to give group access) I then created a symlink as follows
Code:
ln -s /home/johnny/.gpass /home/audio/.gpass
when I try to cd into /home/audio/.gpass I get
Code:
audio@picard:~$ cd .gpass
bash: cd: .gpass: Permission denied
for sanity's sake, here's the ls of johnny's home directory
Code:
drwxrwx--- 2 johnny gpassusers 4096 2010-05-17 19:34 .gpass
and here's the ls of audio's home directory
Code:
lrwxrwxrwx 1 audio audio 19 2010-05-17 19:34 .gpass -> /home/johnny/.gpass
and just to verify groups are set up properly
Code:
audio@picard:~$ groups audio
audio : audio adm dialout fax cdrom floppy tape dip video plugdev fuse admin gpassusers
audio@picard:~$ groups johnny
[code]....
View 5 Replies
View Related
Jul 18, 2010
I am trying to emulate a .bat file I have on Windows. The script turns all the mp3 files into a m3u file.So far I have found the command "ls -1 >playlist.m3u *.mp3" this works great but what I want is to drag a file into the folder an album is in and then double click and it will run the command. I tried making a launcher and put that command on it, it seems to open up a terminal window but no playlist.m3u is generated. Could you tell me what I am doing wrong?
View 5 Replies
View Related
Mar 3, 2011
I have been trying to teach myself some html. but most of the tutorials are so dry i cant concentrate long enough to read them.I normally do minor tech support for friends and fam it was suggested i make a webpage but i dont know html I think i need to start over cuz i used a HTML generator and i dont think its as organized as it could be all i really need now are some images maybe a banner ive been lookin at how to add images to my html but im having issues getting it positioned and most of my text is on the left of the page
dont laugh i like to consider my self quite computer literate but im a horrible noobin when it comes to HTML im not looking to build a site, just a simple webpage i got some help here earlier but it was mostly links to more Tuts
View 8 Replies
View Related
Jan 18, 2010
I downloaded GENSEN topology generator i got everything as .cc and .h files but i dnt know how to run GENSEN topology generator in NS2..?
View 1 Replies
View Related
Apr 29, 2010
Is there a way to put VLC as default thumbnail generator for Videos in Nautilus?. I removed totem from system because i never use it..
View 1 Replies
View Related
Jan 7, 2011
I have a server Ubuntu 10.04.1 and I have a medical site in this server (openemr).Due to medical data in that site/server I want to implement a OTP (one time password) for accessing the sites folder.And if there is any Android or any other smartphone OTP generator?
View 2 Replies
View Related
Mar 4, 2011
I installed ISE 12.2 DSP edition trail version and I have matlab 2009b edition. After a brief search I found [URL] this. But directory hierarchy is different in 12.2 than that of mentioned in that forum link.
I have installed matlab at /home/trans/Matlab and xilinx at /home/trans/Xilinx. Though I have sysgen_startup.m at /home/trans/Xilinx/ISE_DS/ISE/sysgen/util if I try to run sysgen by using command "./sysgen" I get error as
ERROR: Could not find SysGen startup script at "/home/trans/Xilinx/ISE/sysgen/util/sysgen_startup.m".
As per the above mentioned link I found sg_config at /home/trans/Xilinx/ISE_DS/ISE/sysgen/bin/lin and used command "./sg_config -install_to_matlab /home/trans/Matlab" I get message like this
[Code]....
I didn't understand the above error. I have chosen matlab workspace as /home/trans/Documents/MATLAB but I haven't pointed anything to that location.
So finally how do I set environmental variables at /home/trans/Xilinx/ISE_DS/ISE and how do I get sysgen to work? I installed ISE from the DVD which I got from xilinx
View 1 Replies
View Related
Jan 10, 2009
I just tried booting SUSE 11.0, but the system stops at the point it shows "initializing random number generator". I have left the system running at that point for almost 2 hrs, with no way to get past that. System isn't locked up. It has never done this before. How do I fix this?I have also tried failsafe booting, but it stops at the same spot also.
View 3 Replies
View Related
Sep 8, 2010
I'm running Ubuntu, with the Gnome desktop. I need a tone generator that will allow me to generate a timed sequence of tones. To be more specific, I need to be able to do something like a one-second 457.9 Hz tone, followed by a three-second 368.5 Hz tone. Is there anything out there that can do what I need?
View 8 Replies
View Related
Sep 22, 2010
I have been using PHP to interface with MySQL and display information. Now, I want to printout reports; similar to MS Access does. I also need to run queries to do calculations and processes everyday. I normally have to do this by hand, but its taking too much time and I want to automate it. I would like to know if there is a free (or open source) linux program that will run daily scripts automatically alike a schedule and also print reports and/or output the data in a file (PDF, Spreadsheet, Document, etc). I also want to know if there is a free (or open source) linux program that will monitor these processes similar to Cronicle Redwood Explorer in windows land.
View 1 Replies
View Related
May 18, 2011
i could find is crunch2.9 password generator but at the moment it does not suport the function that i am looking for. My aim is to generate : 10-character combinations of the following characters (lowercase) 23456789abcdef with no more then 3 same letters repeates no metter side by side or within one line (sequence) so lets say
abcdef1234 accept
fabcde1234 accept
ffabcd1234 accept
which is probably permutation with repetable string ( where abc is not equeal to cba etc .so ti speak position does metter)
fffabc1234 not acceptable -----(3 same characters)
ffabcf1234 not acceptable -----( 3 same characters event thought not side by side)
so generally we dont want 3 same characters apper in same line.
View 3 Replies
View Related
May 16, 2010
I'm recompiling my kernel on a dell latitude c600 running lenny as I type, and it's taking forever, so far upward of 4 hours.I think I'm getting drivers for ever piece of computing hardware since the univac So I googled "a kernel conf creator" and got [URL]... Its a nice, clean method for finding what hardware your using... you just run lspci cpuinfo make xconfig and put in all the info yourself. So I was thinking: this is exactly the kind of dull, repetitive behavior that computers were made for. Is there a program that can find my hardware info, and make the.config itself, with very little user input?Or should I reinstall debian on another partition and steal the .config from it? Or should I man it up and do it myself?
View 14 Replies
View Related
Jan 18, 2010
i need a topology generator in which all the parameters for the topology should be got and the network should be generated for sensor networks
View 2 Replies
View Related
Jun 3, 2010
I am getting following errors when i run "make" to compile kute traffic generator:
[root@localhost kute-1.4]# make
make modules
make[1]: Entering directory `/kute-1.4'
make -C /lib/modules/2.6.33.3-85.fc13.i686.PAE/build SUBDIRS=/kute-1.4 modules
[code]....
View 8 Replies
View Related
Dec 11, 2010
I have never worked with databases before, and would like to create one to be a "workout generator." i.e. have a name of workout, list of equipment, list of exercises, and instructions. Then be able to search by any of the above parameters (for example dumbells and pullups) to get a list of options. I assume a relational database is my best option, but my brief looks at SQL etc they seem quite complicated. A GUI frontend and good documentation are highly desired. GTK is also preferred.
View 6 Replies
View Related
Jun 2, 2011
I would like to introduce you a program made by me. It is a slack-desc generator. In which you enter the parameters for the file, like: the name of the program, nome of the homepage, a short description and a long description. Hope you like the programEDIT:i've uploaded my program to github. If you want the source you can download it atSorry because not everybody has a github account ill post the link for the program (via megaupload), here it is:
View 5 Replies
View Related
Aug 4, 2010
I am using Ubuntu 10.04 with Amarok 2.3.1 and I am having some problems with the Automatic Playlist Generator. I have not found my solution on these forums and I have searched google, and I am fairly new to using Amarok 2.
Every time I use the Automatic Playlist Generator, only 30 tracks are introduced into the playlist. Why is this? I don't want a limit to the amount of tracks which are selected.
View 1 Replies
View Related
Apr 1, 2011
I'd like to somehow connect a serial port to a headphone jack, plug it into the geiger counter and literally dump random noise from the geiger counter into the entropy pool used by /dev/random
View 7 Replies
View Related
Aug 11, 2010
I am trying to make a random sentence generator in perl. So far I can loop it x times to make a fixed quantity of words, but I don't want to do that. Or I can let it go on until I hit ctrl-C :/
I want to have it so that when it reaches a word with a sentence terminating punctuation mark it stops.
My attempt to do that was with:
This is doing the woooosh text until ctrl-C thing...
Now however I am not sure how I can cut off everything after the punctuation mark (when it exists).
View 1 Replies
View Related
Jan 20, 2010
how to vary energy levels in gensen topology generator?seed parameter means?
View 2 Replies
View Related
Feb 27, 2009
I have some videos I am looking to share and post to a couple of places. I am looking to preview to the potential downloaders the file quality, plus some statistical info. In Windows Media Players Classic, as shown in my example here, you have the length of the video, file size, file name... and in each frame preview you have a time stamp stating at what part of the video the from is from.is there a program in linux that can do this for me? That can generate the same (or maybe more) info automatically?
View 3 Replies
View Related
Apr 6, 2011
So, if i want to embed a video stream on my site and use the one that the company provides, it has ugly colors that clash with my website.And, if i do Internet searches for a customizable one that allows color changes, the results i get are to download windows programs.Can you direct me to on on-site code generator or a linux download that generates color-customizable FLV/SWF shockwave flash Players? So that i may use my own Embed GUI with the proper color that matches my website. I cannot seem to find one on my own.
View 3 Replies
View Related
Jan 8, 2010
hello i am trying to change my password, but when i type in the new password i get this:"The password is longer than 8 characters. On some systems, this can cause problems. You can truncate the password to 8 characters, or leave it as it is."my question is what kind of problem could i get and how can i change so i have to log in every time i start the computer?
View 9 Replies
View Related
Aug 26, 2009
when ever i give yum update am geting this error. failed to use search generator: failure:repodata/318b9912817ec3309c6defc47d79e878c52a21fd1457d191bb ff060fdb7f7f8d-primary.sqlite.bz2 from rpmfusion-free-updates: [Errno 256] No more mirrors to try. I was trying to install tomcat using yum. Is there any way i can install tomcat other than yum utility. I downloaded he zip folder for tomcat which i downloaded from apace tomcat site.
View 2 Replies
View Related
Aug 7, 2010
I have Ubuntu 9.04 installed on my computer, and I need some sort of oscilloscope or function generator. In the Windows world, there is a free program here. Is there a similar program in Linux?
View 2 Replies
View Related
Jan 14, 2010
After months of consideration I finally decided to replace TheBat with Thunderbird 3.1 but I did not get far as I cannot even add an account.I have some gmail accounts and whey I try to add them, Thunderbird greenlights Incoming and outgoing servers, but then it circles endlessly at username. It happens with all my gmail accounts (IMAP is enabled).
View 6 Replies
View Related