Programming :: Perform A Permutation, Which Did Using One Post From This Forum?

Feb 1, 2011

I am really a Newbie in bash programing and I need to perform a permutation, which I did using one post from this forum as follow.

#!/bin/bash
list=`echo {1..12}`
for c1 in $list

[code]....

View 5 Replies


ADVERTISEMENT

Ubuntu :: Cannot Post On Forum - Click On "submit" To Post A Thread The Page Will Just Say "loading..."

Sep 28, 2010

For some odd reason, I cannot post on the ubuntu forum and the LinuxMint forum. Yea, I know.... the irony... I am using Mozilla and have tried Chromium, but that did not fix my problem. When I click on "submit" to post a thread, the page will just say "loading..." and nothing happens for a really long time. Does anyone know what is up? I tried posting on one other forum that I go to often and it seems to work out fine. I haven't tried any other forums though.

View 7 Replies View Related

Ubuntu :: Forum Login Times Out While Composing A Post?

Oct 9, 2010

I've used the forums infrequently, being more of a mailing list kind of guy. But I'm currently tinkering with an old laptop I got as a "gift" which doesn't have an ethernet port, And if I wanted to use my cable modems usb connection to apt-get etc for the installed Ubuntu Lucid, I had to disconnect my router. This pc isn't yet configured with my mail client etc... So I thought I'd try the forum again...I noticed that using: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 Which has not been modified yet (except to add the scroogle search bar) I keep timing out.

IEI logged in to ubuntu forums, found an existing thread related to something I'd like to do with it.clicked on quote, and began composing a followup. When I was ready to preview the thread I got an error that said I wasn't logged in. and suggested I use some included form to try again. The form looked like it wanted my username and password but wouldn't let me enter the required info into the blank fields... I had to simply log in again with the login link at the top of the forum page, and use the back button (alt+leftarrow) several times until my reply was recovered so that I could preview, fix typos & submit..I searched the forum for "forum login timeout" and found one relevant post which appeared to say the only reason it's OP had a problem was do to making changes to his copy of firefox but that it was fixed ([solved]) without saying how he fixed it. There was a reference to using about:config which is beyond my skill level...How does one keep the from login session from timing out while one's browser still has an open window to what was a logged in forum page anyway

View 9 Replies View Related

Ubuntu Security :: Post Terminal Output In Forum?

Apr 23, 2011

I've done some searching on googlubuntu for and answer to this but haven't found anything.

As a Linux newbie I was wondering if there are certain types of output from the terminal I should beware of posting for everyone to see? Also are there any codes; that, if I were to be asked to run and report the output on, should raise a red flag?

View 9 Replies View Related

Software :: Tool To Notify For New Forum Post - Can't Run With Wine

Jan 31, 2010

I am searching for a tool that notify when new post is made on a thread. I found one program "phpBB post notifier", but it is for windows and can't run with wine. There is no author and developer page to check for more information.

View 3 Replies View Related

Programming :: Active Forum / Mailing List For C Programming?

Apr 19, 2010

Just i want to ask doubts in c programming. I dont know whether this is the right place to ask doubts in c. If this is not a correct place, may i know where can i get help for c programming?is there any active forum or mailing list for c programming?

View 6 Replies View Related

Programming :: Looking For A R Language Forum?

Jan 21, 2011

I am looking for a specific forum for the R programming language.

Some thing like the LQ is for linux, that will be nice.

Or something like the cplusplus is for c/c++.

View 2 Replies View Related

Programming :: Perform The Operation In Script On Such Directories?

Dec 24, 2010

I have mounted remote Windows share using CIFS and writing bash script for those files. However being a windows share since there is a space between directory names like "Program Files" and hence I am not able to parse it through bash script and script exits with error.

Does any one have any idea about how to perform the operation in script on such directories?

e.g.
cd /tmp/temp/Program
Error: No such File or Directory
cd Files/
Error: No such File or Directory

