Red Hat :: Change The Default Text That Is Displayed On The Default BASH Logon (attached)?

Sep 12, 2010

How is it possible to change the default text that is displayed on the default BASH logon (attached)?

View 1 Replies


ADVERTISEMENT

General :: Setting Default Application For Text Files In Bash?

Apr 5, 2011

I want to tweak my linux environment so that when I type a text file name on the command line and hit enter the file should be opened in Vim.

$: /tmp/file.txt

should open the file in Vim. This is similar to what happens on windows (where a text file is opened in notepad.)

View 6 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

Ubuntu :: Default Screensaver At Logon Screen?

Dec 16, 2010

What I want to do is have a screensaver that will activate at the login screen, after a few mins lack of use.

This can obviously be set for individual accounts, but I cannot figure how this can be done for the login screen.

View 4 Replies View Related

Ubuntu :: Allow GNOME Use External Attached Monitor As Default Display?

Aug 11, 2010

I am using ATI HD3200 graphics card, and running Ubuntu 10.04 Lucid on a laptop. It have VGA port so I can attach external LCD monitor to the laptop. I am using fglrx driver.

My question is how should I configure the xorg.conf file so that when I attached external monitor, the GNOME menu bar (Applications, Places and System, etc) will be put on the external monitor instead of laptop LCD monitor.

I have checked varies web resource that saying you can drag and drop the GNOME menu bar to the new screen, it never worked. Someone also suggested to add new bar into the screen and GNOME will remember it, I can't even find the option to do that.

View 1 Replies View Related

Debian :: Change Dragora Bash Terminal To Default Jessie Terminal

Feb 29, 2016

I mainly use debian jessie , recently i have installed daragora as my second os to get a feel of gnu/linux . the problem is that dragora uses bash , and it's commands are different from debian jessie terminal is there a way that i can use the same commands here in dragora?

View 4 Replies View Related

Ubuntu :: Use Gftp-text As Default?

Jan 26, 2011

This maybe a simple noob question but it's niggling at me and I can't find an answer.For a change I thought I would pop on the forums and ask a question rather than just lurking about!I'm currently using gftp-text from the terminal to access my ftp but I'm wondering if I can change the command so I can type just "ftp" or "gftp" to use it rather than "gftp-text"? It's really not that hard to type either way and it's no biggie but I'm annoyed I can't figure it out how to do this for myself

View 2 Replies View Related

General :: How To Use Default Text Editor

Jan 25, 2011

Code:export EDITOR="nano" in ".zshrc". How do I use default text editor now?

View 1 Replies View Related

Fedora :: Set The Default Text (as Template) Whenever Open It?

Feb 8, 2011

in MS word, we can set The default text(as template) whenever we open it. so we can avoid the repetitive typing.

is it possible in vim editor?

i need to type,

Quote:

<html>
<body>
<script>

[Code].....

whenever i write the new script.. i am repeating the above format.. is there any possiblity to set vim editor to display the above text as default?

View 5 Replies View Related

Ubuntu :: Setting Vim As Default Text Editor?

Jul 13, 2010

I'd like to set Vim as my default text editor (so it opens when I click a file). How can I do this?

View 9 Replies View Related

Ubuntu :: Default Text Editor In Gnome?

Jul 29, 2011

when I want to open a document without an extension (e.g. README),and I double click it, it opens by default with kile.How can I change this?

View 2 Replies View Related

General :: What Config File Do You Change To Change Default Run Level?

Aug 5, 2009

What config file do you change to change default run level???

View 3 Replies View Related

Ubuntu :: Lost Default User Log On / Accidently Deleated Lucid Default Theme

May 18, 2010

accidently deleated ubuntu lucid default theme,and lost the default user logon,it's now flat and gray.how to get it back?i still have the background, not the user logon

View 8 Replies View Related

Ubuntu :: How To Make Default Package Installer From Lucid Be Default In Maverick?

Oct 24, 2010

in maverick the default package installer (when I double click on a .deb) is Ubuntu Software Centre, how can I make the default package installer from lucid (was it called "dpkg"?) the default again? Ubuntu Software Centre is too slow and freezes every time I click on something, can it be replaced?

View 2 Replies View Related

Ubuntu Installation :: Adjust The Default Setting Via /etc/default/grub?

May 29, 2010

I have already had Vista installed on another drive and from what i've read on the webs you get to dualboot if you install ubuntu after vista. when i did install it (i installed on a blank hdd with no partitions, choosing the "erase entire disk" option since for some reason default option was attempting to eat a part of my windows 1 gb drive instead of using disk i specially made for it) and the grub 2 loaded for the first time, there was NO option to run vista. only 2 linux (normal and recovery) and 2 memtests. I've ran linux and went to google this. I found that i should add something to some config files in /etc/grub.d/From reading the readme file i understood i could add my own files that are named like NUMBER_SOMENAME and insert code into them. Because it said:Quote: For example, you can add an entry to boot another OS as01_otheros, 11_otheros, etc, depending on the position you want it to occupy inthe menu; and then adjust the default setting via /etc/default/grub. But then i found a file 40_custom that said:

