Ubuntu :: Automaticaly Save Input Of Gtkterm To Txt File?

Oct 21, 2010

I would like to save the input of gtkterm ( what is displayed from its window) to a file, and this iautmatically. Because from GTKterm you can rsave raw file by clicking "save every to raw file manually". As it's say on the readme file, you can use "gtkterm -f filename.txt", but i tried and any file is created on the current directory.

View 1 Replies


ADVERTISEMENT

Programming :: Save Input From An Online Form To A File/database?

Jan 27, 2010

Browsing some websites I've found a code for online form where a user provides name, number, etc. Everything is created in html/javascript. I'm just wondering whether it's possible to collect this input and present it in a database form so that I'd be able to see who's provided data and all the details they entered.Actually, it doesn't have to be a proper database (it would probably require php/mysql). It could be a weekly/monthly report (a text file) of people who provided details. The website is hosted by a third party company.This is an html bit:

Code:
<body id="main_body" >
<img id="top" src="top.png" alt="">

[code]...

View 4 Replies View Related

Ubuntu :: Connecting To Cisco Device With Gtkterm?

Mar 19, 2010

Code:

dmesg | grep tty
[ 0.002489] console [tty0] enabled
[ 0.956262] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.956684] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

I configured /dev/ttyS0 in port setting in gtkterm, but I get error "Cannot open /dev/ttyS0 : No such device or address" yes I'm opening the terminal as

Code:

sudo gtkterm

View 1 Replies View Related

Software :: Minicom Versus Gtkterm / Putty - App For Serial Communications?

May 21, 2009

I am running kubuntu 9.04. I have minicom, Gtkterm and Putty installed. minicom seems to be really good, but I am missing scroll back functionality on there. Either that or I'm a novice with it and don't know how to do it. Putty is a GREAT app. But what I'm finding is that after the terminal runs for a bit, the screen shows characters from the previous lines and goofs up the output. If I move the window, the gibirish disappears. gtkterm is adding several empty lines to any of the screen output.

View 2 Replies View Related

Networking :: Automaticaly Get Current URL Address For Use In Bash?

Sep 16, 2010

I've tried hardy to grab URL adress from my firefox "address bar" with bash. Is there any way to capture current url adress(or current url location, or current domain) from any decent browser (or by listening to own traffic.)

View 3 Replies View Related

CentOS 5 :: Automaticaly Launch Tomboy When The User Open Session?

Aug 5, 2010

I would love to auto-start tomboy at startup. How can I do this ? [Moderator edit: fixed Subject so nobody would expect an automatic Lunch. Is that the same as a free one? ]

View 2 Replies View Related

OpenSUSE Network :: Dyndns By Bluetooth - Can't Ping IP Adress Which Was Automaticaly Granted

Jul 8, 2011

I have configured connection properly through mobile phone (SonyEricsson C510) by bluetooth. I get dynamic IP address and can ping everything but can't ping my IP adress which was automaticaly granted, from outside. SuseFirewall is stopped.

View 6 Replies View Related

Ubuntu :: Pdftk Output File With Pages Extracts Same Size As Input File?

Apr 22, 2011

I am curious if perhaps I am doing something wrong extracting pages from a pdf doc using pdftk and creating a new file. I am only extracting the odd pages from the file and outputting them to a new file that is now only 20 pages instead of the input's 40 pages, yet the new output file is still 1.4Mb in size, the same as the original.

It seems strange to extract only half the pages of a large document and end up with a result that is the same size. how to streamline the resulting pdf's using pdftk?

BTW this is the command I am using, in case perhaps I am missing an option to optimize file size or something:

Code:
pdftk A=ch15.pdf cat A1-40odd output odd.pdf

View 1 Replies View Related

Ubuntu :: Error (splicing File: Input / Output) While Copying File

Jun 3, 2010

When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?

View 9 Replies View Related

Ubuntu :: Copying File - Error Reading From File Input/output

Jun 29, 2010

I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB

Error reading from file input/output error

And I have to either Cancel or Skip

I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?

View 2 Replies View Related

Ubuntu :: Copy The File Via SSH \ Save The File Via SSH To This Server?

Mar 22, 2011

Now i install the Ubuntu 10.4 64 bit on Sunfire X4170I want to save the file via SSH to this server.But i m not sure how to configure.

View 4 Replies View Related

Programming :: Splitting A File Based On The Values Read From An Input File?

Jul 27, 2010

I am splitting a file based on the values read from an input file. The below one is the script.

1)How do I add the header which is present in the original file to the new split files created?(For eg. pharmacyf conatins header as table column names. The new files created (ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat) are without the header).

2) Also the script is creating 0 byte files for the pharmacyids which are not available in the intial file? Can this be avoided?