View 3 Replies View Related

Programming :: Perform Floating Point Operations In Linux Kernel?

Apr 7, 2011

how to perform floating point operations in kernel? i answered that its impossible to perform floating point operations in kernel.but he is telling that its possible but with some feature to be added.can any body know about this perfectly??

View 1 Replies View Related

Programming :: PHP - POST Not Working?

Dec 29, 2010

The following script keeps telling me: Notice: Undefined index: name in /usr/files/www/rage.php on line 6 Name:

PHP Code:
<html>
<?php

[code]...

View 7 Replies View Related

Programming :: Using Wget With Post Data

Nov 29, 2010

I've been pulling my hair out trying to get wget to post data to a webpage to automatically download some files. I've tried many methods of syntax, but wget always downloads the html for the login page. A snippet of code I found in the login html page is below. Some of the characters are japanese, because it's a japanese website.

View 7 Replies View Related

Programming :: POST Method And PHP - Login Verification

Mar 20, 2010

I wrote a code for login verification..I got output with GET. But I need output with POST since it is more secure. Any error in my code.

javascript code:
var xml;
function verifyusernamepasswd(pass)
{ //pass is password that will be passed as parameter
xml=new XMLHttpRequest();
var url="http://localhost/loginvalidate.php";
var para="q="+username+"&p="+pass;//username is global
xml.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xml.setRequestHeader("Content-length", para.length);
xml.setRequestHeader("Connection", "close");
xml.open("POST",url,true);
xml.onreadystatechange=statechanged1;
xml.send(para);
} .....

The verification does not return anything, cos my alert is not displayed at all.

View 1 Replies View Related

Programming :: Ajax To Open An Ftp Connection - Download A File And Then Turn Around And POST It To A Web Server?

Jun 23, 2011

just curious, this might not be possible, but is there any way with ajax to open an ftp connection, download a file and then turn around and POST it to a web server? the reason i ask is because i'm writing a script on a shared hosting plan that doesn't give me permission to directly talk outbound on the ftp port but i need to synchronize a file from a csv on an ftp server, this means i have to do the process manually, is there any way i can just click the button and let my browser do the work?

View 4 Replies View Related

Server :: Apache2 SVN Post-commit Script Certificate Error Post-commit Hook Failed (exit Code 1) With Output?

Oct 12, 2009

I am using apache2 with subversion and trying to get post commit script to run an svn update command. All svn commands seem to work fine manually

Everything used to work fine but then the server ip changed and I can no longer access it with the web name and have to use the ip directly

I am using tortoise svn with vista on my work machine

Here is the script

#!/bin/sh
export LC_CTYPE=en_US.UTF-8
/usr/bin/svn update /home/common/webroot/bob

Here is the result.

Command: Commit
Modified: C:UsersMattDesktopcheckout - bobindex.php
Sending content: C:UsersMattDesktopcheckout - bobindex.php
Completed: At revision: 63
Error: post-commit hook failed (exit code 1) with output:
code....

I think what i need to do is update the certifcate for the apache2, but I'm not sure how to do this, where to put it, and then which of the thousand apache config lines needs to be changed

View 5 Replies View Related

Fedora :: Forum Down Cannot Access It?

Oct 10, 2010

anyone know whats happening with the Fedoraforum? cannot access it

View 4 Replies View Related

Ubuntu :: How To Access Old Postings To Web Forum

Sep 19, 2010

I'm looking for the banana leaf desktop wallpaper which came with Jaunty Jackalope. Some kind person had all the archived wall-papers, but since I had to re-install I've lost it again.And by the way, how can I access my old postings to the web forum. Is this possible at all?

View 1 Replies View Related

Ubuntu :: Proper Forum On Getting GCC Working?

Nov 26, 2010

Is there a proper forum for newbie questions on getting GCC working?

View 1 Replies View Related

Fedora :: Deactivate / Delete Forum Account?

Jul 21, 2009

