General :: Edit Menu.lst In Windows Notepad?
Jun 3, 2010
I downloaded Grub4DOS and tried to edit the default menu.lst but it's all on one line and has a bunch of blocks □□□ between the commands. How do I properly edit this file in windows?
View 7 Replies
ADVERTISEMENT
Feb 9, 2010
to be able to copy a file, then right click my mouse and select paste as and save the file with a different file name. It will save me from making a duplicate and then renaming it, or defaulting to command line (which I live in anyways). Or how about copying some text and then just right clicking in a file manager and pasting the text as a file. It would save me the time to open an editor and pasting it and then saving it. I wouldn't think it would be too hard to grab the latest clipboard entry and redirect it to a file. Scripting the functions shouldn't be hard at all. I would think the hardest part would be to implement the right click menu function across different X environments. For example I use KDE 3.5. I don't even know how to edit the right click menu options (Google should fix that). I could setup the changes for my system, but it would only work on KDE 3.5 then. I would have to figure out how to do it for Gnome, Xfce, iceWM, Englightenment, etc. Should this be a standard feature given by the OS?
View 2 Replies
View Related
Mar 19, 2011
How to make gedit wordwrap like notepad from windows?
Meaning if I just keep typing on one line over and over and over, it'll eventually be moved below as another line instead of making a line that requires horizontal scrolling?
View 3 Replies
View Related
Jan 31, 2010
In my Red Hat 7.2 , the /boot/grub/grub.conf has the following data :
But when I reboot my Red Hat server , I don't see the Grub menu to say edit the boot kernel .
View 15 Replies
View Related
Jul 8, 2010
When I edit my applications menu to to hide games they stay on the menu. Everything else hides when prompted.
View 6 Replies
View Related
Feb 16, 2011
I have used a windows text editor (Notepad++) which has set a benchmark for myrequirements. As I tend to use linux most of the time I have been looking for a similar editor for some time. Kate is ticking most boxes. 2 things I can see which I would like if anyone could advise:You can find selected within the current file. IE. highlight a string for searching. I cant see the ability to do the same in all files. Does this exist?In NPP I can search for a string in "all files currently open" within the editor. Does this facility exist in Kate?
View 3 Replies
View Related
May 3, 2011
I am using Ubuntu 10.04. I want to disable the cut, copy, paste options in the Edit menu when my system is connected by rdesktop. I want to make a write/copy protected session in the rdesktop. I have disabled the keybord shortcuts like Ctrl+X ,Ctrl+V, Ctrl+C by disabling their Keysyms in the rdesktop code. Now I need to disable the options in the edit menu.
View 3 Replies
View Related
Apr 29, 2010
I want to edit the GRUB menu in ubuntu but Menu.1st is missing.When I open the /boot/grub.cfg from terminal I cant save it.
View 7 Replies
View Related
Sep 27, 2010
I have just started to learn Java programming and need to be able to use a compatible notepad equivalent in Ubuntu i will need to save the data as is,in Ubuntu and be able to transfer the data from my Linux machine to the windows desktop regularly via memory stick i absolutely love Linux and don't want to have to go back to windows to do this.
View 5 Replies
View Related
Dec 18, 2010
I have an old computer and recently switched from Kubuntu to Xubuntu so it would run faster. I have noticed that Xubuntu has no menu editor. Is there a graphic interface for editing the menu? If not, could someone please explain to me how to edit the menu through the menu file?
View 3 Replies
View Related
Mar 18, 2011
I'd like to have a Linux machine run what Windows users typically call a clipboard as a network service on my small LAN (about 10 machines). More specifically I am looking to have Linux run the clipboard service centrally in the LAN with both Windows and *nix machines able to connect to it as opposed to the peer-to-peer sync model that I am seeing in almost all of the applications I've discovered thus far.
View 2 Replies
View Related
Jan 15, 2010
I want to use Notepad++ on my RedHat machine. But there is no setup file available for Linux. What should I do?
View 1 Replies
View Related
Feb 3, 2010
I have installed wine in my computer (ubuntu9.10) , then restared my computer. then i downloaded the npp.5.6.6.Installer.exe from the web, and double clicked it : there was an error message :::::
[Code]...
View 8 Replies
View Related
Mar 24, 2010
re: lock file on an access database.i can see an .ldb file fine with windows notepad but cannot see the .ldb file in ubuntu's text editor. Its just messy text of symbols and letter. is there a way to view these files from ubuntu ?
View 13 Replies
View Related
Jul 31, 2011
What's the fastest and most reliable way of working on files on a remote linux machine with emacs on a windows host machine? I need to be able to easily copy and paste text between emacs frames and use all the keyboard shortcuts, so putty and cygwin are out of the question. I've tried tramp mode but it just hangs when I try to connect.
View 3 Replies
View Related
Feb 12, 2011
For example I want to have some certain applications in "open with..." for PNG. I can add apps there, but how to remove? Or any other method of management?
View 1 Replies
View Related
Dec 14, 2010
Firstly, I'll say that I have scanned the internet far and wide and am not looking for the responses that many new linux users with an affinity for notepad++ almost invariably received... "use this linux based INE or this one or download plugins for this other one"... No, sir. I miss notepad++. I moved to linux land, (exiled from windows for having an expired VISA) and I'll do anything to get her to move here with me.
I downloaded the npp.5.8.5.Installer.exe... I have wine installed... I have no idea what directory or where in god's name this .exe exists or if i have to query wine or what.
I'm also going to want to install itunes as well. That's not as important, but if the commands are similar I figure I might as well aim to request the killing of two birds with one.
View 2 Replies
View Related
Mar 21, 2011
Why isn't there a simple program like Microsoft Windows' Notepad? One which is format stupid (ASCII only), so I can over-ride hidden html character entities. The other day I found myself wasting hours trying to get the Xephyr to work by cutting and pasting the terminal instructions from the following website into a gnome-terminal session - but each time it would give me the same, small window. I tried copying the text from the browser (using copy and paste) to gedit, but gedit was not showing the hidden character entities from the html code. After all this lost time trying different resolution sizes, I became suspicious that something was interfering with my cutting and pasting between gedit and the CLI terminal. Sure enough when I compared the webpage source code it gave me the clue to the problem.
From the same page - two examples:
Hidden character (notice the '�' or × )
$ Xephyr -ac -screen 1280�786 -br -reset -terminate 2> /dev/null :2 &
NO hidden character (notice the 'x')
$ Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 &
[code]....
I even tried cutting and pasting out of the terminal yet somehow it retained the hidden characters. I could not find any preference setting in any of these programs which would allow for either eliminating the hidden characters doing a cut and paste or at least revealing them. I would like to plead to programmers out there for this basic functionality...
View 9 Replies
View Related
Jan 14, 2010
Is it possible to edit the "Places" menu the way one can edit the "Applications" and "System" menus on gnome?
Right-clicking on the bar gives only Applications and System as editable menus. I would like to remove some items from the places menu and add others of my own liking
View 4 Replies
View Related
Jan 24, 2011
Is there any way to 1) write a script to save only the URL opened in a multiple browser and multiple tabs to notepad.2)how to open multiple URL in browser tab through shell script.
View 1 Replies
View Related
May 2, 2010
I need to auto-hide the menu bar but I can't seem to find a place to right click for the menu bar properties. Also, I would like to get rid of some indicators like bluetooth and the mail/chat one but they're locked and can't be unlocked.
View 3 Replies
View Related
Jun 24, 2011
I've been debugging the following script all evening and am now stuck...this script is supposed to ssh to a router, pull interface conf, 'cut' 3 pieces of info, and then print the results of 2 as well as the 3rd (after running a ping cmd on the linux box):
SCRIPT_CODE
#! /bin/bash
lb1="0"
[code]....
View 4 Replies
View Related
Oct 9, 2010
I can ssh to the server but it wont allow me edit files, even though I have basic text editors like gedit and notepad installed on my windows computer. Anyone have an idea what the problem is? (I get an error message like this-(gedit:23978): Gtk-WARNING **: cannot open display
View 3 Replies
View Related
Aug 31, 2009
Does any body know how to edit the System menu in fedora 11?I need to eliminate the option of shut down for some users of my pc.
View 1 Replies
View Related
Nov 18, 2009
I just upgraded to fedora 12 via clean install with old /home partition and deleting old config files, and here is my issue. I need to edit the menu, and I need to set SELinux to permissive. OOo will not run with SELinux enabled for some reason, and besides, all my systems use SELinux in permissive. These two options no longer exist in the menu
View 7 Replies
View Related
Jan 5, 2010
I'm using F12 Gnome and when I right click on the menu it doesn't have edit menu. where is it now?I'm trying to at the flashplugin from Firefox to use in Google Chrome. Here's the link:I know it's Ubuntu, but since its using Gnome it should be similar. Why would Gnome change something that's useful?
View 3 Replies
View Related
May 7, 2010
I get no action upon selecting "Applications/Edit Menus" or "System/Preferences/Main Menu". I can open alacarte with sudo, but can't save any changes.
View 4 Replies
View Related
Jun 4, 2010
How can I remove options from the menu that automatically appears when a CD is inserted? I thought that these settings would be in the Preferred Applications but no luck.
View 9 Replies
View Related
Aug 13, 2010
I installed a dual boot Windows 7 / Ubuntu netbook remix 10.04 yesterday.So far so good, everything works fine.
However, i would like to get rid of the little enveloppe in the menu bar, more precisely in what i think is called the notification area. i have found some stuff online about how I'm supposed to delete a package and restart, quite unsuccessful method really, since the envelope is still there.
Plus whenI right click on the menu bar to pin / unpin items, it doesnt work, all the submenus are greyed out.
View 9 Replies
View Related
Aug 17, 2010
need to edit my menu.lst but can't find it.
View 9 Replies
View Related