Find the answer to your Linux question:
Page 197 of 591 FirstFirst ... 97 147 187 193 194 195 196 197 198 199 200 201 207 247 297 ... LastLast
Threads 3921 to 3940 of 11812

Forum: Programming / Scripting

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

  1. Customized-script for nagios problem

    why the Status Information is null???? here is my script: /usr/local/nagios/libexec/check_errors #!/bin/bash ...

    Started by criver, 07-21-2009
    • Replies: 0
    • Views: 369
    07-21-2009 Go to last post
  2. grep/echo with accented/special characters like é , å , ă, ß, ü

    Hi, I have a script 1)Taking the titles from .cue files with grep. When a title contains a special character such as "é , å , ă, ü" or others...

    Started by 80aless, 07-17-2009
    • Replies: 8
    • Views: 1,866
    07-20-2009 Go to last post
  3. Question Easy cluster restart script -- need help

    Hey guys, So I was writing this small script that would start a process on each node. The first bit up to First node is working just right. When...

    Started by alexsb92, 07-20-2009
    • Replies: 1
    • Views: 456
    07-20-2009 Go to last post
  4. Cool Imagemagick File Padding Issue

    Hello, I'm having a problem figuring out the syntax for padding 10-99. Everything else in the program works fine so I want to focus in on just this...

    Started by jsells20, 07-20-2009
    • Replies: 0
    • Views: 354
    07-20-2009 Go to last post
  5. library linking in a make file

    Hi All, I am new to linux I have created a library (mylib.a) in my own directory. I want to link this library file to my test application. My...

    Started by uma_iyer, 07-15-2009
    • Replies: 7
    • Views: 5,422
    07-20-2009 Go to last post
  6. 2 nearly identical bash rsync scripts. One works, one doesn't...

    The first rsync script works, the second returns an error. The only difference is that the 2nd uses a variable for the rsync options. I'd like to...

    Started by josh_ncsu, 07-19-2009
    • Replies: 4
    • Views: 1,936
    07-20-2009 Go to last post
  7. Question Linux startup script

    Hey, I wanted to create a script (maybe its the wrong word, so what i mean is the Linux version of the batch file in windows, where you were...

    Started by alexsb92, 07-17-2009
    • Replies: 2
    • Views: 1,449
    07-20-2009 Go to last post
  8. who / lastlog script not working

    I'm puzzled at why it doesn't work. I'm probably missing something really simple. #!/bin/bash if ; then echo "Usage: You need to...

    Started by portia, 07-18-2009
    • Replies: 2
    • Views: 750
    07-19-2009 Go to last post
  9. modifying shutdown command

    all, i was wondering whether there is a way to modify the shutdown command. the purpose is to prevent users from shutting down the system without...

    Started by fnb00, 07-19-2009
    • Replies: 1
    • Views: 401
    07-19-2009 Go to last post
  10. Moving program to GNU, few questions

    I have a program based out of Green Hill's MULTI Software that needs to be moved to GNU so that may become a standalone executable, ported to run on...

    Started by Brandon77, 07-17-2009
    • Replies: 2
    • Views: 328
    07-17-2009 Go to last post
  11. Question how do you tell gcc where to search for standard headers and libc ??

    hello. On my suse 10.2 I have g++ 4.1.2 installed, but also needed g++ 2.95. I installed gcc 2.95 by compiling the sources, it all looks ok......

    Started by kux4, 07-17-2009
    • Replies: 1
    • Views: 348
    07-17-2009 Go to last post
  12. ksh scripting problem

    I am having a problem scripting in ksh. I want to have a general subroutine which can query the version of a program. Since there are so many...

    Started by david., 07-16-2009
    • Replies: 3
    • Views: 1,095
    07-17-2009 Go to last post
  13. a question on return codes

    I have a process that does a ping to a server before it transmits backup data. This tells me if the server is up or down. I know that if I code...

    Started by mace, 07-16-2009
    • Replies: 3
    • Views: 588
    drl
    07-17-2009 Go to last post
  14. HTML file creation using Perl

    Hi, I have parsed a xml file and stored the values in variables. Can any body help me in writing variables in rows and column format to a HTML...

    Started by madhi, 07-14-2009
    • Replies: 1
    • Views: 400
    07-17-2009 Go to last post
  15. /proc/pid/smap or /proc/pid/status or pmap?

    Hey guys, i'm new here in the forums and to linux as well. I'm trying to create a small script as part of my application, i'm trying to get...

    Started by iQoder, 07-16-2009
    • Replies: 0
    • Views: 1,436
    07-16-2009 Go to last post
  16. ps2pdf in shell scripts

    HI all, I am trying to use ps2pdf with in a shell script. but the problem is that, whenevr I run the ps2pdf from the command prompt with the name...

    Started by parisa1984, 07-16-2009
    • Replies: 1
    • Views: 1,276
    07-16-2009 Go to last post
  17. HELP with FTP Shell Scripting Converting File to Binary Before FTP

    Guys, Can someone please help me with my problem. I am doing a FTP Shell Script but I want it to convert the fiile to binary before the FTP is...

    Started by alkaa00, 07-16-2009
    • Replies: 2
    • Views: 1,343
    07-16-2009 Go to last post
  18. Difficulties Inserting Data to Text File

    Hi guys, I'm having some difficulties in insert some details to the following contents. I need to insert "TEST" under MIR & a value "25" to the next...

    Started by nantheless, 07-15-2009
    • Replies: 4
    • Views: 514
    07-16-2009 Go to last post
  19. Porting FTCSPI to linux

    Hello, I was searching for the FTCSPI library for linux, but the only one I find is for windows :mad: So I asked the support of ftdi and they...

    Started by llocke, 07-16-2009
    • Replies: 0
    • Views: 818
    07-16-2009 Go to last post
  20. Cool Perl CGI - end_form() - refresh action is not taking new values.

    I have a cgi script and I have used popup_menu to create drop down list. Now everything works great utill I refresh my page. After the page gets...

    Started by Sangal-Arun, 07-15-2009
    • Replies: 0
    • Views: 1,046
    07-15-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
  •