Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: A5k
  • Content: Threads
  • Order by date
  1. A5k

    Primary Key Question

    Is it possible to automatically take an auto incremented primary key, concat a prefix and place it into another column of the same table? I know this can be achieved in MS SQL using the Formula field in the Enterprise manager but I'm wondering if there's a similar way in MySQL. Thanks, Dave
  2. A5k

    FMPro 5 - Prevent browsing records

    Hi group, I'm creating a db in which I want my clients to be able to only input records and not browse them. The problem is when I go to the "Privileges" section I can't seem to disable the box, "Browse Records". No matter what combination I try, I always end with my clients able to browse...
  3. A5k

    Policy entry that disables Installation of programs

    Hi all, I'm hoping that someone out there can answer this question since I can't find an answer through past posts, through google or on microsoft.com. I have a win98 system that i'm trying to prevent users from installings programs (either d/l'ed or from media). Has anyone got a poledit...
  4. A5k

    Usability references?

    Hi group! I was wondering if anyone has come across any references to usability studies (online or otherwise).I've developed an application that runs within FileMaker Pro 5.0 and as such, my analysis of the "usability" of the application will be influenced by FileMaker. Thanks, Dave
  5. A5k

    Exiting via a script

    Hi all, I'm trying to write a script that, when completed will log the user out of their account. Any helpful hints ideas? pseudo script ls -al chmod 700 * exit It's the "exit" that I can get. I have to somehow exit the parent from a child...hrmmmm -a5k
  6. A5k

    telnetd logging

    hi all, I was wondering if Redhat 7.3 installs with logging enabled for telnetd. If so, where is the log file? If not, how would I go about logging all telnet attempts? thanks, -a5k
  7. A5k

    SuSE 8.1 LiveEval Woes

    hi all, I've recently downloaded and burned to CD, SuSE 8.1 LiveEval. When I run LiveEval I recieve 4 or more "Illegal instructions". It then finishes loading and I can login as root. From there I can do some stuff, but I can't even "ls -al" or "startx"!!!! Most of...
  8. A5k

    IE AutoComplete Encryption

    Hi all, I've posted this thread in the Microsoft: Internet Explorer forum on Monday (the 15th) and no replies, so I figured I'd try my hand at a forum that deals *with* security and not how to enable/disable it ;). Anyways, here we go... We all know and have read many articles saying that...
  9. A5k

    IE AutoComplete Encryption

    Hi all, We all know and have read many articles saying that AutoComplete should be disabled since a malicious user can gain sensitive data from this 'feature'. However all the documentation on AutoComplete states that the information is encrypted. Does anyone know what encryption scheme MS...
  10. A5k

    more specific replace method

    Hi all, I'm looking for a method like str.replace(char,char) but instead replaces only one instance of the value. ie: String str = "java"; str = str.replace('a','x'); output > jxvx What i'm looking for: String str = "java"; str =...
  11. A5k

    background script with user logged off

    Hi all, I was wondering if it was possible to design a script that would continue to run in the background after the user has logged off. The user would not have any root privlages. -a5k
  12. A5k

    displaying a string one character at a time

    Hi all, A relatively simple question. Let's say I have a String "Java" and I want to display it one character at a time (J(sleep)a(sleep)v(sleep)a(sleep)), how would I go about doing this in Java? -a5k
  13. A5k

    replacing whitespaces with carriage returns

    Hi all, I'm a newbie to scripting within unix. I'm using bash and ksh for my scripts. I want to know how to turn a file with a list of variable number of users so that it is columnar. $ users>>file user1 user2 user3 user4 $ script file user1 user2 user3 user4 Thanks, dAve
  14. A5k

    changed login script

    ok, I did a very stupid thing. I changed my login script and now the system won't let me back in. (groan) Is there ANY way to change it back to it's original without being root? The system is AIX v4 if it helps. thanks, A5k

Part and Inventory Search

Back
Top