Code:
#!/bin/sh
exec tail -n +3 $0

[code]....

View 9 Replies View Related

Debian Multimedia :: Changing Default Text Editor In Xfce

May 28, 2015

I would like to set the default text editor in Xfce to gedit. The only solution that I found on Google was to right click on a given text file, select 'open with other application', sleect gedit, and make sure that the "use as default kind" button is checked. Unfortunately this only works for text files with the same extension as the original file. Is there a way of setting every text file to open with gedit by default that doesn't involve repeating this exercise for every possible text file extension (.c, .py, .h, .hs, etc.)?

View 3 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

Programming :: Bash Script 'read' With Default Values

Mar 5, 2010

I have a fallowing simple bash script:

Code:
#!/bin/bash
echo -n "Please insert your name: "
read NAME

[Code]....

It works fine, but is it possible to have default values using bash read(1b)? I mean if user is prompter for sex, he just pushes ENTER and by default 'm' is chosen. Or if user is prompted for hometown and he doesn't insert anything, but just pushes ENTER button, 'New-York' sis chosen by default Are such default values possible in bash?

View 1 Replies View Related

Ubuntu :: Changed Default Mp3 Player But Default Still Starting

Aug 21, 2010

I changed the default player for mp3 to audacious, which works fine, just that every time I doubleclick a mp3 file, a second application button appears in my taskbar saying "opening [file]" which looks like the default player. this program will eventually time out and go away, but it's still annoying - any idea on how I would go about fixing this?

View 2 Replies View Related

Ubuntu :: Changing Default Studio Appearance To Default?

Sep 28, 2010

I was using ubuntu 10.04 till yesterday.. and due to hdd crash i have changed my hdd.

while looking for my installation disc, my wall-mate gives me this Ubuntu Studio dvd and instead of downloading a new one, i have installed the studio. at the first sight ... i am being a fond of studio version .. its really cool.

now, i am quite habituated with default appearance of ubuntu, i found studio appearance is quite unusual (for me, menu layouts, panel everything).

I would like to know how do i change this default appearance like ubuntu default 10.04 appearance. I am attaching a screen-shoot of my friends desktop, he upgraded his ubuntu thru apptitude update.

View 9 Replies View Related

Fedora :: Konqueror Default View - Embedded Text Editor Mode

Jan 22, 2010

Everytime I open Konqueror, it opens in "Embedded Text Editor" mode . So if I open it then click on a bookmark, it opens in edit mode. I can select View->View Mode->khtml and then the page displays properly. If I click on a link from that page, it displays properly. If I open a new tab, it is back to edit mode. If I open konqueror from konsole, it has the same behavior. I have removed all files under ~/.kde that mention konqueror, kong_* or kfmclient.

I checked the menu entry for Konqueror, and it is "kfmclient openProfile web browsing". I have set the view mode properly, then manually saved the profile in Konqueror. I have checked the system settings file associations, and the konqueror entry has the same application command (kfmclient) as the kde menu entry. Does anyone know how to make the view mode "stick" for Konqueror such that when clicking on html urls or selecting bookmarks causes Konqueror to display properly?

F12 x86_64, latest updates (4.3.4-1).

View 2 Replies View Related

Programming :: Formatting Fields And Text Being Displayed From Text File?

Feb 9, 2011

I want to display the contents of a particular log file (simple text file, I mean in Linux). But there is a problem: The contents need to be organized in a fixed format. Have a look at this log file:

sampleLog.txt

Code:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

So, while displaying the contents of above file on a web page, I want to format the field names found in the log file: User Name:, Reported Problems Description:, and Remarks:. These fields may contain a variable length of text and no specific line number is assumed for them to appear on.

The desired output should look like this:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

