Ubuntu :: Continue Typing After Putting In A Command In A Post?

May 26, 2010

How exactly do I continue typing after putting in a command in a post?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Click On A Text Box To Write And Star Typing Only To Find Out Typing Somewhere Other Than Where Clicked?

Jun 17, 2010

Half the time I click on a text box to write and star typing only to find out I'm typing somewhere other than where I clicked.It's not dwell click and the active text box seems to be related to mouseover.

View 2 Replies View Related

Software :: Typing CC Command While Compiling Programs?

Feb 24, 2010

I am doing my project which detects and displays the error message along line number when compiling c programs under Linux. Using gcc command..cc command which we generally use. For which my program must act as a compiler and generate error messages when user program is written and compiled. My idea was to develop a shell script program using name suppose ncc that would be..

$ vi ncc.sh
echo "compiling program $1"
$cc MyPgm.c
$.a/.out
<esc>
:wq
Now user program pgm1.c can be compiled using
$ sh ncc.sh pgm1.c

This will invoke my compiler program. But the thing is how to pass user program pgm1.c as input to my compiler program...

View 2 Replies View Related

General :: Way To Stop Command Output To Continue Scrolling Down Terminal

Jan 4, 2011

I moved from a Linux environment from one company to another and one annoying difference came out:When I used to run an application in a terminal (no GUI), the transcript lines were presented one the window - when the window was full then the scrolling of the lines would continue only if one hit the space bar to proceed (of course waiting to user input did not stop the run).

In the new environment the behavior is different - transcript lines keep going on and on so I need to scroll up - and moreover each page-up command is cancelled by the new lines appearing.perhaps this is also reproduce with other Linux commands , say "find" or "ls".

View 4 Replies View Related

General :: Vim To Input A Single Character And Continue In Command Mode

Jun 23, 2011

I increase my knowledge in vim in two ways. Little hints about doing this or that and scattered studies using the vim help files. Please do not believe I always rely on the first one.

View 12 Replies View Related

Software :: Hidden Typing Mistakes On Command Line?

Mar 15, 2010

I use xterm and my kernel launches framebuffer before X windows.I reckon this is what's reponsible for hiding my all-too frequent typing mistakes.I'm a terrible typist, especially when in a hurry, but obviously you see your mistake and you correct it.owever if the terminal actually hides your mistakes, well you can have a frustrating few seconds. This sometimes happens to me and I think it's due to my Spanish keyboard and all the special characters that I can mishit. When I go to correct them (at least visually) the command fails and bash reports back (say, the filename) with an extra character (often a question mark).This all happens quickly and easily corrected but it's very annoying becuase of the way it hides these mistakes from your eyes

View 1 Replies View Related

Debian Configuration :: Determine IP Address In Post-up Command?

Mar 22, 2010

Is there any elegant (and preferably uniform) way to determine IP address assigned to a DHCP/PPP interface inside a post-up command?

View 2 Replies View Related

Software :: CURL Post Data Command From Shell - HTTP Error Code 408

Jan 29, 2011

I am trying to connect to the web interface found at [URL] using curl. This first requires login information to be entered at [URL], but I am having an issue with the login process. I am trying to submit the following form via POST:

Code:
<form action="j_security_check" method="post" id="login_form" name="login_form">
<center> <table style="background: #cac1cf;FONT-SIZE: 12px;">
<tr> <td align="center" colspan="2">Please enter your username and password:</td>
</tr> <tr> <td align="right">Username</td>
<td> <input name="j_username" style="width: 250px" id="j_username" type="text"/> </td>
</tr> <tr>
<td align="right">Password</td>
<td> <input style="width: 250px" name="j_password" id="j_password" type="password"/> </td>
</tr> <tr> <td colspan="2" align="center">
<input value="Enter" name="enter" type="submit"/>
<input value="Clear" name="Clear" type="reset"/>
</td> </tr> </table> </center> </form>
The command that I am using for this is the following:

Code:
curl -c cookies -b cookies -L -d "j_username=user%40domain.com&j_password=pass" [URL]
The command is properly formatted as far as I can tell. I tested it with another website using a similar authentication scheme using different POST variables specific to the form and it worked fine.

