OpenSUSE :: Change Default Command Line Editor?

Mar 1, 2010

I want to change the default command line editor from vim to nano, so for example when I type "visudo", I want it to user nano. In Ubuntu this can be easily done by using "update-alternatives --config editor", but openUSE doesn't have an editor-option

View 4 Replies


ADVERTISEMENT

Ubuntu :: Change Default Window Manager Through Command Line?

Jul 16, 2011

I'd to know how to change ubuntu's default window manager through command line.

View 1 Replies View Related

OpenSUSE :: Defining Default Applications Via Command Line/terminal?

Apr 7, 2011

I recently upgraded from 11.3 to 11.4 succesfully. I had to reinstall several applications and, some of them, can't be configured as default from the control panel (e.g. Opera as default browser, VLC as default media player). The problem is that droplists at the prefered applications don't show any other than the default ones, Firefox and TotemIs there a way I can change these settings via command line or a way to fix what applications are shown at the control panel?

View 8 Replies View Related

General :: How To Change The Default Text Editor

Jul 28, 2010

How can I change the default text editor for console programs in Ubuntu.When I run mutt and send a message, it currently loads up Joe and I would prefet to load Vim.I know I can change $EDITOR for me only, but would prefe to do it system wide.

View 2 Replies View Related

Ubuntu :: Change The Default Text Editor?

Jun 4, 2010

I'm using Thunar, and I would like to know how to change the default text editor. It's set to emacs (due to a weird install), and I'd like it set to gedit globally.

View 3 Replies View Related

Software :: How To Change Default Editor To Use As Root?

Mar 28, 2011

How do I change the EDITOR environment variable so it stays changed? I already put a line

EDITOR=/bin/nano

in /etc/environment, and I also tried

sudo update-alternatives --config editor

to no avail; when I do gksu nautilus in Debian and open a config file I get abiword, and when I run the script "open as administrator" in Ubuntu I open Emacs if it is installed (I'd like to learn Emacs but not use it right away for simple editing tasks). How come? How can I make nano stick in all cases? I'll keep looking but have not yet found anything useful.

View 4 Replies View Related

Ubuntu :: Command Line Tag Editor For Ogg Files?

Oct 8, 2010

I had a great system going with a bash script to update all of my mp3 files' genre tags. Now that my music collection is ogg, id3v2 doesn't work.

Can anyone recommend a command line tool to edit tags for ogg files please?

View 6 Replies View Related

Ubuntu :: Command Line Partition Editor?

Feb 19, 2011

I have a 500G HD with several partitions. I have just added another exact 500G HD and would like to copy the partition table from the first HD to the new HD.What is a good command line partition editor to get the job done? All of my partitions are ext4. I have looked at parted but the man pages says it does not support ext3, so I guess it will not work with ext4 either.What I am ultimately going to do is to set these two HD in a RAID0 configuration without having to re-install Karmic.

View 5 Replies View Related

General :: Copy-paste From Editor To Command Line?

Dec 23, 2010

I am trying to upgrade PHP on our linux box ( CentOS ) I copied the configure command from the phpinfo and now I want to execute that.I am not able to copy the command from an editor in linux to the command prompt, clicking the wheel om my mouse does not work, neither does shift-insert or ctrl-shift-insert.It does work in the editor itself.Is there a way to do this ?Or is there a way to execute the command in linux while it is in the file ? Like a bat file on Windows ?

View 14 Replies View Related

Debian Configuration :: Change Default Editor In Live Usb-hdd Creation?

Apr 29, 2011

Howto change default editor by live usb-hdd creation? Normally, I can change from the command line:# update-alternatives --config editorbut howto put it into live config?

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

OpenSUSE :: Vi Editor Ctrl-g Does Not Display Cursor Line Number

Aug 5, 2010

On Solaris UNIX, pressing Ctrl-g displays the line number for the cursor position.

i.e. line 1 0f n* --0%--

But, on suse Ctrl-g on displays the percentage only, not the hard line number

i.e. n* lines --8%--

Anyway I can make vi display hard line just like Solaris?

View 6 Replies View Related

OpenSUSE :: 11.4 64bit KDE 4.6.0 Configure Default Text Editor Broken?

Mar 16, 2011

I'm unable to set a default text editor since upgrading to 11.4. Configure Desktop > Default Applications > Text Editor. Only has one option - Embeded Advanced Text Editor It's something named Mousepad 2.16. I wish to use Kate or Gedit instead!

View 4 Replies View Related

General :: Set Default Browser On Ubuntu From Command Line?

May 10, 2011

I'm using Ubuntu 10.04 with Fluxbox.

Since I installed Chromium-browser, it has been set as the default system browser (don't know why, don't know when, maybe I clicked accept somewhere without paying attention). Now every web link I click (for example from Skype), Chromium will be opened instead of Firefox.

How can I make Firefox my system default browser?

I need to set this preference using the command line.

View 1 Replies View Related

Ubuntu :: Change Hotkey In Command Line?

Dec 24, 2010

I just searching a way to modify a hotkey like in system->preference->keyboard shortcuts but in command line, because I want to make a configuration file and I need to delete a hotkey.

View 3 Replies View Related

Ubuntu :: Change The Things With Command Line?

Mar 10, 2011

I understand the basics, where certain files are located, how to change basic things, and very basic stuff with the command line (I use it to organize my files mainly). If at all possible could you supply me with a guide - be a website or a book to:

1) Just the general layout of the system (whats in the depth of the /etc folder and what naught)

