Software :: Midnight Commander Using Nano, Not Built-in Editor?

Jun 26, 2010

I prefer to use the built-in editor that came with mc, which can be accessed with 'mc -e', however, I find when using midnight commander, if I type 'F4', then I'm presented with nano, which isn't what I want.

View 1 Replies


ADVERTISEMENT

Fedora :: Midnight Commander Gone From F13 / Why Is So?

Jun 29, 2010

What happened to Midnight Commander?

View 7 Replies View Related

Fedora :: SSL / TLS Support With Midnight Commander

Jan 10, 2010

I have a problem accessing a ftp server with SSL/TLS active with Midnight Commander.By now I'm quite sure that Midnight Commander does not support SSL/TLS.Anybody know of a alternative to MC with SSL/TLS support or a work around so that I'm able to use MC?A non cli ftp-client is not an option because the machine I'm accessing from is in runlevel 3.

View 1 Replies View Related

Slackware :: Add Midnight Commander To Xwmconfig?

Apr 2, 2011

Subject says it all, how do I add midnight commander to xwmconfig as a selection?

I have not downloaded mc yet.

View 6 Replies View Related

Slackware :: Midnight Commander Panel Focus?

Mar 25, 2011

MC remembers which panel (left or right) had the focus when closing. The next time MC opens that panel receives the focus. Is there a way to disable that option where the focus is always the left panel?There is a Command option (shortcut Ctrl-u) to swap the panels. I prefer MC simply start with the focus on the left panel.

View 2 Replies View Related

Fedora :: Midnight Commander 4.7.5.2: Always Returns To Its Starting Directory?

Jun 29, 2011

I am using Midnight Commander, namely this package:mc-4.7.5.2-1.fc15.x86_64I have noticed it always returns me to the directory it was started in, no matter what is told in its manual.Are there simple means to override this behavior and quit it in the current directory (as expected when quit via F10)?

View 9 Replies View Related

OpenSUSE :: Color With KDE4 - Konsole And Midnight Commander

Mar 16, 2011

This problem has been bugging me since KDE4 starting shipping. In konsole, if you use the default black on white profile, and you start Midnight Commander, the color of the MC screen is the default blue color it has always been. However, if you change to the green on black profile, which is the one that I prefer, and you start MC, the blue changes to some unreadable light robin egg blue which is horrid.

I'm making a huge assumption here, but it looks like something is off with the green on black profile in Konsole. Try it yourself and you will see what I mean. This only started with KDE4, but it still persists through every version to current.

View 4 Replies View Related

Slackware :: Midnight Commander Configure Arguments Changed?

Mar 15, 2011

To enable samba virtual file-system in mc (under slackware-current), mc's configure needs different arguments than before. See the attached patch.

Code:

--- mc.SlackBuild.~0~2010-11-11 21:37:44.000000000 +0100
+++ mc.SlackBuild2011-03-15 16:56:36.765258508 +0100
@@ -85,9 +85,9 @@

[code]....

View 1 Replies View Related

Ubuntu :: Can Midnight Commander Be Installed To Server 10 From Another Distro Cd

Oct 14, 2010

I know this is going to sound lazy but can midnight commander be installed to ubuntu server 10 from another distro cd?

View 1 Replies View Related

Fedora :: Midnight Commander Takes A Life To Start / Sort It?

Dec 25, 2009

Since I began using F11, Midnight Commander takes a life to start. Previous versions of Fedora didn't give me any problem. I know many of you don't use it, but for those who needs MC, anyone is having the same trouble? F11 x86_64.

View 1 Replies View Related

General :: Midnight Commander - Exclude Some Directories / Patterns When Doing Search

Apr 7, 2011

In Midnight Commander, is it possible to exclude some directories/patterns/... when doing search? (M-?) I'm specifically interested in skipping the .hg subdirectory.

View 1 Replies View Related

General :: Shortcut Keys In Midnight Commander To Open Menus?

Dec 22, 2010

The visual file manager Midnight Commander has the menus Left, File, Command, Options and Right.

Is there any shortcut key to open these menus?

View 3 Replies View Related

Ubuntu :: Midnight Commander 4.7 Theming (skinning) Is Broken On Lucid - No White Color

Jul 14, 2010

After upgrading to Lucid, MC looks ugly - like some colors are missed. Its very difficult to work in MC now - directories and files have same color for example. [fantomas@fantomas-laptop]:-boot.png. Also, applying different themes (skins) changes bottom bar (with menu: F1 F2 etc) button colors only, not affecting colors of panels. Install 4.7.3 build of MC from here: [URL]...

View 7 Replies View Related

Software :: Ctrl-enter Doesn't Work When Running Midnight Commander In Xterm?

Feb 16, 2010

When running MC in xterm or gnome-terminal, it doesn't seem to allow the use of Ctrl-enter and Ctr-shift-enter to copy marked files to the command line.

Does anyone know of another way to cause this to happen or a way to enable it under xterm/gnome-term?

View 6 Replies View Related

Ubuntu Installation :: Midnight Commander No Longer Installable / Need Console Based File Manager For 10.4

Jan 9, 2011

I need a console based file manager for 10.4 and my beloved mc is no longer installable.

View 4 Replies View Related

Software :: What Is The Processing Of Nano Editor

Nov 4, 2009

what is the processing of nano editor in linux???

View 4 Replies View Related

Debian Hardware :: Use Nano Editor To Set Which Display To Use?

Nov 14, 2015

debian 8 64bit
lxde

On a notebook mainboard, that has no display, a vga display is connected, I want to set mainboard display to turned off and vga display turned on and primary. Keeping the settings after restarting.

In lxde there is 'display settings'. If I set 'turn off laptop lcd and use external monitor only vga', it does not keep the setting, not even until the computer is turned off. It defaults to the setting with both displays turned on.

