+ Post New Thread
Page 1 of 7 1 2 3 Last
Threads 1 to 20 of 128

Forum: Programming

  1. trouble with Apache File Permissions Script

    Hi, I purchased Peter Harrison’s wonderful book Linux Home Networking II to get my personal Web site on my Linux box working. First, some background…

    Started by Ed McCorduck, 05-26-2004 10:45 AM
    • Replies: 13
    • Views: 39,021
    03-13-2010 11:17 AM
  2. Shell script and spawning new konsole windows?

    Hello there, I have a script I use to perform backups to another LAN connected machine, and during the course of the backups, three log files are…

    Started by vwgtiturbo, 08-16-2006 12:26 AM
    • Replies: 7
    • Views: 6,501
    12-10-2009 04:43 PM
  3. SSH and bash script

    I just have a little question… I have a script in which I would like it to SSH to a server, then perform operations on that server. Now, when I…

    Started by vwgtiturbo, 06-07-2006 08:28 PM
    • Replies: 7
    • Views: 12,372
    12-25-2008 05:40 AM
  4. Running cusom firewall script -iptables -RHEL 4

    I have created a custom firewall script in RHEL 4 .Let me explain the steps which i followed . etho -Internal lan eth1 -External lan During…

    Started by sud.tech, 06-12-2008 02:09 PM
    • Replies: 0
    • Views: 3,604
    06-12-2008 02:09 PM
  5. Firewall script in RHEL 4

    I am using RHEL 4 and have created a custom Firewall script . The systems has 2 lan cards etho and eth1 configured with the respective internal and…

    Started by sud.tech, 06-05-2008 02:36 PM
    • Replies: 8
    • Views: 3,144
    06-12-2008 02:07 PM
  6. newbie seeks script help – batch/auto mount & copy data discs

    Hi, I’m totally useless when it comes to writing linux scripts. I am hoping that one of you wise folk knows of a quick solution to my problem or…

    Started by knacker, 03-13-2008 09:43 PM
    • Replies: 1
    • Views: 1,658
    03-15-2008 10:56 AM
  7. need help with linux script

    hi experts, i need help with these 2 exercises, i hope someone can help me with them or even put me in the right direction: 1)G_guess.sh – when…

    Started by Abas, 10-11-2007 03:33 PM
    • Replies: 1
    • Views: 1,695
    12-19-2007 11:50 AM
  8. Exclamation Want a Deleting Script

    HI all I am a new to linux and scripting… so need your help in making a script… which will 1) check for todays date & time

    Started by bikram, 01-10-2007 08:52 AM
    • Replies: 2
    • Views: 2,382
    11-12-2007 07:48 PM
  9. Programming language development

    Hi, There are many programming languages out there today and I wonder as what is required to put together a fully working programming language? If…

    Started by tech291083, 10-15-2007 11:39 AM
    • Replies: 1
    • Views: 1,529
    10-15-2007 03:39 PM
  10. Newbie looking for scripting help.

    Hello, I am new to Linux (been using for 1 month) and have just started learning about scripting in a UNIX/Linux class. I understand a little and…

    Started by evilspoon, 10-01-2007 08:40 PM
    • Replies: 3
    • Views: 1,705
    10-04-2007 05:14 PM
  11. Store Closed / Maintenance Web Page Script

    Here’s a script you can use to put up a "store closed" page while your website is undergoing maintenance work. The script works by moving a…

    Started by peter, 12-21-2006 06:35 AM
    • Replies: 2
    • Views: 2,493
    09-05-2007 03:50 AM
  12. Newbie looking for software to teach programming

    As the title says, I am a newbie, both to linux and programming. I’d like to learn to program. I don’t really care too much what language it is…

    Started by mntamimi, 08-11-2007 03:46 PM
    • Replies: 1
    • Views: 1,381
    08-12-2007 01:18 AM
  13. Bash script problem

    I am looking at automating unzipping some files I have in directories. I am having a problem getting thru dumb characters in the filename, like…

    Started by Schotty, 04-20-2007 12:24 AM
    • Replies: 1
    • Views: 1,646
    04-20-2007 02:18 AM
  14. changing Firefox proxy config by script

    Hello guys. Is it possible to control the proxy configuration of FF via a script/javascript? I mean, depending on the user/group or link that is…

    Started by xylex_blaiste, 02-22-2007 01:59 AM
    • Replies: 2
    • Views: 5,147
    02-26-2007 07:54 AM
  15. Exclamation configSync automation script

    hi guys I am new to both Lynx and scripting, currently I am responsible for half a dozen F5 Bigip. Therefore, since I have no openbsd…

    Started by joe.vishnevsky, 02-12-2007 09:18 PM
    • Replies: 2
    • Views: 3,462
    02-15-2007 12:09 AM
  16. Question error when executing script

    hello people. do you know what is causing this error? Error: uncaught exception: Permission denied to call method XMLHttpRequest.open i’m…

    Started by xylex_blaiste, 02-05-2007 10:42 AM
    • Replies: 6
    • Views: 2,243
    02-07-2007 11:57 PM
  17. Automatic MySQL Backup Script

    I modified crouse’s mysql backup script with some modifications and have been using it for a few weeks. It saved my tush yesterday, so I thought I’d…

    Started by canela, 12-17-2006 09:52 AM
    • Replies: 2
    • Views: 3,005
    12-20-2006 04:59 AM
  18. Remote script invocation

    Hi, I have this typical issue that needs help. I have a Linux Server A and a Windows Server B. From A I need to invoke a script on B (the…

    Started by hollysmoke, 11-16-2006 09:12 AM
    • Replies: 3
    • Views: 1,493
    11-17-2006 05:02 PM
  19. MySQl backup script

    I tried Crouse’s script from this thread. #!/bin/sh for i in `mysql -B -e ‘show databases’; | tail +2`; do mysqldump –opt $i | gzip -9 >…

    Started by girlygeek, 11-11-2006 06:04 AM
    • Replies: 5
    • Views: 2,284
    11-11-2006 11:23 PM
  20. Shell script to change gateway(dialogue interface)

    code:

    Started by Tamil, 10-26-2006 03:55 PM
    • Replies: 0
    • Views: 6,536
    10-26-2006 03:55 PM

+ Post New Thread

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 no unread posts
Hot thread with unread posts
Hot thread with no unread posts
Thread is closed
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