PC/OS: Insert CD, use desktop


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News PC/OS: Insert CD, use desktop
# 1  
Old 12-05-2008
PC/OS: Insert CD, use desktop

12-05-2008 02:00 AM
PC/OS aims to be an easy-to-use Linux distribution right out of the box. Being Ubuntu-based, it has a head start on being user-friendly, but PC/OS goes above and beyond Ubuntu's measures to ensure ease of use by having common third-party non-GPL software included in the install.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

.Desktop files

Hi all I have Fedora 20 installed. I want to write a .desktop file that will open file manager and show the contents of a specific directory. Is there a way to do this? Type=Link (can i put path here?) Name=OpenAppDirectory Icon=Logo.png Please use CODE tags when displaying sample... (0 Replies)
Discussion started by: fedora18
0 Replies

2. UNIX Desktop Questions & Answers

Which is best OS for Desktop

We are going to use Linux Desktop systems. Which one will be the best option ? I prefer CentOS , but in CentOS which one ? I heard fedora will take more Ram space..!! is it ? P.S 1. Users are developers , with eclipse , java , tomcat webserver etc. 2. System Configuration ~: 2GB ,... (8 Replies)
Discussion started by: linuxadmin
8 Replies

3. What is on Your Mind?

Which OS you use for Desktop

I am on Solaris 10 cat /etc/release Solaris 10 10/09 s10x_u8wos_08a X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 September 2009 (16 Replies)
Discussion started by: solaris_user
16 Replies

4. Solaris

Desktop Resolution

Hi friends, i had small problem in my home pc i install solaris 10 but GUI is very big cannot view any thing, but i can open terminal where with very difficulty is there any command to re size my resolution some thing like 1024. if not i want to log in default console other than GUI only terminal... (5 Replies)
Discussion started by: kurva
5 Replies

5. UNIX Desktop Questions & Answers

Pin to desktop

Hello everybody! I need some help. Is there a way to pin a window to the desktop in Linux? I have a list of tasks in Calc. And I want the window of Calc to be always before my eyes, so that it sort of reminds me of my tasks. The window must be «stuck» to the desktop, and when I click the... (0 Replies)
Discussion started by: alex777
0 Replies

6. UNIX for Advanced & Expert Users

remote desktop

i want to access my group users desktop. can i did that by using xwd and xwud? else what can i do for that? (0 Replies)
Discussion started by: lakshmananindia
0 Replies

7. UNIX for Dummies Questions & Answers

desktop cube

hey. i was wondering if some one could tell me how to get install this on my open suse linux. http://en.opensuse.org/Xgl it looks pretty handy, but im new to linux and im unsure how to proceed. thanks (0 Replies)
Discussion started by: bebop1111116
0 Replies

8. UNIX for Dummies Questions & Answers

Cant get into desktop

I am a newb linux user. And i am running suse 9.3 pro. When i first installed it a couple of days ago, it booted into the desktop fine the first four or five times. And not when i turn on my computer and boot linux and loads the devices, then it prompts me... UserName: Password: (which... (1 Reply)
Discussion started by: derekmpage
1 Replies

9. Solaris

i cant get to my desktop

i just tryed to install solaris 10.. it installed fine.. but when i restarted it and tried to use it.. i get a message that says: The X server cannot be started on display :0... what do i do? :confused: (5 Replies)
Discussion started by: hiimcody1
5 Replies

10. UNIX Desktop Questions & Answers

Java 3D desktop

http://wwws.sun.com/software/products/projectlookingglass/md_2.jpg http://wwws.sun.com/software/products/projectlookingglass/md_3.jpg http://wwws.sun.com/software/products/projectlookingglass/ss12.jpg (2 Replies)
Discussion started by: HOUSCOUS
2 Replies
Login or Register to Ask a Question
GEN_KEYMAP(1)						  Ubuntu General Commands Manual					     GEN_KEYMAP(1)

NAME
gen_keymap -- generate a keyboard map decision tree SYNOPSIS
gen_keymap list ... DESCRIPTION
gen_keymap generates a decision tree from a set of keyboard maps which can be used to help a user decide which keyboard map to use. The pro- gram using the decision tree typically asks the user to press some keys; at each step, it examines the returned keycode and uses it to prune the list of possible keyboard maps until there is only one left. OPTIONS
--version Show program's version number and exit. -?, --help Show help text. -v, --verbose Be more verbose. -mMINLEN, --minlen=MINLEN Too-short keymaps are skipped (default: 30 entries). -g, --graph Generate a hopefully-nice-looking .dot file. --maps Print the to-be-processed keymaps -i, --installer Input files are in d-i map form. -IDIRS, --inc=DIRS, --include=DIRS Add a directory to the search path. -oFILENAME, --output=FILENAME Set output file (default: stdout). -fFILTER, --filter=FILTER Include only the branches leading to these keymaps. -uUSEONLY, --useonly=USEONLY Start generating the tree based only on these keymaps. (The difference between --filter and --useonly is that the former generates the whole tree and then prunes it, while the latter only generates a reduced tree to begin with. This may have implications for perfor- mance on large trees.) -sSKIP, --skip=SKIP Keymaps to skip. -t, --test Test the generated maps. --interactive Ask user to choose among indistinguishable keymaps. AUTHORS
gen_keymap was written by Matthias Urlichs <smurf@debian.org>. This manual page was written by Colin Watson <cjwatson@ubuntu.com>. Ubuntu September 5, 2006 Ubuntu