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. nwardez

    local commands in ftp shell

    Hi, Try enclose your dd command with " " ftp> binary ftp> put "| dd if=/path/my_file_local" /path/my_file_remote
  2. nwardez

    tnsnames

    Hi, Did you check port number on which Oracle (on Win2000 server) is listening to ? Probably stupid, but is listener service started on Win2000 ? Can you connect to your database on Win2000 (in IPC or "remotely" with it's own tnsname) ? May also need to check sqlnet.ora file on Aix...
  3. nwardez

    sed editing of file with x\0a LF

    Hi, Try sed "s/^M//" filename > newfile You get "^M" by typing Control-V then Control-M.
  4. nwardez

    how to prevent ping?

    Hi, You can prevent Aix from responding to broadcast ping with "no -o bcastping=0".
  5. nwardez

    changing user owners by a script

    Hi, Maybe something more simple like: cd /usr/users for i in *; do chown -R $i:datau $i done
  6. nwardez

    Using RCP Command

    Hi, It has probable been checked before, but what do you have in "User can LOGIN REMOTELY" field (smitty user) ? It should be set to "true"
  7. nwardez

    Floppy Disk Images.

    Hi, Try a simple "dd if=/dev/fd0 of=/your_directory/msdos622.img"
  8. nwardez

    Linux IDE

    Hi, May have a look at http://anjuta.sourceforge.net
  9. nwardez

    repartitioning question

    Hi Venkman, Yes, you can safely delete the linux root partition and split it into 2 without detroying the xp's one. Nothing will be changed on partitions you don't touch. You will also need to create the new partitions in an extended one, as pc only supports 4 primary partitions per drive.
  10. nwardez

    RedHat Version and Patch Number?

    Hi BMW, For example, &quot;uname -a&quot; gives you something like Linux <hostname> 2.4.7-10 ... This means you run kernel 2.4.7 patch level 10
  11. nwardez

    Removing a file

    Hi, Have a look at http://weather.ou.edu/~billston/crontab
  12. nwardez

    script sh

    Hi, Remove all the &quot;;&quot; you put at then end of lines. They are usefull only if you have more that 1 instruction per line (for example: &quot;if [ blablable ]; then&quot; or &quot;for i in blablabla; do&quot;)
  13. nwardez

    Creating directories remotely

    Hi, rsh RemoteHost Command
  14. nwardez

    Tar

    From man page, I'd say you should add a &quot;.&quot; and write something like &quot;tar -cvf -C /etc .&quot;
  15. nwardez

    terminal count exceeded

    Hi Scott, May have a look at &quot;smitty pty - Change/Show Characteristics of the PTY&quot; and &quot;smitty tty - List All Defined TTYs&quot; and check if number of allowed terminals is what your expect
  16. nwardez

    Very Rare problem while login to AIX (RS6000) machine

    Hi, Do you get any error message in errpt ? Did you change anything in terminal definition (smitty tty) ?
  17. nwardez

    Is there such a thing as &quot;Virus Protection&quot; for Unix

    Hi, Have a look at &quot;Security / Virus Alerts&quot; section on http://rootvg.net/
  18. nwardez

    copy CDROM to filesystem

    There is a &quot;-o nocase&quot; option you can specify when mounting a filesystem. I've just play with it but it doesn't seem to be significant on JFS ...
  19. nwardez

    Memory

    Hi, Or /usr/platform/`uname -u`/sbin/prtdiag
  20. nwardez

    copy CDROM to filesystem

    yes, so what about the loop on the files copied if you want to acces them as uppercase letters ?

Part and Inventory Search

Back
Top