for pharmacyf in *
do
tablename=`echo $pharmacyf |cut -f4 -d'.' `
while read pharmacyid
do
grep -w $pharmacyid $pharmacyf >> $OUT/ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat
done< inputfile
done

View 2 Replies View Related

Programming :: Sed - Save Output To File With Filename From Content Of Another File?

Feb 28, 2011

My employer issues pdf files with everyones work schedules. I copy the content and save it as plain text in a file called unformatted (hope to be able to automate this step someday). Im working on a SED script that reduces unformatted to only display what I want to see and saves the result in a file Iïve named formatted. After that I have to manually copy formatted and save it with that days date as a filename e.g. 2011-02-25 or whatever day is scheduled in the pdf, for use on a mobile device (Nokia N900). I noticed that the date occurs on certain lines in the file so I added a line like:

sed -n 's/^Date: (201[1-9])/([0-1][0-9])/([0-3][0-9]).*/1-2-3/p' < unformatted >theDate
That creates a file theDate with the date in it that I wish to use as the filename for this particular instance. So I would like to skip the file formatted all together and have the sed- script write to a new file using the content of the Date as a filename, but how do I make that happen? And of course it would be more elegant if I could skip the intermediate theDate file as well.

View 4 Replies View Related

General :: Data From Input File To Be Taken And Send To Output File?

Jul 24, 2010

I am new to shell scripting.What i am trying is to write a shell script which take the input file and output should like as mentioned below.Output file should have data till SOK (marked in red)from every second line and then the selected data(marked in green) from 4th line.So selected data from 2nd and 4th line in one line of O/P file and then similarly selected data from 6th and 8th line in second line of O/P file.Input File:

3c3
< c1111;11.11.11.11;pOK;SOK:abcde;Universe:aa
---

[code]...

View 14 Replies View Related

Ubuntu :: File Will Not Save Under Name Want To Use?

May 1, 2011

I am have problems with: gedit, abiword, mv, cp, touch, and rename.The text file was created with 'gedit' and save out of frustration with the title of 'Unsaved Document 1'.I now wish to give it a name and save it.'gedit' and 'abiword' will not save it with the name "Annie Street Arts Collective Play List 5/11", they will save it as 'Unsaved Document 1'. gedit' has work flawlessly for me up until this incident.I've never run into this before, I don't know what to start looking for. What do I look for to fix what is broken?

dave@dave:/media/seagate_/AnnieStreet$ id
uid=1000(dave) gid=1000(dave) groups=4(adm),20(dialout),24(cdrom),44(video),46(p lugdev),104(lpadmin),115(admin),120(sambashare),10 00(dave)

[code]...

View 3 Replies View Related

Debian :: Connection Breaks Time To Time / Sometimes Cannot Connect Automaticaly After Restart

Apr 22, 2010

Since the upgrade from Lenny to Squeeze on my Notebook Toshiba Satellite Pro U200 with Intel Pro/Wireless 3945 ABG I have wireless connection problems.The connection breaks time to time and sometimes cannot connect automaticaly after restart. BTW I didn't change anything on the wireless or network configurations on the notebook and on the wiereless router.

View 8 Replies View Related

Ubuntu :: Can't Save The File In Gedit?

May 15, 2010

I created the document in gedit and save button is disabled. It says "Changes to document 'Unsaved Document 1' will be permanently lost. saving has been disabled by system administrator"

View 9 Replies View Related

Ubuntu :: How To Save File In Htdocs

Feb 27, 2011

I have my final project and that is. 3 laptops connected to each other using switch and each of it is running ubuntu. One of the laptops is used as a web server. I installed already the xampp but my problem is I don't know how to save file in htdocs. In addition, I have no idea how my website in webserver can be viewed by 2 other laptops. It's just an intranet no need to be viewed through internet.

View 1 Replies View Related

Ubuntu :: How To Save ISO File On USB Stick

Dec 3, 2010

I was trying to install Ubuntu on a USB stick. So I went to the ubuntu site and downloaded Ubuntu. Now I have the .iso file on my computer but if I click on it, it asks me to burn but I want to save it on a USB stick. I did that with Universal USB-Installer. It goes smooth but when its finished its not the .iso file thats in it but just some documents and stuff. How do I get the .iso ? (I want to use it with VirtualBox but you need the .iso for that...)

View 6 Replies View Related

Server :: NFS Large File Copies Fail - Error Writing To File: Input/output Error?

Jun 27, 2009

I recently upgraded my file/media server to Fedora 11. After doing so, I can no longer copy large files to the server. The files begin to transfer, but typically after about 1gb of the file has transferred, the transfer stalls and ultimately fails with the message:

