Find the answer to your Linux question:
Page 6 of 593 FirstFirst ... 2 3 4 5 6 7 8 9 10 16 56 106 506 ... LastLast
Threads 101 to 120 of 11842

Forum: Programming / Scripting

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

  1. Question receiving parameters - script and txt file

    Hi, I need to execute a script that also need to receive some parameters, however, these parameters are included on text file. this text file also...

    Started by brjohnsmith, 03-27-2013
    • Replies: 1
    • Views: 124
    03-27-2013 Go to last post
  2. how to modify packet header(IP header, TCP Header) before the host sen

    I want to modify packet header(IP header, TCP Header) before the host send them into the network. For example, if I'm using firefox for browsing,...

    Started by esolve, 03-15-2013
    • Replies: 5
    • Views: 398
    03-25-2013 Go to last post
  3. g++ -m32 not working.

    I'm trying to compile a 32bit elf on an intel 64bit system. I'm using -m32 and g++ is very unhelpfully linking to the wrong library path. It should...

    Started by zeroth, 03-20-2013
    • Replies: 5
    • Views: 246
    drl
    03-22-2013 Go to last post
  4. Shell Script to gather information

    Ok guys im not a script writer at all. That being said I need a script that will do the following. Please help. I have a service accout setup with...

    Started by terrywhitejr2000, 03-20-2013
    • Replies: 2
    • Views: 158
    03-20-2013 Go to last post
  5. awk statement to take 180 away from selected values

    Hi everyone Apologies if this seems like a very basic problem, I am fairly new to scripting in Linux but using it as part of a research project so...

    Started by dirtlemouse, 03-19-2013
    • Replies: 4
    • Views: 170
    03-19-2013 Go to last post
  6. [SOLVED] .bashrc problems

    Hello all, I'm relatively new to Linux (~1 year), and am now running a 64-bit Ubuntu 12.10. I can't find any posts that answer my questions. Thus,...

    Started by kaddam88, 03-15-2013
    • Replies: 2
    • Views: 192
    03-19-2013 Go to last post
  7. Lightbulb Guide me in the right direction to develop application for UNIX/Linux

    Hi all, Am good in C & C++, i just joined as a fresher in a French IT company. In my own interest and love towards Linux and open source. i...

    Started by mr_ganapathy, 03-12-2013
    • Replies: 2
    • Views: 171
    03-19-2013 Go to last post
  8. code C (linux)

    Hi i have some question about the following code which i understand the purpose but not how it works. Help me plz int main (void) {pid_t fils;...

    Started by nymar, 03-18-2013
    • Replies: 1
    • Views: 160
    03-18-2013 Go to last post
  9. Help counting records with awk

    I am trying to count the number of records read into awk but cannot figure out the syntax. My code is below, thank you for the help. #!/bin/bash ...

    Started by jmanv888, 03-16-2013
    • Replies: 4
    • Views: 161
    03-16-2013 Go to last post
  10. redirecting input to a file -- not exiting when "null" entered

    Hello all. I'm having trouble with this program used to delete and rebuild files. I need to stop inputting into the file when the null "quit" is...

    Started by jdubya103, 03-16-2013
    • Replies: 1
    • Views: 151
    03-16-2013 Go to last post
  11. Help me with my first programs

    Hi, can you help me coding these programs : 1/ the first program should create as much thread as CPU cores and give them 99 as priority turn...

    Started by nymar, 03-14-2013
    • Replies: 2
    • Views: 183
    03-15-2013 Go to last post
  12. how to get the tcp header of a received packet in socket programming?

    I want to get the TCP header of each received TCP packet (destined for a specific program,namely, a port) it seems not possible to use recv() or...

    Started by esolve, 03-14-2013
    • Replies: 0
    • Views: 116
    03-14-2013 Go to last post
  13. Test statement in bash

    Hello all. This will be my first post. I need some help with this simple --if statement. I'm writing a program that needs a test statement to test...

    Started by jdubya103, 03-12-2013
    • Replies: 2
    • Views: 190
    03-14-2013 Go to last post
  14. vim or perl regex for search and replace

    I have a code in which there are some variables with pattern like ABCD_DEF_XYZ ABCD_DEF_123 ABCD_DEF_PQR and I want them to be changed to...

    Started by kartikkg, 03-14-2013
    • Replies: 2
    • Views: 131
    03-14-2013 Go to last post
  15. Delete lines with sed

    Hi, I want to delete lines in a file before the first occurence of a set of words. I use the command "sed". How I can do this? Thanks Marco

    Started by mgazzato, 03-13-2013
    • Replies: 4
    • Views: 188
    03-13-2013 Go to last post
  16. Perl Regex Remove words aftern pattern / comment out lines

    I am working on writing a Perl script to do the following actions: 1)/boot/grub/grub.conf, comment out the "splashimage" line. 2)Remove rhgb and...

    Started by andrew7, 03-13-2013
    • Replies: 1
    • Views: 155
    03-13-2013 Go to last post
  17. Problem while replacing a directory with some variable

    I have written some scripts under the path root/c4/cuild and in that script i ahve mentione a path like /home/cdot/c4 and i want to replace...

    Started by ankitarajdev, 03-13-2013
    • Replies: 1
    • Views: 186
    03-13-2013 Go to last post
  18. how to make a workable TCP SYN packet with raw socket

    I have a simple TCP server program, just create two processes, one process is listening and the other process is for connecting. If I run a simple...

    Started by esolve, 03-12-2013
    • Replies: 0
    • Views: 150
    03-12-2013 Go to last post
  19. Install glibc-debug for glibc-2.11.3-17.31.1 on SLES 11

    I have to debug a function getopt_long in glibc-2.11.3-17.31.1. For that how can I download and install its corresponding glibc-debug on SLES 11?

    Started by rupeshkp, 03-12-2013
    • Replies: 0
    • Views: 161
    03-12-2013 Go to last post
  20. where is iostream.h

    why do we use this "using namespace std;" in linux for cpp programming and m getting this warning "extra tokens at end of # include directive "...

    Started by random26, 03-10-2013
    • Replies: 1
    • Views: 149
    03-12-2013 Go to last post

Page 6 of 593 FirstFirst ... 2 3 4 5 6 7 8 9 10 16 56 106 506 ... LastLast

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
  •