Find the answer to your Linux question:
Page 91 of 591 FirstFirst ... 41 81 87 88 89 90 91 92 93 94 95 101 141 191 ... LastLast
Threads 1801 to 1820 of 11816

Forum: Programming / Scripting

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

  1. Lynx -source, change from Mac to UNIX

    Using this section of code: lynx -source wwwdotwebsitedotcom > file1.txt tr '\r' '\n' <file1.txt > file2.txt I end up with the opposite of what I...

    Started by techsurfer, 01-29-2011
    • Replies: 2
    • Views: 804
    01-30-2011 Go to last post
  2. TSCH shell scripting problem with CP and MV

    Hi all, I am running into bit of a problem scripting in the TCSH shell. I know not good practice, but I am forced into it. Anyway, my problem is...

    Started by Biest, 01-30-2011
    • Replies: 0
    • Views: 385
    01-30-2011 Go to last post
  3. Lightbulb Listing Hard Drives programmatically.

    Am doing a simple partition imaging program. Am using libparted for partition things. Before that I want to list the available hard disks (/dev...

    Started by timmu_india, 01-28-2011
    • Replies: 2
    • Views: 1,126
    01-30-2011 Go to last post
  4. Email file attachments on a linux web server

    The method in the function below, for adding file attachments to an email, works on a windows based web server but not on a linux based web server. ...

    Started by boylesg, 01-29-2011
    • Replies: 0
    • Views: 552
    01-29-2011 Go to last post
  5. Local Variables in SFTP

    Hi all, This session gives the reader a good idea of what I'm trying to accomplish. $ string=foo $ sftp <<good_credentials>> Connected to...

    Started by PairOfBlanks2, 01-29-2011
    • Replies: 0
    • Views: 623
    01-29-2011 Go to last post
  6. C programming increment and decrement doubt

    Hello friends, I have an big doubt in increment and decrement in c programming i am trying to compile the below code in gcc ...

    Started by shariefbe, 05-26-2010
    • Replies: 9
    • Views: 2,597
    01-29-2011 Go to last post
  7. Listening Message Queues

    I am implementing an IPC mechanism using message queues (Sys V). I can receive the messages using msgrcv() function. I am wondering how can I...

    Started by ycinar, 01-26-2011
    • Replies: 4
    • Views: 1,163
    01-28-2011 Go to last post
  8. Unhappy BASH: strange string behaviour

    hi. i have been working on this whole day and did not find solution... I am trying to grep IP address from a file /opt/OpenIMSCore/etc/icscf.cfg...

    Started by tokosk16, 01-27-2011
    • Replies: 5
    • Views: 383
    01-28-2011 Go to last post
  9. Creating a CSV file from columns in text file

    I have a text file, which contains two columns of data - I've also split it with cut, so I could just as easily work from two files, each with one...

    Started by musther, 01-27-2011
    • Replies: 3
    • Views: 675
    01-28-2011 Go to last post
  10. Bash Menu Script

    Hi guys im russell im new to these forum and new to linux. I would like to create a bash menu script for my home server For instance if i were to...

    Started by Rustyhamster, 01-19-2011
    2 Pages
    1 2
    • Replies: 13
    • Views: 3,660
    01-27-2011 Go to last post
  11. Performing telnet/rsh / rlogin in an UI using gtk ?

    Hi All, I am stuck in a problem. I want to perform "rsh name17" say. And i tried using the functions g_spawn_command_line_sync. but when i type...

    Started by harish88, 01-27-2011
    • Replies: 0
    • Views: 371
    01-27-2011 Go to last post
  12. Allowing export to take numbers as variables

    Hello. I'm playing around with some shell scripting and I've got a directory call CS005 and I'm trying to write a script to I can locate to the...

    Started by phil128, 01-26-2011
    • Replies: 3
    • Views: 293
    01-27-2011 Go to last post
  13. 4chan picture downloader

    bash script help requested #!/bin/bash if ; then echo "Enter board: " read board else export board=$1 fi while true; do

    Started by zvans18, 01-26-2011
    • Replies: 2
    • Views: 2,662
    01-26-2011 Go to last post
  14. command in bash script to check if tar is currupt or not

    As part of my script I need to compress a 50Gb file. but I need to check that the compressed is not corrupt if it is ok it will then send it over if...

    Started by thomas130, 01-20-2011
    • Replies: 4
    • Views: 1,517
    01-26-2011 Go to last post
  15. help with script

    I need help for th following script!!!!!!!!! 01. shell script to display only process running for myql daemon vi damsql # #shell script for...

    Started by pmeet794, 01-25-2011
    • Replies: 2
    • Views: 302
    01-26-2011 Go to last post
  16. Setup TTYs at boot...

    I'm programming a custom-built Linux OS using the 2.6 kernel. My question, while simple in my mind but is apparently complex since searching...

    Started by Hummdis, 01-26-2011
    • Replies: 0
    • Views: 386
    01-26-2011 Go to last post
  17. G++ Compiler problem

    Hello, I'm working on a project that is supposed to compile on multiple UNIX and Linux systems. I develop on Fedora 13, but the program should...

    Started by NikolaNovak, 01-24-2011
    • Replies: 2
    • Views: 500
    01-25-2011 Go to last post
  18. echo two command output in the same line

    Hi, I try to write script and echo two command at the same line . echo "A" echo "B" How can I pipe above two command at the same line in...

    Started by chuikingman, 01-25-2011
    • Replies: 4
    • Views: 1,105
    01-25-2011 Go to last post
  19. Error: value too great for base

    Hi all, At the final stage of my script, I got stuck into follwoing error: " value too great for base" while doing some addition operations on...

    Started by linux_buzz, 01-25-2011
    • Replies: 0
    • Views: 721
    01-25-2011 Go to last post
  20. Number game Bash script

    Hey everyone, I am trying to figure out the below script. I have to create a number guessing game which creates a random number (did that) and...

    Started by xkaijinx, 01-19-2011
    • Replies: 3
    • Views: 2,344
    01-25-2011 Go to last post

Page 91 of 591 FirstFirst ... 41 81 87 88 89 90 91 92 93 94 95 101 141 191 ... 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
  •