Find the answer to your Linux question:
Page 199 of 591 FirstFirst ... 99 149 189 195 196 197 198 199 200 201 202 203 209 249 299 ... LastLast
Threads 3961 to 3980 of 11812

Forum: Programming / Scripting

Request help with C/C++, Perl, PHP, Python, Ruby, Bash Scripts, or other Linux programming/scripting related issues

  1. Qqdevelop & qt4

    I want to write my own advanced html editor and was wondering if I had to delcare variables for File New Save Open Save As, or how would I do those? ...

    Started by richm8026, 07-09-2009
    • Replies: 2
    • Views: 278
    07-10-2009 Go to last post
  2. mmap with map_shared option an jffs2

    Hi, I'm developing on PXA300 (with flash memory formatted with a JFFS2) a program that use mmap whit MAP_SHARED argument. The program use this to...

    Started by sandro76, 07-07-2009
    • Replies: 5
    • Views: 1,905
    07-10-2009 Go to last post
  3. Need help in parsing XML file

    Hi, Need help in parsing xml file using shell script and generate report in a PDF file Xml file input <report> <student name="x" father...

    Started by madhi, 07-09-2009
    • Replies: 1
    • Views: 376
    07-09-2009 Go to last post
  4. [SOLVED] Clear history in bash

    Hello! When I'm in a terminal I can type history -c, and all the typed commands for a given user will be cleared. Is it possible to do the...

    Started by ADFC, 06-24-2009
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 10,127
    07-09-2009 Go to last post
  5. C++ Question on Data Abstraction

    Hello can anyone explain about : The diffrence between Data Abstraction and Encapsulation? Diffrence between default Copy Constructor and default...

    Started by madhuti, 07-07-2009
    • Replies: 4
    • Views: 458
    07-09-2009 Go to last post
  6. How to core dump of daemon process on linux

    Hi, I am using a server application running as daemon process, which gets crash after some time( 2 days), To identify the root cause area, i am to...

    Started by snav, 06-30-2009
    • Replies: 1
    • Views: 3,886
    07-09-2009 Go to last post
  7. Perl : hash reference values

    I have a problem with a hash reference. ... my $GetMsgDesc = {}; ... my $Buffer = MQGET($HConn, $HobjIP, $GetMsgDesc, $GetMsgOpts,...

    Started by bcostacurta, 07-07-2009
    • Replies: 2
    • Views: 889
    07-09-2009 Go to last post
  8. Testers for a bluetooth script

    Hello everybody My latest project is a bluetooth script that will automatically download files from a bluetooth device. I'm at a point where I...

    Started by Kieren, 07-07-2009
    • Replies: 2
    • Views: 703
    07-09-2009 Go to last post
  9. Complex Substitution - Stuck

    I'm trying to write a shell script that will prepare website resources for offline use. Basically, even once you have saved the entire web page, the...

    Started by egan, 07-04-2009
    2 Pages
    1 2
    • Replies: 11
    • Views: 821
    07-08-2009 Go to last post
  10. how can I log in to a remote system using a shell script!!!

    Here is my small script: Code: #!/bin/sh ssh 10.0.0.5 thepassword Now when i launch the script, it doesn't log into the remote system but...

    Started by ahmad2080, 07-08-2009
    • Replies: 4
    • Views: 1,333
    07-08-2009 Go to last post
  11. Bash with MySQL sintax

    Hi, i have this script below. When i execute it, i get these errors: 89.17.206.129 ERROR 1064 (42000) at line 1: You have an error in your SQL...

    Started by tirengarfio, 07-08-2009
    • Replies: 1
    • Views: 802
    07-08-2009 Go to last post
  12. Problema con "for" in a bash script

    Hi, im trying to write a script to check the port 22 of 4 IPs. IPS={89.17.206.180,89.17.206.185,89.17.206.186,89.17.206.187} for i in ${IPS}...

    Started by tirengarfio, 07-07-2009
    • Replies: 4
    • Views: 389
    07-08-2009 Go to last post
  13. Question equivalent of mknod

    Hi, one can use "mknod" to create an new device in the /dev directory in linux. But this is through the console. If I like to create a device,...

    Started by rinjo, 03-27-2008
    • Replies: 4
    • Views: 2,502
    07-08-2009 Go to last post
  14. while(dp=readdir(dirp)!=NULL) not working

    hey guys... while(dp=readdir(dirp)!=NULL) not working in my code can you help me out

    Started by rakesh_01, 07-07-2009
    • Replies: 6
    • Views: 1,354
    07-08-2009 Go to last post
  15. Question Perl substitute replace white space width maintain

    I have a file that looks like this: fv09 fv09-dev 5 y GRPLOAD V NONE 14 # fv09-Release jul0809 jul0809-dev 5 y GRPLOAD V NONE 14 #...

    Started by Sangal-Arun, 07-07-2009
    • Replies: 1
    • Views: 1,947
    tpl
    07-07-2009 Go to last post
  16. Need help - Bash script for file manipulation

    I'm kinda new at scripting, and I have the basics down, but here's a question I couldnt find an answer to: I have a long text file full of numbers...

    Started by Relar, 07-06-2009
    • Replies: 3
    • Views: 657
    07-07-2009 Go to last post
  17. Automate Script

    Hi, I am totally new in learning to write an Unix script. I want to automate the WebHTTrack downloading website process. I had tried to write a...

    Started by allensim81, 07-07-2009
    • Replies: 1
    • Views: 407
    tpl
    07-07-2009 Go to last post
  18. [SOLVED] C++ input validation help

    Hey, I'm trying to make a function to validate that integral values were entered on stdin. here is what I have. template <typename type>...

    Started by meton_magis, 07-07-2009
    • Replies: 1
    • Views: 694
    07-07-2009 Go to last post
  19. A script to check ports of a long range of IPs

    Hi, i want to create a script that will check the ports of a range of IPs. I could write all the IPs, but i have thought there is maybe a way...

    Started by tirengarfio, 07-06-2009
    • Replies: 1
    • Views: 364
    07-07-2009 Go to last post
  20. uh-uh - broke my server

    I was going through a hardening procedure from the Center for Internet Security: https://community.cisecurity.org/download/ The one for RHEL5,...

    Started by Mistoffeles, 07-02-2009
    • Replies: 3
    • Views: 457
    07-06-2009 Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •