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!

Recent content by orbiton

  1. orbiton

    filesize

    Thanks Ken I need to have the file size and file name in the bigfiles.txt, at the moment am only getting the file names when I do find / -size +50 > bigfiles.txt.. When I try find / -size +50 | ls -als|awk '{print $9,$5)' > bigfiles.txt it's not working
  2. orbiton

    filesize

    Thank you, how about if i want to know sizes from 50mb upwards or 100mb
  3. orbiton

    How to check filesize

    Hi I will like to find files that are above 1000mb on my system then append the file names into a folder for later vewing. Is it possible to get a script for this job? Thank you
  4. orbiton

    filesize

    Hi I will like to find files that are above 1000mb on my system then append the file names into a folder for later vewing. Is it possible to get a script for this job? Thank you,
  5. orbiton

    Log Analyzers Tool

    Does anyone know of a tool or has a tool that can do the following please Log Analyzers tool (Apache and IIS) not limited to: • Top IP client • Top authenticated client • Most popular web pages • Most Downloaded files • Top entry pages • 404 errors and other errors Options • Under $400...
  6. orbiton

    SCO Unix Netwrok Issues

    Am able to ping 127.0.0.1 my localhost and my network card 127.3.4.5 but am not able to ping the server my network. Any reason why.
  7. orbiton

    SCO Unix Netwrok Issues

    I have a sco server, when I run uname -a . I get SCO 3.2 2 How to I set up default Gateway on the server after power cut I have lost connectivity to the server via the network. when I type route add 127.3.4.5 127.3.4.5 255.255.0.0 I get add net 127.3.4.5 gateway 127.3.4.5 Network not...
  8. orbiton

    How to setup a network printer on sco ver 3.2.2

    I have download the Rico Aficio's script for SCO, the problem is when printing from the application the font size reduces, when printing a file from SCO it prints fine. How do I change the "cpi=sdn". I will like to increase it to 10 or 12. If that may help in the font size to increase on the...
  9. orbiton

    How to setup a network printer on sco ver 3.2.2

    Sorry Am sorry but I do not remember posting help for RICOH 1515MF printer. What's onnlcr? If you send more then 3 lines from UNIX, the printer only prints 3 lines and the rest of the line is not printed
  10. orbiton

    How to setup a network printer on sco ver 3.2.2

    Please advice, how do I configure the printer for mapping Lf to CrLf or send lines with carriage return + line feed. Below is my configuration file taken from [!]/usr/spool/lp/admins/lp/printers/printername/confguration[/!]
  11. orbiton

    How to setup a network printer on sco ver 3.2.2

    I used rlpconf [ul] I can print from the sco server, when users prints from an application on the server it prints only the first line.The rest of the line does not print. The printer is Richo 2020D. Would I need to install the drivers on the server?
  12. orbiton

    How to setup a network printer on sco ver 3.2.2

    Please advice on how to setup a network printer on a sco unix. I have inserted the IP address and the Printer Name into /etc/host. I can ping the printer from SCO Unix Please advice next set
  13. orbiton

    VNC on Solaris 8

    my vnc is install under /usr/local/bin/ I have done it, I now get "vncserver: couldn't find "Xvnc" on your PATH." This is my profile as at now. PATH=$PATH:/sbin:/usr/lib/hpnp:/usr/X/bin:/usr/openwin/bin/xauth:/usr/local/bin export PATH
  14. orbiton

    VNC on Solaris 8

    This is my root profile PATH=$PATH:/sbin:/usr/lib/hpnp:/usr/X/bin export PATH am still getting

Part and Inventory Search

Back
Top