I got this link [URL] ....

I cannot find the location of the file.

Using nano editor on a file, can I set the vga display to get the only and primary display also after restarting the mainboard? What file and location?

Should I edit text to
xrandr --output VGA1 --mode 1024x768 --rate 60
xrandr --output VGA1 --primary

What do I write to turn off lvds display? Will the settings apply such that the debian login screen will show on the vga display when starting the mainboard?

View 7 Replies View Related

Ubuntu :: How To Save Cron Job In Nano Text Editor

Jan 17, 2010

I've looked at tutorials but can't find out how to save a cron job in nano text editor.

I open crontab with

Quote:

crontab -e

The cron job I want to save is

Quote:

wget --output-document=dwr_$(date +\%Y\%m\%d\%H\%M).gif http://imd.gov.in/section/dwr/img/caz_chn.gif

So now I've got this in nano text editor

Quote:

# m h dom mon dow command
wget --output-document=dwr_$(date +\%Y\%m\%d\%H\%M).gif http://imd.gov.in/section/dwr/img/caz_chn.gif

What exactly do I do now to save the cron job? File doesn't have a Save As option,;just Open Terminal, Open Tab and New Profile.

View 9 Replies View Related

Ubuntu :: Disable Sudo Password For Nano Editor?

Aug 11, 2011

How do I disable sudo password for nano editor in my box ? I've already tried this following line in /etc/sudoers. But I haven't logged off or rebooted the box maybe this is why it did not work.

user ALL=(ALL) NOPASSWD: /usr/bin/nano

so for example when I try to edit file /etc/nginx/nginx.conf I run nano /etc/nginx/nfingx.conf

or this won't work because nginx.conf file belongs to root ?

View 2 Replies View Related

General :: Copy/Paste From Nano To An Outside Text Editor?

Mar 27, 2011

I am trying to copy paste from a file in Nano to a text editor outside of nano on my machine (I am running windows using Nano through Putty) and I cannot figure out how to do it. I can select with mouse support enabled everything that I want to in Nano and I can cut it, but when I try to copy into my other text editor, it does not work.

View 4 Replies View Related

General :: Nano /pico Text Editor Required For SUSE10?

Jul 23, 2009

i have been trying to find the nano or pine text editor for suse 10 64bit architecture but unable to find it and use it. i am not interested in vi editor. i have been using nano for fedora/RHEL for a long time. in finding rpm of nano/pico for suse 64bit architecture.

View 3 Replies View Related

Ubuntu :: Selecting Multiple Files With Shift + Arrow, Tux Commander, Gnome Commander?

Nov 19, 2010

Ubuntu 10.04 LTS Lucid Lynx
Tux Commander 0.6.7.0-dev

When I use the default graphical file manger in Ubuntu, holding down the shift key and pressing the up or down arrow keys will select multiple files. This doesn't happen in Tux Commander or Gnome Commander. I tried looking through the preferences of each application and googling on my question. No dice. Is there anything I can do to get this functionality?

View 1 Replies View Related

Ubuntu :: Text Editor Column Editor And Regex Search/replace, Incrementing Number Insert?

Jul 25, 2011

On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.

View 1 Replies View Related

General :: Default Editor Can Be Changed In Redhat To Different Editor?

Mar 10, 2011

How default editor can be changed in redhat linux to different editor.

View 4 Replies View Related

Ubuntu :: Back In Time On Firday At Midnight?

Jul 31, 2010

below is the default for a week using the program backintime@weekly nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1Did I edit the crontab right for once a week on friday at 12am?0 0 * * 5 nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1

View 1 Replies View Related

Software :: Calculate Minutes To The Next 0:00 Midnight Is, In A Shell Script?

Feb 4, 2010

How can I calculate minutes to the next 0:00 midnight is, in a shell script ? Example it may be 07:10 or 22:36 now and I want to find out how many minutes to the next 0:00 midnight is ?

View 1 Replies View Related

Programming :: Bash Daemon Encounters Syntax Error After Midnight?

Feb 24, 2011

I have a daemon script which wakes up every 5 minutes and checks the health of started processes. It works fine during the day but throws a syntax error just after midnight.Here is the log:

(02/22-23:49) Check all started processes
(02/22-23:54) Check all started processes
(02/22-23:59) Check all started processes

[code]....

View 9 Replies View Related

Ubuntu :: Can't Start R Commander

May 27, 2011

When I try to run R Commander, the window pops up but is unresponsive. Nothing will respond to clicks, and there's nothing to do but Ctrl-C it.

Code:
r --interactive
library(Rcmdr)
Loading required package: tcltk
Loading Tcl/Tk interface ... done

[Code].....

View 3 Replies View Related

OpenSUSE :: Gnome Commander Does Not Start As Root

Apr 8, 2011

gnome commander does not start as root. It started before. Not so long ago i restarted my pc, and i think gnome-commander (as root) did not close. And now it wont start. I started it as: su -> password -> gnome-commander Where can i check or what command should i run to help u guys diagnose the problem.

P.S. i tried to run nautilus as root but that did not work either, and gave me these error:

4 errors of this type: (nautilus:8372): Eel-WARNING **: GConf error: ...
3 errors of this type: (nautilus:8372): Unique-DBus-WARNING **: Unable to connect to ...

View 6 Replies View Related

Ubuntu :: Want Gnome Commander As File Manager?

Jan 4, 2010

I hope you will be able to help me, because a day ago asked the same question to russian linux users and did not give me an answer at all. I am using xubuntu on my laptop and am completely sick and tired og thunar file manager. Found what I want - it is Gnome Commander. But really cannot find out how to make it default, especialy I would like to open it by clicking the button Folders (Places) near the Main menu button (hope I described it correct).

View 1 Replies View Related







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