2) How to more efficiently use the command line. As in where I am not giving in and using the GUI all the time.

3) What programming language(s) should I learn. I am thinking C and Python to start.

View 1 Replies View Related

Ubuntu :: Change Time From Command Line?

May 15, 2011

I decided to install Chromium OS to my dad's netbook, and it works perfectly. The only problem is that i can't change the time. Luckily, I can access a command line by pressing CTRL+ALT+T. So maybe I can change it from the command line.

View 5 Replies View Related

Ubuntu :: Change Log In Pref From Command Line

May 24, 2010

I upgraded to Ubuntu 10.4 and for various reasons I found myself selecting a KDE session without KDE being installed. This has locked me into a situation where I can't boot up/log in properly. I can get to a command line and start the x environment as root. How can I re-set any user's preferences to default (via the CL)? Ie, I'd like to re-set a user (myself) so that I can again choose the log in to a gnome session.

View 2 Replies View Related

Debian :: Change A Terminal Bkgnd By Command Line?

Feb 9, 2011

I'm sure it's possible, but I haven't found an elegant way to do it. I can't just use the GUI since I want to integrate this line of code into a greater shell script for this project.

My preferred terminal is terminator, but it doesn't really matter at this point.

View 5 Replies View Related

Ubuntu :: Change Desktop Icon Via Command Line?

May 28, 2010

What is the command to change a desktop icon's image to a custom image? Also, is it the same for a link and launchers?

View 4 Replies View Related

Ubuntu :: Change Screen Resolution At Command Line?

Jul 20, 2010

what is the command or man/info page that show how to change screen/monitor resolution while in the bash shell?

View 1 Replies View Related

Ubuntu :: Change System Language Via Command Line?

Jan 29, 2011

I built Ubuntu desktop up from a server install. I'm using Gnome. I want to change the system's language, and I have no menu option to enter System>Preferences>Language Support. I need to either:1.) Install whatever will place that option in the menu.2.) Affect the change via the command line (preferable).I just can't figure out what to install and Google only produces GUI tutorials. =/

View 2 Replies View Related

Ubuntu :: Change Screen Resolution From Command Line?

Feb 20, 2011

Does anyone know if there's a command I can put in Terminal to change the screen resolution?

View 3 Replies View Related

Ubuntu :: Change Gdm Login Screen From Command Line

Mar 22, 2011

is there a way to change the gdm login screen (either the background image or the text in the login window) from the command line?i'd like to check several things at boot and report that on the gdm login screnn.

View 8 Replies View Related

Ubuntu :: Change Desktop Environment From Command Line?

Jun 13, 2011

I installed the latest version off the download site yesterday, when first booting an error message came up that my hardware does not support the most recent desktop environment so I should switch to classic. After a bit of googling I found out how to do this.

The problem is that my hardware really doesn't support the current desktop environmet, I can't get the windows to appear, I just get black rectangles in the middle of the screen instead, so the GUI is inaccessable.

I am looking for instructions on changing the desktop environment from a command line (which I can boot to).

View 3 Replies View Related

Ubuntu :: Change File Property Using Command Line?

Jan 16, 2011

i want to know how to change file property using linux command line?

View 3 Replies View Related

General :: Change Login Manager Gdm->command Line Only?

Feb 28, 2010

I am using debian 5.04(base) + lxde. I am using gdm to login. I want to change the gdm to commandline login only, which similar to (ctrl +alt + f2) but whenever computer restart, it boot into gdm. what is the file to change the boot level?

View 1 Replies View Related

Fedora X86/64bit :: Cannot Change Services With 'setup' Command Line In F10 (64-bit)

Jul 8, 2009

The problem relates only to the configuration of services in text mode ("setup", part of the setuptool package). The setuptool package is "setuptool-1.19.4-2.fc9.x86_64". There is no "Services configuration" menu when I start "setup". The tools listed in the setup window are:

- Authentication configuration
- Firewall configuration
- Keyboard configuration

[code].....

IMHO, the reason I don't have a services configuration tool is the missing services configuration files "98services" and/or 99"services" (or something like that) from the setuptool's configuration directory. (Please correct me if I am wrong.) Can someone please let me know what information should be in those two files, and what are the correct file names? Without them I cannot change the services on this computer. (FYI, the GUI (system-config-services) works, however, I need to run this computer in text mode.)

View 2 Replies View Related

General :: Change Brightness On System Desktop Through Command Line?

Mar 9, 2011

I have a Debian Linux desktop. I want to change the screen's brightness without pressing the brightness button of my monitor. How can I do this? is this possible in command line or is there an application to be installed?

View 3 Replies View Related

Ubuntu :: Change Desktop Environment/Session From Command Line?

May 12, 2010

I had chosen automatic logon. Then updated to 10.04. During logout to change Desktop Environment/Session, I noticed that GDM login screen had an option for KDE session although I had not installed KDE. I got curious. So I tried it. System hangs. Restart does not help because somehow gdm proceeds to the KDE session although I did not choose it to be default session. So I had only CLI left.

I got over it by stopping gdm (/etc/init.d/gdm stop) and removing gdm and installing xdm. Anyway, what is the proper way? How to order desktop environment from CLI and/or where is the default desktop environment option written in a file?

View 2 Replies View Related







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