Find the answer to your Linux question:
Page 204 of 591 FirstFirst ... 104 154 194 200 201 202 203 204 205 206 207 208 214 254 304 ... LastLast
Threads 4061 to 4080 of 11820

Forum: Programming / Scripting

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

  1. How to find user only process for a spesific program

    Hi, First of all actually I want to find out the working directory of a process. This can be easily found by pwdx pid But to find the pid of...

    Started by Farslan, 06-17-2009
    • Replies: 1
    • Views: 563
    06-17-2009 Go to last post
  2. Question [SOLVED] How to find large Files?

    Hi all, I want to find which Folder/File occupies large space in system. How to do that? I tried, du -h / But i throws all files and sizes but i...

    Started by Lakshmipathi, 12-26-2006
    • Replies: 3
    • Views: 10,805
    06-17-2009 Go to last post
  3. C help

    Im trying to make a fairly simple calculator and am running into segmentation faults when I try to exit the program. It occurs precicely at the break...

    Started by Parnit, 06-16-2009
    • Replies: 4
    • Views: 317
    06-17-2009 Go to last post
  4. Question How do I check double post on my website?

    Due to prevention of double post, “HTTP_X_FORWARDED_FOR” and “REMOTE_ADDR” are two related variables for checking client IP address. As you know...

    Started by cutetplt, 06-17-2009
    • Replies: 0
    • Views: 544
    06-17-2009 Go to last post
  5. how can I read from a char device?

    Hi there, how are you doing? I am writing a simple char device that generates pseudo-random numbers, the problem is that I cant seem to figure...

    Started by a_n_h, 06-16-2009
    • Replies: 1
    • Views: 498
    06-16-2009 Go to last post
  6. malloc no change in vsz

    Hello all, I am new to this community. I want to know what happens exactly when malloc is called. I don't worry about which function is called...

    Started by rajesh190487, 06-12-2009
    • Replies: 3
    • Views: 1,147
    06-16-2009 Go to last post
  7. grep from a log the lines generated in the last 4 minutes

    Hello, the log lines start with date and time like this: Jun 16 08:37:18 166.59.86.116 /opt/.... Jun 16 08:38:19 166.59.86.116 /opt/... Jun 16...

    Started by vatbier, 06-16-2009
    • Replies: 1
    • Views: 1,393
    06-16-2009 Go to last post
  8. Unhappy ssh command with pipe - how to get return code

    Hello I'm running a command using ssh: for ex: ssh xyz-server "for i in 1 2; do ls -ltr /a/b/c/d; echo; done" | tail Pls NOTE:

    Started by Sangal-Arun, 06-12-2009
    • Replies: 2
    • Views: 1,747
    06-16-2009 Go to last post
  9. SQL Join question

    I'm more or less a novice at SQL but, the company I work for uses it exclusively so, I'm trying to learn everything I can about it. Something I've...

    Started by bdaedalus359, 06-15-2009
    • Replies: 3
    • Views: 422
    06-15-2009 Go to last post
  10. Awk pattern Matching Problem

    Hi, I have an if statement in a awk script that will not execute because it generates this error: fatal: Unmatched ( or \(: /(/ for this if...

    Started by gerard4143, 06-15-2009
    • Replies: 3
    • Views: 1,828
    06-15-2009 Go to last post
  11. How to include other functions in the other scripts

    Hi. I tried it the way cabhan describet it, but there has to be a mitstake in my way. I tried it like this: main script: #!/bin/bash ...

    Started by BBX, 06-14-2009
    • Replies: 7
    • Views: 5,636
    06-15-2009 Go to last post
  12. [SOLVED] Copying 1column of data file to new file?

    Is it possible to take only 1 specific column of a big data file and copy it into a new file i made in vi? I'm trying to make a graph but that...

    Started by LRG, 06-11-2009
    • Replies: 3
    • Views: 440
    LRG
    06-15-2009 Go to last post
  13. %preun is passed with value 0 to $1 during upgrade

    Hi, I have used "Obsoletes" in my RPM spec file to rename my old rpm package. When I am trying to upgrade from the old (obsolete) package, the...

    Started by supratik_sekhar, 06-15-2009
    • Replies: 0
    • Views: 535
    06-15-2009 Go to last post
  14. SYSFS Folder Creation Problem

    Hi all, I am working on device drivers, which is responsible for creating a SYSFS directory under /sys/class/hwmon. I have already applied a...

    Started by cbalu, 06-15-2009
    • Replies: 0
    • Views: 437
    06-15-2009 Go to last post
  15. Post Problem: Output of Files with blanks, causes Line break

    Hi Folks, i have a strange problem: try something like that: create a directory which contains files file1.txt file2.txt

    Started by raoulvb, 06-12-2009
    • Replies: 5
    • Views: 723
    06-15-2009 Go to last post
  16. Dialog box showing graphic characters

    I am trying to use the dialog routine to create a bash shell menu application. When I display any of the boxes using dialog, I do not see the nice...

    Started by jlahm, 06-14-2009
    • Replies: 5
    • Views: 1,462
    06-14-2009 Go to last post
  17. non-repeat greping a growing log file

    Greetings. I have been working on a bash script to capture smtp brute force attempts and send email alert when certain criteria are met. The email...

    Started by secondmouse, 06-13-2009
    • Replies: 4
    • Views: 2,177
    06-14-2009 Go to last post
  18. Problems installing and compilling program, makefile, using gfortran compiler. netCDF

    Hello all, I am trying to compile and Install the Software Column Radiation Model (CRM) for scientific atmospheric applications. I am using UBUNTU...

    Started by javier_reggae, 06-10-2009
    • Replies: 9
    • Views: 2,263
    06-14-2009 Go to last post
  19. Duplex communication thro serial port

    Hi, I am writing an application on a Beagleboard (running Ubuntu) which reads sound samples from a microphone (using ALSA APIs), compresses them...

    Started by Priyachu, 05-30-2009
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,648
    06-12-2009 Go to last post
  20. Recognize USB device insertion/removal in my application

    Hi. I have an application that I have written for an embedded linux device. I believe it is a monta vista distro. (If that matters.) I want my...

    Started by soft_guy, 05-06-2008
    • Replies: 3
    • Views: 4,298
    06-12-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
  •