"Error writing to file: Input/output error"

I've run out of ideas as to what could cause this problem. I have tried the following:

1. Different NFS versions: NFS3 and NFS4
2. Tried copying the files to different physical drives on the server.
3. Tried copying the files from different physical drives on the client.
4. Tried different rsize and wsize block sizes when mounting the NFS share
5. Tried copying the files via a different protocol. SSH in this case. The file transfers are always successful when I use SSH.

Regardless of what I do, the result is the same. The file transfers always fail after approximately 1gb.

Some other notes.

1. Both the client and the server are running Fedora 11 kernel 2.6.29.5-191.fc11.x86_64

I am out of ideas. Has anyone else experienced something similar?

View 13 Replies View Related

Ubuntu :: Save File For Window Based PC's?

Mar 12, 2010

My wife works in administration and is always writing letters. Finally got her to use openoffice but she was very upset no one was able to read her letters. Did I miss a step? As new, did I get her to use the wrong program for her work? I am trying to transition the family toward linux but composing letters may be a setback. How do we save files viewable for any PC?

View 1 Replies View Related

Ubuntu :: Could Not Save The File /etc/pwrstatd.conf.?

Mar 13, 2010

When I try to save a file that I have edited using gedit I get a error Could not save the file /etc/pwrstatd.conf.You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again.Is this something to do with not being logged on as root? If so how do I log on as Root or edit the file as a root user?

View 4 Replies View Related

Ubuntu :: Save File As Gbk Encoding With Gedit?

Apr 17, 2010

i want to save my file as gbk encoding with gedit,gedit can't do it, see the attachment

View 1 Replies View Related

Ubuntu :: Have A Flash File That I Cannot Save / Download This?

May 18, 2010

I have a flash file that i cannot save. I want to save it in a folder on my desktop.

View 7 Replies View Related

Ubuntu :: Matlab Can Not Save Preference File?

Jun 11, 2010

Cannot write to preference file "matlab.prf" in "/home/jiangmi/.matlab/R2010a".Check file permissions.every time i run matlab by typing matlab in the terminal,i see this error messagei can run some m files, but i can not use ctrl+A to copy, etc.when i view the permission, i find below:

jiangmi@jiangmi-laptop:~/.matlab/R2010a$ ls -rl
total 1368
-rw-r--r-- 1 root root 1265183 2010-06-05 20:04 toolbox_cache-7.10.0-2356054188-glnx86.xml

[code]...

View 1 Replies View Related

Ubuntu :: Sshfs + Gedit Can't Save File?

Nov 18, 2010

I mounted a remote directory using sshfs and I can't save files using gedit, while saving same file using vi works. Changin permission to o-r (640) allows gedit to save files OK. Is there a way to change sshfs connection to make gedit work without chmodding every file? (I use -o uid=`id -u` -o gid=`id -g`, so that remote files seem to be owned by me)

Code:
$ touch test.txt
[!] test.txt appears
$ vi test.txt
[!] :wq -> saves just FINE

[Code]...

View 4 Replies View Related

Ubuntu :: Save All Terminal Output To A .txt File?

Mar 15, 2011

I sometimes stick my neck out and provide somewhat detailed, and often risky, "Mr-fix-it" remedies for boot problems. Now, I know it's possible to amend each command with "whatever_command > whatever.txt" in which case it'll place the command output in a file in /home.

But if you're directing someone to run a lot of commands as I did here is it possible to save the output of all commands to a .txt file without amending each command?

Or is it already saved somewhere that I'm not yet aware of? I wouldn't be surprised if the latter were true, I just haven't yet found it

View 4 Replies View Related

Ubuntu :: Save File From Crashed Computer?

May 16, 2011

my ubuntu laptop have crashed and all I get up is a terminal that report that it is a "read only file system". is there any way to move these files to a usb memory or to at least read them?

View 3 Replies View Related

Ubuntu :: A File Manager That Can Save Sessions?

Jun 13, 2011

Is there a file manager that I can use for Ubuntu which has a "session restore" feature. Think of a sort of "save all these tabs" feature except applied to the file manager only.And for additional clarification: I run several desktops and each one has a file manager on it with several tabs of the file manager open. Each set of tabs are related to a topic I am working on.

View 2 Replies View Related

General :: Getting Input From A File?

Dec 2, 2010

I am trying to input from a file. The file's layout has three columns; a department number, a first name and a last name, each separated by a space, for example:

Code:

781-89-4271 Amy Balduff
839-98-4072 Brian Becker
846-43-4284 Christina Brendon

[code]....

I need to input the words through separate variables because I will be passing them to other programs as soon as I can figure this out.

View 9 Replies View Related







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