Well, what I am trying to do may sound wierd to some of you. The filed "Reported Problems Description:" can possible contain text which embeds colon (.

View 15 Replies View Related

Fedora :: Upgrade To KDE 4.4 And "Configure Kmail" Displayed In The Default Font No In Console Font

Feb 25, 2010

In all previous versions of KDE I had Console8x16 set as KDE font for all cases (Settings->Appearance->Fonts). After tonight upgrade, this (only!) font is not working. I can see it in font manager, I can set it in ...Appearance->Fonts, but actually remains default font. Two of about 30 attempts somehow (can not reproduce) succeeded to set "console 12" font, but it disappeared after restart.

1. What can be the problem in 4.4?
2. In /usr/share/fonts tere are 3 files named console8x16.pcf, console8x8.pcf and console9x15.pcf, but in the font list in Appearance->Fonts I can see only 2 - one named "Console" (seems to be 8x16 and "console" (8x8). File 9x15 does not appear at all. Why?

Last results of attempts: cannot use console font in part of areas, while part works OK. For example: kdevelop editor, kmail message body text works OK. But kmail other parts - does not. The most interesting is that although setting the kmail body message text to console displays the message body text correctly (with console font), but the example message in "Configure kmail" dialogue "The Quick Brown Fox Jumps Over The Lazy Dog" is displayed in the default font, as if there is no console font!

View 3 Replies View Related

Fedora :: Increase Default Large Text Size In Universal Access Settings?

May 28, 2011

I installed Fedora 15/Gnome 3 because I liked the Universal Access Settings widget for controlling the appearance of my living room computer attached to my TV. It should (when it becomes more stable) make it easy to zoom in on the screen when I'm on the couch. There is also a Large Text setting that allows me to toggle between normal text size and perhaps 125% text size.

I'd like to set that value to about 200%, but don't see how to do it. dconf-editor didn't seem to have a way. gnome-tweak-tool has a way to make all fonts bigger or smaller but I want to easily switch between normal text size when I'm sitting close and large text from the UAS. Screwing around with gnome-tweak-tool would require me to be up-close. It looks like UAS is controlled by /usr/share/gnome-control-center/ui/uap.ui, but it is a wickedly complex xml file & I don't know what to edit. Is there a per user way to change the behavior?

View 1 Replies View Related

OpenSUSE :: Can't Change Default GUI

Sep 22, 2010

So I just switched from KDE to Gnome and after a successful install upon logout I went to the panel that allows one to choose an application (KDE, Gnome, Windowmaker etc).

Gnome worked like a dream.

"I don't remember installing any other applications," I says to myself "Why would they be listed there? I'll try booting into one of them."

At random I chose a new xWindow and hit enter... blackness.

So like any linux user I created /etc/sysconfig/desktop with DESKTOP="GNOME" and DISPLAYMANAGER="GNOME" parameters to force my hand back into Gnome.

View 5 Replies View Related

Ubuntu :: Change Default JRE And JVM?

Jul 10, 2010

Quote:

One of the greatest things about Linux, ( I'm currently using Ubuntu 10.04 LTS) is your ability to install more than one version of java. Ubuntu, and by default, comes loaded with OpenJdk, which is an open source version of Java. As I stated in a previous discussion, I had some issues to run glassfish with the OpenJdk, so I decided to install the "closed" version of Java directly from Sun microsystem's website ( Hosted by oracle nowadays).

After downloading the latest Java development kit(JDK) which also includes the Java Runtime Envirnonment (JRE), I installed it from the terminal. The java file I downloaded was a ".bin" file. I have explained in the previous discussion, how to install a .bin file.

The installer will extract all the contents of the ".bin" file to a folder in the same directory as of the ".bin" file. Assuming that you have extracted the contents of the ".bin" file to a folder on your Desktop called JAVA6, then the path to this folder would be:
/Desktop/JAVA6

after that go to your terminal window and do the following: sudo update-alternatives --install "/usr/bin/java" "java" "/Desktop/JAVA6/bin/java" 1

Then issue the following command:

sudo update-alternatives --set Desktop/JAVA6/bin/java

This should set your newly installed java as your default JVM and JRE.

View 2 Replies View Related

General :: How To Change Default?

Jul 20, 2010

I don't know what is up with our servers, but each time I upgrade Linux or switch back to Windows it seems that the default providers have changed,and as such I'm having trouble finding out how to change the default run level from 5 to 3 in Ubuntu 10.4. I had tried the /fstab file, and although the last time I made this configuration was under Suse, I'm not even sure that's how I did it for OpenSuse. I did find how to pass the text argument to the kernel but I don't want to disable GDM so that I have to renable it everytime I login. I'm unsure of how this will affect the startx command, at which point I'll be stuck sifting through books for random commands that might perform the task I would like.To elaborate, the reason I'd like to switch my default run-time level is so that I can configure an nvidia proprietary driver, which requires that the x server not be running and I could switch tty's but that doesn't shutdown the x server and although someone had given me a key combination to the effect of ctrl-alt-backspace,backspace I was advised against using it as it might cause damage to the integrity of the data used to load gdm.

View 1 Replies View Related

Red Hat :: Change The Default Port (80) To 85?

Sep 10, 2010

I installed Apache2 on Redhat EL 5. I am trying to change the default port (80) to 85. I tried editing httpd.conf and changed

Listen 80
to
Listen 85

It ditn't change any thing. 'netstat -tuapn | grep :85' returns nothing.

View 6 Replies View Related

Fedora :: How To Change Default OS To Vista

Dec 9, 2009

I can only get so far and then I find myself staring at the menu.lst (/boot/grub) in gedit. It looks nothing like the menu.lst in Linux Mint 7 and I know that tampering with the menu.lst could spell disaster. So how do I go about changing my default OS to Vista? I have been tinkering with distros for quite some time now but still not a pro.Take a look at what I got below.

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_localhost-lv_root
# initrd /initrd-[generic-]version.img
# boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.6-162.fc12.i686)
root (hd0,1)
kernel /vmlinuz-2.6.31.6-162.fc12.i686 ro root=/dev/mapper/vg_localhost-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.31.6-162.fc12.i686.img
title Fedora (2.6.31.5-127.fc12.i686)
root (hd0,1)
kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=/dev/mapper/vg_localhost-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.31.5-127.fc12.i686.img
title Windows Vista
rootnoverify (hd0,0)
chainloader +1

View 6 Replies View Related







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