When I run the above command with the -v tag, it reveals this:
Code:
* Connected to lcl.uniroma1.it (151.100.4.74) port 80 (#0)
> POST /sso/j_security_check HTTP/1.1
> User-Agent: curl/7.21.0 (i686-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: lcl.uniroma1.it
> Accept: */*
> Content-Length: 44
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]
< HTTP/1.1 408 The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser
< Date: Sat, 29 Jan 2011 15:26:41 GMT
< Server: Apache-Coyote/1.1
< Content-Type: text/html;charset=utf-8
< Content-Length: 1554
< Connection: close
<
{ [data not shown]
103 1554 100 1554 0 52 5081 170 --:--:-- --:--:-- --:--:-- 10223*
Closing connection #0

I cannot tell why the login timeout is expired when I try to do this, and my investigation toward this end has been fruitless. I saw a brief snippet on Google that vaguely suggested that the underscores in the domain name were at fault, but replacing these with their encoded counterparts did nothing to resolve the issue (that, and underscores should be fine when sent unencoded according to the standards). I have extensively perused the man pages and have come up with nothing to adequately explain this behavior. I also talked to a friend who has worked with curl in his line of work, but he mostly has experience in the context of PHP and has not dealt with this issue before. I am running GNU/Linux 2.6.35-22-generic-pae.

View 3 Replies View Related

Ubuntu Multimedia :: Getting Cinelerra - It Didn't Make A Shortcut In My Main Menu, And Typing "cinelerracv" Returns "command Not Found?

Jan 12, 2010

I'm trying to install Cinelerra because it has a plugin to do chromakey. I found a .deb and installed it, but now I don't know how to start the program. It didn't make a shortcut in my main menu, and typing "cinelerracv" returns "command not found"Did I install it wrong, or not at all? What should I try next?

View 3 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

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 :: Run A .iso Without Putting It Onto A Disc?

Jan 13, 2010

Is it possible to run a .iso without putting it onto a disc?

View 9 Replies View Related

Ubuntu :: Before Putting Windows On?

Apr 26, 2011

I need to dual-boot for exactly 4 days. I have set up my Lucid, and loving it, and I am just afraid that I will not be able to recover the bootloader - I have messed this up many times before.

What are the things I need to know, in order to get it back? If there are any problems (error 17 or 15, by memory), what kind of things can I double-check now, in order to be able to fix anything?

View 3 Replies View Related

Ubuntu Servers :: Putting The CD Image On The HDD?

Apr 27, 2010

Here's a trick I'd like to be able to do. You know how on Windows systems, you can copy the contents of the install disk to a folder, then point the system at it and when it would normally ask you to insert your Windows CD, it just reads that folder?

That's pretty much what I want to do. I want to put the contents of the Ubuntu CD-ROM on the HDD such that if I ever need to refer to the CD, it thinks it's already inserted and just reads from there.

This may sound like an odd request, but I'm asking because my Linux server is an old cheapo computer that doesn't have an internal CD-ROM drive. I have one that I can hook up, but it's a pain in the butt to open the case, set the jumpers, attach the drive, reboot, etc.

This would be a lot simpler for me. This way, if I ever need to access something that was on the Ubuntu Server CD-ROM, I want to be able to just get it from right on the hard disk. (I've got the drive space, after all.)

View 2 Replies View Related

Ubuntu :: Can't Keep Putting Files In CD/DVDs

Oct 8, 2010

Whenever I put a few files into a blank CD or DVD, wether it's pictures, music, documents, whatever, and then I use it another day and try to put a few more files into it, Ubuntu won't let me. I used to be able to continue adding files to my CDs in XP, so I'm not sure if there's any way to do that with Ubuntu? It just shows the DVD as (for example) 1.4 GB used, 0 GB free.

View 6 Replies View Related

Ubuntu :: Hdparm Not Putting HDD's To Sleep?

Dec 12, 2010

Im wanting to put HDD's to sleep using hdparm after 20min of activity (a 4x disk raid5 array and two single disks). I have edited /etc/hdparm.conf, adding the following lines at the end of the file:

Code:

#6TB RAID5 POWER DOWN
/dev/disk/by-id/scsi-SATA_ST32000542AS_5XW0T1R6 {
spindown_time = 240

[code]....

Code:

sudo hdparm -y /dev/disk/by-id/scsi-SATA_SAMSUNG_HD501LJS0MUJDWQ411622

The HDD's will sleep with out issue. Ive looked around my log files and cant seem to find anything to do with hdparm, or the HDD's sleeping. Have I make a mistake in the .conf file? Is there some place hdparm logs, or if I can activate some sort of verbose mode? Or does hdparm need to be activated on boot?

EDIT: I'm using ubuntu 10.04.1 x64 last updated today.

View 5 Replies View Related

Ubuntu :: 10.10 - Mounter For Putting OS On Disks?

Mar 25, 2011

Anyone know of a free mounter I can use with Ubuntu 10.10 for putting OSs on disks?

View 5 Replies View Related

Ubuntu :: Putting The Game In A Different Directory To What Is Default?

Jun 6, 2010

I am having trouble trying to install a game which has to be sims 3 the loader and everything loads fine. i am having trouble putting the game in a different directory to what is default.

View 3 Replies View Related

Ubuntu / Apple :: Putting JUST Xubuntu On IMac G3's

Mar 17, 2011

I have eight iMac G3's that work. I've never had a mac before, and I'm not interested in anything the mac OS has to offer. I want to totally delete it, and put JUST xubuntu on these computers. I know nothing about Mac, except I got these, and they have pretty colored housings. I've tried using the 'c' and 'apple+c' commands to get this to boot from the xubuntu cd, but it doesn't have any effect. The thing just continues to load OS9.

I'm seeing from all these threads that everyone is pretty much dual booting, or multi-partitioning the hdd. I do NOT want to do this. Is it possible to format the drive completely, so that it is utterly blank, and then install xubuntu? Am I going to have to get new hdd's for them? They all work just fine, no problems except the software is so old that you can't do anything with it but use post it notes.

View 9 Replies View Related

Ubuntu :: Bash - Putting String In File?

May 28, 2011

OK I have a simple script that does:

Code:
# Create temporary file:
pwFile="~/Tmp/temp.cnf"
echo "$password" > "$pwFile"

But I get an error message:

Code:
~/Tmp/temp.cnf: No such file or directory

View 3 Replies View Related

Server :: Putting MTA On A RAM Disk

Sep 14, 2010

Can any one tell me how to put the MTA on a RAM disk for faster sending of mails..

View 1 Replies View Related

General :: Prevent Ubuntu From Putting Monitor To Sleep?

Jun 23, 2010

Ubuntu 10.04

Under Preferences > Power Management I have changed the settings to never put the computer to sleep and never to put the display to sleep.

My display still goes to sleep and I am prompted for my password when I leave the computer unattended.

I would like to be able to hit the "Lock Screen" app I added to the top panel to lock my screen, but otherwise I would like it to just stay on.

View 1 Replies View Related

Ubuntu :: Putting The Titlebar In The Panel On DESKTOP Edition?

Nov 14, 2010

I just upgraded to 10.10, had a look at Netbook Edition, and while I like some aspects of it, still prefer the way I've set things up using the standard Gnome Desktop Edition. Thing is, I DO love the idea of putting the titlebar information into the top panel. I like that a lot. Is there any way of doing that in the Desktop edition?

View 3 Replies View Related

Ubuntu Multimedia :: Putting Photos On DVD To Be Read In DVD Player

Jan 29, 2011

I would like to put Photos on a DVD disc so they can be viewed on a TV via a DVD player.
What is the easies way to do this? And photos are in PNG format. Will this format work? or do I have to convert them to JPG?

View 9 Replies View Related

Ubuntu Installation :: Drives From BIOS And Tried Putting GRUB On Both SSD And 1TB HDD

Mar 4, 2011

I'm having some issues getting Ubuntu to boot. I've installed it a bunch of times before, but dual booting and not. Right now though, I'm having issues installing it along with Windows 7, on separate hard drives. Here's my current configuration:

60GB SSD with windows 7
500GB HDD, NTFS, windows 7 data

I bought a 1TB HDD that I want Ubuntu on, but I only want Ubuntu to use 100 GB. I want the other 900GB for Windows 7. So, I put in the Ubuntu CD, chose to edit the partitions manually in the 1TB HDD, created a 100GB ext4 primary partition for linux and a 2GB swap partition, leaving the other 900GB unallocated. Ubuntu seemed to install fine, said it succeeded, and asked me to reboot. When I did, however, my computer boots straight into Windows (no GRUB screen at all). I've tried changing the boot priority to all three of my installed drives from BIOS and tried putting GRUB on both my SSD and 1TB HDD.

View 1 Replies View Related

Ubuntu :: Can't Continue Installation / Why Is This Happening?

Feb 10, 2010

I'm installing Ubuntu Karmic Koala via Wubi. Tried many times, still didn't work. It said "Cannot find the ISO /ubuntu/install/installation.iso bla bla bla..."

I'm not sure why but I've reboot the computer properly. Anyone know why is this happening?

One thing, please don't say "Do a real Ubuntu installation" as I need my brother's permission first before making a partition and install it, in case of anything happen.

View 6 Replies View Related

Ubuntu :: Server - Start The GUI And Continue Using VNC?

Mar 24, 2010

I run a headless Ubuntu file server which I access remotely via ssh or using VNC. After reboot, short of moving monitors around, is there anyway to start the GUI and continue using VNC as I normally would? I still rely on the GUI to get done what I need for the most part.

View 9 Replies View Related

Ubuntu :: Get Rid Of The Newer Kernel And Continue To Use The Old One?

Jul 31, 2010

I had some problems with the latest kernel (didn't play well with Warcraft)... So, I when I rebooted; I selected an older kernel in Grub Worked perfectly. How can I get rid of the newer kernel, and continue to use the old one?

View 2 Replies View Related

Ubuntu :: Installation Cannot Continue / Go Round It?

Feb 23, 2011

I have been trying to install on my toshiba satellite c655 laptop the ubuntu operating system. Anytime it gets to where i can use it as a live DVD and I would want to install, it gets to stage 3 of 7 and gets stuck. No error messages are given, the install dialog can be minimized and other task done but the installation will never continue. Anyone with idea about how to go round it.

View 3 Replies View Related

Ubuntu :: Get Rid Of Grub And Just Continue Using My Windows?

May 31, 2011

I had a dual boot of Ubuntu 11.04 with Windows XP SP3. I formatted the ext4 partition of Ubuntu. Now when I start my pc, it says "Unknown Filesystem" and then gives me a grub command line. How can I get rid of that and just continue using my Windows?

View 3 Replies View Related







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