Ubuntu :: Remove Warning When Opening Text Files?
Jun 20, 2010
I really hate this warning when I try to open certain types of files in gedit: (using ubuntu lucid)
Quote:
Do you want to run File.c or display its contents?
"File.c" is an executable text file.
Open in Terminal; Display; Cancel; Run
Is there any way to remove the warning? I have never once clicked anything other than display, and when I'm opening lots of files, having to hold down ALT-D to get rid of these warnings.
View 6 Replies
ADVERTISEMENT
Dec 18, 2010
What does this message mean:
'(gedit:14074): Gtk-WARNING **: cannot open display:'
I'm trying to open a text file from another computer via ssh. Is it a permission problem.
View 2 Replies
View Related
Oct 29, 2010
So I have Python file :
Code:
#!/usr/bin/env python
print 'python'
raw_input('')
And another :
[Code]....
as it should. I don't want to take such a hassle always running python by path.
View 4 Replies
View Related
Mar 26, 2010
I have some text files (Just plain text files, not OpenOffice files or anything) and when I try to open them in Windows they are all one line. I think I read somewhere that Linux uses for new lines whereas Windows uses or something... I am using Kate to edit them, and I have a LOT of files to fix so...
View 9 Replies
View Related
Jun 17, 2011
localhost not opening php files text editor
View 1 Replies
View Related
Mar 7, 2010
Using ubuntu 9.10
If I'm in a terminal window, and I open a file by typing eg :
It opens as a blank document... I know it has text in it though!
I've tried with other files and also with nano so it's not just a problem with a particular file.
How do I view the current contents of the file so I can then edit it?
View 4 Replies
View Related
Jul 21, 2010
My site was recently hacked and a line of <JAVASCRIPT> was inserted into all my php files. Is there a way to pull just that one line out of all the php files on the server? I was thinking of using a grep -iR <CODE> *.php then piping thru sed
View 1 Replies
View Related
May 23, 2011
Im running Ubuntu 8.04 server edition with Apache/MySQL to host some websites.Last week this server got "hacked" as in all my index.php files suddenly have some junk code in them which activates a script when you browse to the website.Ofcourse, I want to remove this asap and the good thing is that its the same junk code in every index.php file So it should be easy to search for a text string in every file on the server via CLI and delete it.Any idea how I do this?For example: I need to locate text string "junkcode" in every file on my server and delete the exact string from the file
View 4 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Dec 6, 2010
I am looking for a way to keep a log and make if then statements if a line exitsts in the log. I also am looking for a way to make a simple loop, like goto line number, and I also am wondering how to add/remove bits of text from a text file (plugins line in server.properties)
View 5 Replies
View Related
May 31, 2011
Well title say it all how do you disable the screen programs opening text in 11.04 so you do not have to hit the enter key twice to get by the two pages of text to actually be running the program you started.
View 1 Replies
View Related
Feb 3, 2010
The problem that I am having now is that I can not is the text when the menus come up or when opening a file from the cd or curraculum on line. I have cairo-dock running and a conky running. Could this be the couse of my problem? I was going to uninstall and reinstall packet tracer but I am unsure on how to uninstall.
View 1 Replies
View Related
Apr 16, 2011
I have text files (.txt) to open with gedit but every time I try to open a text file it says:
Code:
Do you want to run "Installed programs", or display its contents?
And if I press Display it will open. How do I make it open automatically?
View 3 Replies
View Related
Dec 8, 2010
I ran a program that writes continuously from 1 every line. After some time I ran '/dev/null > temp' Problem1: bash: /dev/null: Permission denied (Yes, the permissions of /dev/null are correct ... crw-rw-rw-. I removed and created it again, but no change) I used 'cat temp' to see the contents and first few lines deleted (working correctly). Problem2: I can't open the file (with double click or with any graphical editor like gedit)
Apart from these problems, I have another question... Is there a way to trim a active log file to say 80% without affecting any logs that server might be writing.
View 3 Replies
View Related
Mar 23, 2010
what these information mean?What should I do to fix this?
(npviewer.bin:6947): Gdk-WARNING **: XID collision, trouble ahead
Shutting down nautilus-open-terminal extension
--- Hash table keys for warning below:
[code]....
View 1 Replies
View Related
Jan 26, 2011
opening a text file from glade interface.how?using c code
View 1 Replies
View Related
Apr 29, 2010
I am a beginner at programming and have been given an assignment by my professor. Its a text file with lines of varying lengths. All I have to do is write a code to open the file and see the output in an excel sheet. Have been asked to use C/C++ or visual basic
View 5 Replies
View Related
Oct 31, 2010
I am running Ubuntu 10.04.How do I make Synaptic stop giving warning messages about unsigned repositories?
View 2 Replies
View Related
Apr 28, 2011
I'm trying to be able to Open a text editor without needing an existing file.This is my code:
case $ans in
"Show Today") echo "$(date)";;
"Show Calendar") cal;;
[code]...
View 14 Replies
View Related
Jul 6, 2011
Suckit rootkit... Warning: /sbin/init INFECTED
How can I remove this guys? using fedora 15 64bits
View 14 Replies
View Related
Jun 15, 2011
How to remove this ever occuring Warning, which appears every time I open a terminal?
* Warning: removing empty lock file
* Error: failed to remove empty lock file
* Error: failed to get the lock: /usr/bin/keychain: 1492: cannot create /home/prashant/.keychain/http://prashant-laptop.promptcloud.com/-lockf: Directory nonexistent
View 1 Replies
View Related
Jun 1, 2010
Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.
View 4 Replies
View Related
Nov 5, 2009
I would like to write a text user interface (TUI) to adjust some text config files etc. Is there a tool or application for creating TUIs like this. I�m talking about those types of config tools which you see executed at first boot.
View 19 Replies
View Related
Jan 28, 2009
I have a text file called file1.txt containing many lines eg.
line1
line2
line3
line4
line5
line6
Then i have another text file called file2.txt contains
3
5
6
Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6
View 10 Replies
View Related
Jan 15, 2010
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
View 1 Replies
View Related
Apr 21, 2010
Currently, when I'm searching text in files of my PHP project, I use this line :
Code:
grep -r 'myTextToFind' *
But now, I would like to search only in ".lang" files. How can I do that ?
View 7 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Jun 14, 2010
Prior to 10.04 there was a preference for menus which allowed you to remove or position the text in menus. I can't find that option in 10.04 nor can I find this parameter in the Configuration Editor. I wish to only have icons in the menu bars of applications.
View 3 Replies
View Related
Feb 12, 2011
I wish to move a specified line from a text file:
Quote:
ltoremove=5 #remove 5th line
i=1
while read line ; do
[code]....
how should this actually be done? is there a shorter faster way to do this?
View 3 Replies
View Related
Mar 8, 2011
anyone know how or if I can remove the roll over text on the toolbar. It's stopping my top toolbar from auto hiding when using windows selector.
View 1 Replies
View Related