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: *

  1. bluelake

    how to write this script?

    Thank you all, With all of your hints, I also got an awk way: awk '/PKGINST/ {printf $0"\t"}; /VERSION/ {print $0}' f1 There are only 10 types of people in the world: Those who understand binary, and those who don't
  2. bluelake

    how to write this script?

    I have a file which reads like: PKGINST: LGTOclnt VERSION: 6.1.1.Build.238 PKGINST: NSCPcom VERSION: 20.4.70,REV=1999.10.13.17.54 PKGINST: SMCcvs VERSION: 1.11.5 PKGINST: SMCossh VERSION: 3.4p1 PKGINST: SMCossl VERSION: 0.9.6g how can I write a script to...
  3. bluelake

    help:problem with installing "database configuration assistant"

    Thank you, juliane26. I just followed that documents too, but the problem is still there... $ uname -a Linux claude 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux $env TERM=xterm NLS_LANG=AMERICAN QTDIR=/usr/lib/qt-3.1 USER=oracle...
  4. bluelake

    help:problem with installing "database configuration assistant"

    I have installed oracle920 successfully on my rh9 linux. during that installation, I have not install the optional configuration tools. when I issue the command 'dbca' to install database configuration assistant afterward, it had pended at progress 93%(step4.completing database creation) for...
  5. bluelake

    postfix's authentication problem

    the authentication daemon that cyrus sasl2 uses(saslauthd) is different from that of cyrus sasl1 (pwcheck,pam,sasldb,shadow)which is the default package for rh9. I download the source file of sasl2 and install it by the below steps: tar -zxvf /root/cyrus-sasl-2.1.12.tar.gz cd cyrus-sasl-2.1.12...
  6. bluelake

    postfix's authentication problem

    hmmm, I think I have solved that problem,and my openwebmail works well with postfix and sasl2. I run the client and server on the same box, so the client did not need smtp authentication. when I did test on another machine, the client had to be authenticated before it could send mail. perhaps...
  7. bluelake

    postfix's authentication problem

    hi, all, I'v installed postfix with sasl authentication successfully, it seems work well: the client can not use postfix server to send mail if the client can not pass smtp authentication, this is what i expected. but when i config my client not use smtp authentication, it still can send mail by...
  8. bluelake

    dangerous but powerful software 'softether'

    A star for you, Alex. I do not know japanese either. thanks for your explanation. It seems just as its name soft ether. There are only 10 types of people in the world: Those who understand binary, and those who don't
  9. bluelake

    dangerous but powerful software 'softether'

    Thank you for your quick response,Alex. :-) Then all the firewalls look like nominal, doesn't it? how can system admin trace those abusing of softether? There are only 10 types of people in the world: Those who understand binary, and those who don't
  10. bluelake

    dangerous but powerful software 'softether'

    anybody has some info/comments about it? There are only 10 types of people in the world: Those who understand binary, and those who don't
  11. bluelake

    UTF8 lost

    Now, I have modified my /etc/sysconfig/i18n file as below: LANG="en_US.UTF-8" SUPPORTED="en_US:en" SYSFONT="latarcyrheb-sun16" SYSFONTACM="iso01" The system do not complain anymore, but the fonts still looks weird, I have tried all types of fonts from KDE...
  12. bluelake

    UTF8 lost

    Hi, fellows: I have run a redhat linux 9 and I accidentally lost the utf8 file, then all displayed fonts looks weird in the system. Both the 'boot.log' and the 'messages' have the below line: 'utf8: No such file or directory' What should I do? How can I get the utf8 back? Thanks in advance...
  13. bluelake

    ftp and Subdirectories

    imho, you have to use another ftp client tool such as "ncftp" which can download all files and subsidiary-directories. ncftp can be aquired from: http://www.ncftp.com good luck! There are only 10 types of people in the world: Those who understand binary, and those who don't
  14. bluelake

    How can I change from regular "user" to "root" ID within the

    sudo can do this. you have to edit the /etc/sudoers to enable the normal user execute the root command. if you use 'su' only, then you have to install a 'expect' tool which enable your shell scripts to interactive with your system , then it can enter the password automactically when a password...
  15. bluelake

    problem with an english article

    is today's evening your western's christmas eve? well, wish all you gals/guys a merry christmas and can get double salary next year :D There are only 10 types of people in the world: Those who understand binary, and those who don't
  16. bluelake

    problem with an english article

    happy to see your generous replies which encourage me to go on learning english. it is never late to learning something, where there is a will, there is way, also, there are friends, there is way, great appreciate your advices. :D There are only 10 types of people in the world: Those who...
  17. bluelake

    problem with an english article

    well, thank you gals/guys for your explanation, though this might not the right place i should put the post on, however, your illustration makes me knowing this is something about old fashion english or a poetry with some typo. :D thanks hmmm, and as far as 'obstacle' is concerned, i think it...
  18. bluelake

    Routing Table Basic Info

    hmmm. there is also a new tool named iproute2, which works great under linux: ftp://ftp.inr.ac.ru/ip-routing/iproute2-current.tar.gz for example,below command is equivalent to netstat -rn: [root@claude root]# ip route show 10.167.34.0/24 via 10.167.34.26 dev eth0 scope link 127.0.0.0/8 dev lo...
  19. bluelake

    problem with an english article

    hi,buddies, i'v happened to read below article in an english learning forum,i can not catch its exactly meaning, actually, i wonder whether it is native english. so i relay it here to consult you guys for help,can you explain the exact meaning for me? any help will be appreciated...
  20. bluelake

    Password - One time usage

    well, there is a time based way to make the password expired, admintool can make it. as your requirement is concerned, hmmm, i think a shell script may do this, when the user logged in, isuue a .login script to unlock his account or whatever else, apparently, you should enable some scripts' a...

Part and Inventory Search

Back
Top