Slackware :: Finding The Location Of Default Console Keymap?

Mar 20, 2010

I avoid capslock like the plague and use "ctrl:nocaps" when in X, and would like to have the same behaviour in the console. Back when I was using Debian I got it set up the way I want, but now I can't seem to locate the default keymap. I tried editing

Code:

/usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz

and it works when I use loadkeys manually, but not on boot.

View 3 Replies


ADVERTISEMENT

Slackware :: Reset Default Keymap Then Switch Ctrl>>Capslock Not Working?

Jan 8, 2011

I'm running through an Emacs tutorial and I was trying to figure out how to exchange CTRL and CAPSLOCK.

1. From the Emacs Wiki, i saw

Code:

As super-user:

$ loadkeys emacs
$ echo "loadkeys emacs" >> /etc/rc.d/rc.local

so, maybe stupidly I tried this. Which seems to have changed nothing.

so then I try

Code:

loadkeys -d

to try and get back to the default. Which doesn't seem to work. so then thinking i should reset everything, try to go in /usr/share/kbd/keymaps/i386/qwerty and do

Code:

loadkeys defkeymap.map.gz

Finally, I go into /etc/X11 and edit xorg.conf-vesa to uncomment

Code:

# If you'd like to switch the positions of your capslock and
# control keys, use:
#
Option "XkbOptions" "ctrl:swapcaps"
and restart.

To no avail...

View 1 Replies View Related

General :: How To Change Console Keymap

May 29, 2011

I want to exchange Esc and CapsLock in console (not in X environment), how can I do it? (My OS is Ubuntu)

View 2 Replies View Related

OpenSUSE Install :: Loading Console Keymap On Boot

Feb 11, 2010