I've been searching the in User CP an option to deactivate/delete my account without any success.

View 4 Replies View Related

Ubuntu :: Creating Forum For Internal Company Use?

Jul 8, 2010

I'm the opensource nut at my company (which services MS networks) and I've been asked to set up an internal forum for our tech's to use to sever much like a knowledge base. I've never set up any forums before and was wondering what YOU guys recommend to use. I've briefly looked at Joomla and it seems nice and fairly easy to use.

View 1 Replies View Related

Ubuntu Servers :: Web Forum Software Required?

Aug 2, 2011

id like to run a web forum on my own web server at home. im using dyndns for dns service.im on 11.04 running apache2.i need a free forum software

View 3 Replies View Related

Applications :: Forum To Select For Putty Queries?

Feb 17, 2010

Guide me which forum need to select for putty queries?

View 1 Replies View Related

General :: Using Putty To Connect To A Forum's Server?

Nov 5, 2010

I've been allowed to work on the server of a forum. I was given the username and password, and with them logged in successfully on the server using PuTTY, but now I'm not sure what command I use to do anything to the users on the forum For example how would I change someone's username or password, etc.

View 3 Replies View Related

General :: Can Access Forum On Usenet Newsreader

Jun 10, 2011

Can I access this forum on a Usenet newsreader such as slrn?

View 1 Replies View Related

General :: How To Navigate To Slackware-install Forum?

Jul 6, 2010

how do you navigate to slackware-install forum got there once .now can't find it

View 2 Replies View Related

Ubuntu Servers :: Setup A SMF Forum Running Hardy?

Jun 24, 2010

I'm trying to setup an SMF forum on a server running Ubuntu Hardy. The problem is that the website on the server was built using Django. So considering that Django uses Python and SMF uses PHP, would it be possible for both of these to coexist on the same server? If so, how? If this can't be done, I'm more than willing to rebuild the website in PHP. If I were to do this, then what do I need to do to reconfigure Apache? As of right now it's using mod_wsgi, but I'm assuming I would need mod_php. How would I set this up?

View 9 Replies View Related

Ubuntu Installation :: Windows Xp In The Forum For Dual Boot?

Sep 4, 2010

computer 8300 dell 82875 intel setup as follows:drive A master xp installeddev/sda master boot filesystem dev/sda1drive B slave ubuntudev/sdb (grub 2.863gb)grub.cfg set root=(hd1,1)until it gets to microsoft home edition, it changes to(hd0,1)drivemap (hd0)it automatically boots in XPi followed an example on windows xp in the forum for dual boot.

fdisk -L
drive 2 boot
DEV/sdb1 * linux

[code]....

View 2 Replies View Related

Ubuntu Security :: Cannot Access Forum After Installing Dansguardian

Nov 27, 2010

I have just installed webcontent control following these instructions - [URL] It has blocked the content that I wanted blocking but also when I try to access the ubuntuforum site, all I get it a white screen.what I need to adjust in the configuration so that I can access the forum with content control enabled.

View 9 Replies View Related

Software :: Good Forum Application For Centos System?

Sep 5, 2010

Good forum server(application) for Centos5(Linux) Server

View 3 Replies View Related

Debian :: Forum Spell Checker On Iceweasel Not Working Since Last Upgrade?

Jan 6, 2011

The forum spell checker on Iceweasel is not working since the last upgrade. I use Debian Lenny, but it is a mixed system of backports and some Squeeze. After the last upgrade of Iceweasel from backports, I notice that the spell checker in forums such as this one no longer works. For instance, "salkdfjkjlslkdf" does not get the red underline like it used to. It was a while ago that I had set up Iceweasel to do this, and I can't remember how I did it. I thought that I simply needed the language dictionary (in my case, Canadian English), which I'm sure still exists.

View 1 Replies View Related

General :: Media Storage Options (moved To Server Forum)

Nov 4, 2010

Deleted. I tried to delete the entire posting, but could only edit.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved