Search Results - JustLinux Forums


Search:

Type: Posts; User: miteycasey

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    911

    Setting login standards

    I'm trying to setup rules/standards for logging into a server and passwords.
    In solaris the files are in /etc/default mostly login and passwd.
    In AIX it's kept all over the place in /etc/security....
  2. Replies
    8
    Views
    2,516

    Try this just to prove it's working. * * * * *...

    Try this just to prove it's working.

    * * * * * /bin/echo crow2icedearth >> /tmp/crow2icedearth
    * * * * * /bin/date >> /tmp/crow2icedearth

    then see if anything is output to /tmp/crow2icedearth
  3. I like(ran as root): find / -size +1000000c -ls...

    I like(ran as root):
    find / -size +1000000c -ls | awk '$3 !~ /d.*/ {print $7,$11}' | sort -rn
  4. Replies
    11
    Views
    1,403

    more info

    I have 100 servers and a new sysadmin comes onto the job.
    Can I write a script that I can execute on ONE machine and add him to multiple machines? I can connect multiple ways(nfs,telnet,ssh).

    an...
  5. Replies
    4
    Views
    1,572

    Adding user to multiple machines

    I'm wanting to add a user to 100+ machines, but I dont' want to login to each machine.
    Any recommendations on what would be the best place to start to write a user add script like this? The part...
  6. Replies
    1
    Views
    745

    I found my answer here:...

    I found my answer here:
    http://www.siliconvalleyccie.com/linux-hn/network-linux.htm

    I keep forgetting about http://www.google.com/linux
  7. Replies
    1
    Views
    745

    forcing interface to 100/full

    I currectly have an interface that is autoneg(the switch is autneg as well), but the interface is going to 100/half on boot.

    How do I force Linux to use 100/full????
    I'm using a 2.6 kernel with...
  8. Replies
    5
    Views
    2,337

    I resolved the issue by performing a for...

    I resolved the issue by performing a for statement instead.

    for i in /etc/syslog.conf cat /etc/syslog.conf | grep $a| awk '{print $2}'`
    do
    if [[ $i != "1" ]]; then
    if [[ $i != "2" ]] ; then...
  9. Replies
    5
    Views
    2,337

    grep statment in ksh returning 2 values

    I'm grepping a file and then I'm trying to compare the output to a string.

    ex.
    syslog.conf has
    my_val 1
    my_val 2

    code:
    A=`grep my_val /etc/syslog.conf | awk {print $2}`
    if...
  10. Replies
    2
    Views
    690

    I'm creating a script to clone, but I have to do...

    I'm creating a script to clone, but I have to do it off of cdrom media. I can not do it on a jumpstart server.
  11. Replies
    2
    Views
    690

    backing up /dev

    I'm trying to backup my /dev directory. cp and tar will not work. Any other suggestions?
  12. Replies
    2
    Views
    20,203

    /etc/login.defs v. /etc/pam.d

    How can I tell with method of login I'm using?
    I'm trying to set a password minimum length to 8 but I can't get it to work.

    [root]cat /etc/login.defs | grep PASS_MIN_LEN | grep -v "#"...
  13. not CS but funny.

    the setup:
    I was in a Calc. 2 class of 20. Being in MIS I found it weird but hey. Of course I was in there with about 15 engineering students so the course was taught at that level.

    The plot:...
  14. Replies
    10
    Views
    1,093

    I've done this before and when I look at code I...

    I've done this before and when I look at code I can tell you what it does even if I dont' knwo the language. But when I sit down and create orginal code I'm unable to recall the syntax to make.
  15. Replies
    10
    Views
    1,093

    help learning perl

    I've attempted to start learning PERL...for the third time.

    What is the best way to learn a language? I always had a hard time with it in college and usually got a 'C'.
    What I do learn I forget...
  16. Replies
    1
    Views
    412

    oracle question

    Is there a command I can run to find out what version of Oracle is installed?

    <rant>I love getting DBA questions as a sysadmin especially since this isn't a box I support.</rant>
  17. Replies
    1
    Views
    1,509

    Sendmail directory structure

    What is the default directory for sendmail to store incoming mail?
    Is it like /var/mail?

    Thanks,
    john
  18. Replies
    11
    Views
    860

    They reload it from an image. I was thinking...

    They reload it from an image.
    I was thinking just write 1 and 0 to the same sector of the hard drive, or myabe curpt the firmware. But that is way above my programming skillz
  19. Replies
    11
    Views
    860

    Well it seems the defrag and chkdsk trick doesn't...

    Well it seems the defrag and chkdsk trick doesn't work any more. I guess its back to the shop for this lapop.
  20. Replies
    11
    Views
    860

    WHat do you think of just shaking the bejesus out...

    WHat do you think of just shaking the bejesus out of the thing?
    I'm not sure I can do this long enough since I'm sooo out of shape. :)
  21. Replies
    11
    Views
    860

    The TAs are good but a little smug. I need to...

    The TAs are good but a little smug. I need to destroy the disk. If I just curpt the partition then they will just reload the machine, wipe the mbr, and all I've done is pissed them off more.

    I'm...
  22. Replies
    11
    Views
    860

    crashing a hard drive

    The setup.... I have a laptop running windows 2000 pro and it has a bad hard drive(loud clicking, too many reads, etc.).

    But the machine will run for say an hour then it really slows down. If you...
  23. Replies
    6
    Views
    1,105

    Go here: http://www.levenez.com/unix/ I think...

    Go here:
    http://www.levenez.com/unix/
    I think its the bomb.
  24. Replies
    36
    Views
    4,522

    You are not a newbie when you can solve most of...

    You are not a newbie when you can solve most of your Linux problems with anyone's help.

    Newbies ask for the answer before trying to solve/find the answer themselves.
  25. Replies
    23
    Views
    1,763

    Go to monster and do some research on salaries...

    Go to monster and do some research on salaries etc.
    If I had it to do over I would become an Oracle DBA instead of a Unix Systems Administrator.
    My order of choice would be:
    1) C/C++ programmer...
Results 1 to 25 of 181
Page 1 of 8 1 2 3 4