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 Wanet Telecoms Ltd 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: chz013
  • Content: Threads
  • Order by date
  1. chz013

    C network programming compile questions

    Following code is shown: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> int main(int argc,char **argv) { int z; /* Status return code */ int s[2]; /* Pair of...
  2. chz013

    /etc/services and inetd.conf

    Hi I have a server code that listens on port 3000 and I have in /etc/services test_server 3000/tcp and in /etc/inetd.conf test_server stream tcp nowait root /usr/mlc/tools/server I rebooted the Solaris box and when it's up, I tried telnetting from a different host to this server host...
  3. chz013

    jdbc

    import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; import javax.swing.*; import javax.swing.event.*; import java.sql.*; public class updateCronFiles { public updateCronFiles() throws Exception { try { System.out.println(&quot;Hi &quot;)...
  4. chz013

    invoke script from Swing - How

    Hi I like to automate a dial-up process from unix with GUI as the front-end for a user. Is anyone willing to share on how I could achieve that ? I'm not sure how in actionPerformed(ActionEvent e) implementation that I could invoke this script to dial-up from unix via modem to a remote access...
  5. chz013

    A message queue created by a task o

    A message queue created by a task on a server on IP address 192.168.1.1; I like to write a java client application (on IP address 192.168.1.2); 1 - how is JMS different from the message queue created by a Solaris task ? 2 - I need help/guidance on how to read messages in message queue, which is...
  6. chz013

    java registry problem

    I have the msg C:\Documents and Settings\test>java -version Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' has value '1.2', but '1.4' is required. Error: could not find java.dll Error: could not find Java 2 Runtime Environment. and I cant run a java program. What is...
  7. chz013

    message queue and Java

    A message queue created by a task on a server on IP address 192.168.1.1; I like to write a java client application (on IP address 192.168.1.2); 1 - What's the basic concept of using message queue ? 2 - is there a code example on java network programming where I could retrieve message from the...
  8. chz013

    shell script or awk for automated fields checking ? need help

    I have a record that is like this below; records like this are delimited by --- lines; I need to write a bash script that automatically checks for almost all the fields defined on each row; 1- Is it difficult to write a shell script that processes these records and checks each field in each...
  9. chz013

    shell script or awk for automated fields checking.

    I have a record that is like this below; records like this are delimited by --- lines; I need to write a bash script that automatically checks for almost all the fields defined on each row; 1- Is it difficult to write a shell script that processes these records and checks each field in each...
  10. chz013

    embedded programming on Linux

    Hi I like to learn embedded programming with Linux on a mobile phone. Could someone point to me where I do that ? I'm a newbie to programming on embedded device. Is there a cheap way ($ wise to purchase hardware) to learn embedded programming on Linux and other platforms. Are there hard...
  11. chz013

    embedded programming

    Hi I like to learn embedded programming with Linux on a mobile phone. Could someone point to me where I do that ? I'm a newbie to programming on embedded device. Is there a cheap way ($ wise to purchase hardware) to learn embedded programming on Linux and other platforms. Are there hard...
  12. chz013

    snmp app example in Java

    Hi Could anyone tell me where I could find a simple example of using java implementing a simple snmp application ? Thanks alot!
  13. chz013

    Hi I have a main program script

    Hi I have a main program script that calls another program in another file. After picking a number, this selected array element isnt passed back to the main program. 1 - How do I get the echo_test script to pass back the selected array element to the main program so that the main program can...
  14. chz013

    mysqldump

    Hi In mysql, I create a database with a statement; I already have database named two mysql> create database one; Outside of mysql, I type ->mysqldump --opt two > backup-two.sql ->mysqldump one < backup-two.sql -- MySQL dump 8.21 -- -- Host: localhost Database: one...
  15. chz013

    Rename/Create Database from Existing Database

    Hi 1- Is there a command to rename an existing database ? 2- If not, how does one create a new database from an existing database ? could you show me the steps? Any help is appreciated. Thanks
  16. chz013

    Open Source Visual Molecular Modelling software ?

    Hi I'm not sure if this is the correct place to ask this question. I like to know if anyone knows if such a software exists for linux platform. (ie Open Source Visual Molecular Modelling software ?) any help is appreciated.
  17. chz013

    bash - LOGNAME

    Hi Is LOGNAME a bash internal variable ? Thanks
  18. chz013

    SYSTEM account

    Hi Is there a way to find out in sqlplus what the password for SYSTEM account is ? Or is there a default password used during installation ? What would it be ? I cant create user using SYS account.
  19. chz013

    Need to setup Database ?

    Hi I'm new to oracle. Must I create a database before I could create tables for practice ? this is my experience with mysql. Any help is fully appreciated.
  20. chz013

    Where to learn Crystal Reports

    Hi I'm looking to learn more about Crystal Report. Could someone point to me where I can find a free tutorial on this ? Thanks

Part and Inventory Search

Back
Top