During boot-up of openSUSE 11.2 (dup'd from 11.1; default runlevel 3) the following message appears:

Code:

My question now: Is there a way to tell SUSE to set the above mentioned keymap using UTF-8 encoding instead of assuming ISO-8859-15?

The few Google search results (~7) on this topic also seem to indicate that this is a 'German-only' problem because it only seems to appear when setting German keymaps.

View 9 Replies View Related

Slackware :: Change Default Firefox (Save As) Window Location?

May 20, 2010

Since school ended, I decided to finally wipe and due a clean upgrade to Slackware 13.0. Everything is great except one thing. When I want to save something in firefox, the "save as" window that popups up, that allows you to browse to right directory, popups too low. In my window manager(wmii), the bottom is cutoff. I want to have the window popup higher. Is this possible? In my previous install, I think the window would usually remember where it last was, but now it seems to always popup in the same location. I'm not sure if this is slackware, firefox or wmii issue. Also I tried another wm, Awesomewm, and it showed up in the same spot.

View 3 Replies View Related

CentOS 5 :: Loading Default Keymap After A Yum Update?

Jul 16, 2009

after I yum update, I've got this error on boot.

Press 'I' to enter interactive startup.
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
Setting clock (utc): Thu Jul 16 18:54:50 CEST 2009 [ OK ]

[Code]....

View 19 Replies View Related

Slackware :: Set Default User And/or Password In Console Login, Automate Startx?

Jun 23, 2010

- is there a way to set the default user in console login so that all needed is to press enter(or event without it) to be able to input the password for that user - also is it possible to console login without password, by just inputting user name and pressing enter how to put startx for that user right on login, so that the user doesn't input the command manually

View 6 Replies View Related

Slackware :: Get A US Keymap In X?

Feb 24, 2011

in 13.0 I remember I had to setup some HAL stuff to get a UK keyboard. Now I have upgraded to 13.1 and my keyboard has been replaced with a US keyboard, so I would like to change the keymap to match. From what I have found when reading X no longer uses HAL? In which case, how would I change the keymap? I am not using an xorg config file.

View 7 Replies View Related

Fedora :: Change The Systems Default Keymap To Dvorak (before Login Screen)

Feb 4, 2010

Every time I log in, I get 5 alerts. When I check them out, there is nothing to see. Everything is blank. I'm tired of seeing this lousy popup each time I login. How can I fix this? Also, how do I change the systems default keymap to dvorak (before login screen)

View 1 Replies View Related

Slackware :: Keymap Change In Locally Installed Wmii?

Jul 1, 2010

I've installed wmii as window manager (slackware 13.1) locally, i.e. not system wide. I use a german keyboard and this works fine until I start my window manager. within wmii the german layout is not present (neither in xterm nor in emacs or ooo3 etc). I changed the file /etc/X11/xorg-conf already accordingly but without any effect. Hence I suspect that the local installation of the wmii requires a change of another config-file?!

View 2 Replies View Related

General :: Finding Location Of A Program With PID Known?

Feb 23, 2011

I've used ps -p to find a certain program. but how can i find the location of this program? as in the path to this program.

View 3 Replies View Related

Debian :: Finding Location Where Can Download 5.0.0 Or Any 5 Prior To 5.0.8?

Feb 1, 2011

location where I can download Debian 5.0.0 or any Debian 5 prior to 5.0.8? I've checked some of the archive sites but they seem to only go up to Debian 4.

View 2 Replies View Related

Ubuntu :: Finding The PostgreSQL Installed Location?

Mar 24, 2011

I'm using ubuntu 10.04 and PostgreSQL 8.4.7. I need to find out where PostgreSQL is located so I can run commands. I successfully installed PostgreSQL without changing any of the defaults. Matthew & Stones' Beginning Databases with PosgreSQL From Novice to Professional, as well as the PostgreSQL documentation, indicates the standard location is /usr/local/pgsql/bin/ but it's not there; it's somewhere else (ps -el | grep post confirms it IS running and psql is able to do du to display the list of users and l to display the list of databases).

But when I tried to create a new user by running /usr/local/pgsql/bin/createuser the command was not found. I tried to locate the installation by running pg_config --bindir but it said pg_config was not installed. I downloaded pg_config and its dependencies and tried to install them with the package installer, but it wouldn't go because something is wrong with the libkrb5-3 and libkrb5support0 packages - they won't install and the package installer just zips through without reporting missing dependencies or anything. The MD5, SHA1, and SHA256 checksums all match, but they just won't install. I then tried the libk5crypto3 package just to make sure something wasn't wrong on my end - it installed fine. So I searched the PostgreSQL FAQ and found out how to get the version without pg_config by doing a SELECT version(); query. here appears to be no corresponding SELECT bindir(); query. A plain ordinary file search for pgsql, postgresql, etc.

View 3 Replies View Related

General :: Finding The Location Of Downloaded Packages?

Oct 7, 2010

Where are downloaded packages saved when i download using yum?

View 2 Replies View Related

Programming :: Finding Location Of Duplicate Directories

Jan 8, 2011

This simple task is proving harder then imagined. I have a multi-level directory that I'm trying to clean of duplicates, but I can't get 'find' to print what I need to see. To give an illustrative example, here is a dir:

Code:
stuart@stuart:~/testdir$ ls *
dir1:
level2:
dir1

So the output of find as i'd like it to work would show the two locations of dir1, which would be ./dir1 and ./level2/dir1. But no:

Code:
stuart@stuart:~/testdir$ ls -d */ | head -1 | find . "`cat`" -type d
.
./level2
./level2/dir1
./dir1
dir1/

View 2 Replies View Related

General :: Open Some Location In New Tab In Existing Nautilus Window? (from Console)

May 13, 2010

I want to type something in console that will open some location (on example home dir) in already opened nautilus window. Is it possible?

View 1 Replies View Related

Ubuntu :: Finding The Squid3 Swap File Location?

Jul 14, 2010

I got squid3 installed on ubuntu server 10.4. I believe it is up and running as I can browse the internet on my other computers.I followed one of the tutorials on the net and looked at others for guide as well. Everyone of them did not mentioned that we have to create the swap files. Are we suppose too? I couldn't find the location of the swap file anywhere on the server.

View 1 Replies View Related

General :: Command VM Install - Finding Exact Location Of File

Oct 30, 2009

I am using linux machine and execute a command vm-install to perform some operation. How would I find the exact location of this file.

View 1 Replies View Related

Fedora :: Finding A Serial Console Program?

Jan 14, 2011

i was using a serial console program (not minicom) two weeks back but took a break and have no idea what it is! man, it was awesome, too. it had a nice gui, similar to hyperterminal...and from what i think i remember it came packaged with f14.

View 4 Replies View Related

General :: Finding A Console / Text Based XDM / GDM?

May 22, 2010

I would like that users can log to X but this with a text based xdm + how to active it as last in inittab since it is text what contains my inittab

Code:

1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3

[code]....

View 10 Replies View Related

Software :: Finding A Console Based Alternative To ZSAFE?

Jan 20, 2010

A program that looks like abook for storing passwd? Is there this for console, would be a console based for zsafe alternative?

View 1 Replies View Related

Programming :: Finding A Shell Script To Delete Files Which Location Should Be Read From A Log File?

Jul 16, 2011

I have 2 external hdd in wich I have all my files.... yesterday, I have copied all the files from hdd2 to hdd1 and I want to eliminate duplicates so I used FSLint to find them, now, I have a txt file that looks like this:

Code: /media/My Book/!!!MIS DOCUMENTOS/Documentos/2 sep2003-jun2009 USB/!TESIS/TESIS/TESIS CVT LABVIEW Y CODEWARRIOR/LabVIEW85RuntimeEngineFull.exe /media/My Book/HDD_Toshiba/Borrable/Pen_Drive_4GB/Tesis/Super CD de la tesis/LabView/LabVIEW85RuntimeEngineFull.exe multiplied by millions of entries...

now I want to make a shell script to delete all the files/entries (read from the log file) that begin with:

Code:

/media/My Book/HDD_Toshiba/**** Since HDD_Toshiba is the folder in hdd1 (MyBook) that contains all the files from hdd2

View 1 Replies View Related

Software :: Finding A Console Based Applications (/ Script) For Viewing PDF Documents?

Jan 8, 2010

Is there a console based applications (/ script) for viewing PDF documents? pdftk can convert, but a cool program, maybe it exists.

View 3 Replies View Related

Ubuntu :: What Is The Default Download Location

Apr 8, 2010

What is the default download location in ubuntu?

View 1 Replies View Related

Ubuntu :: Default Save Location For VIM?

Nov 1, 2010

I saved a file with vim, but not really sure where it is. I didn't specify a save location, just :w filename.

View 3 Replies View Related

Ubuntu :: Change Default Icon Location?

Mar 17, 2010

I run ubuntu karmic 64 bit and have 2 displays (Working just about perfectly ). One problem i do have is by default all desktop icons appear on my secondary display. Is there any way to change it so they appear on my primary display?

View 3 Replies View Related

Ubuntu :: Default Start Up Location For Nautilus

May 13, 2010

Is there a way to automatically have Nautilus start up in a specific folder? I run it out of the desktop not out of terminal.

View 3 Replies View Related

Ubuntu :: Default Home Folder Location?

Jul 11, 2010

I was just wondering , when you create a new user , where are the files that make it ? , like the "default" home folder?

View 7 Replies View Related

Ubuntu Servers :: Default Download Location ?

Jul 18, 2011

I have got a question, my fileserver is up and running and is working great but if i want to download something by HTTP using the command wget [url] it does not show up in my server...

I think this is because my server location is : /Home/samba/

How do i change my default download location to /Home/Samba/ so i can see this in my network?

Running ubuntu server 10.04 headless using putty SSH

View 1 Replies View Related

Ubuntu :: 10.04 - Banshee And Default Library Location

Jul 23, 2011

I am moving to Banshee on all of my 10.04 systems (anticipating the future of Ubu). Banshee has been doing something I don't understand and which seems very wrong (and which is actually causing some problems, if minor). First let me explain the arrangement. I have a server with a music share we'll call server:/tunes. On all of the machines and for all the users there is a mount (/media/tunes/) for said share.

Additionally so that all users have the same transparent experience, each user has a shortcut at ~/Music/tunes (which points to /media/tunes/). Through this I don't need to alter the default library location and all of the music on the server is automatically part of every library (and all library content and playlists have the same paths). However, Banshee has decided for some files to do one of three things:

1. It points (correctly) to only ~/Music/tunes/path/to/song.flac
2. It points (wrongly) to only /media/tunes/path/to/song/flac
3. It points to both and there is a duplicate entry
I have not knowingly given Banshee the path /media/tunes/anything.

View 8 Replies View Related







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