Difference between revisions of "Requests for Enhancements"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Mutiple Logins in Knoppix)
Line 64: Line 64:
 
compressed aes would be neat too.
 
compressed aes would be neat too.
 
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006
 
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006
 +
 +
 +
=='''Be Able to run X at higher resolution (but with less color) --to make the best use of the video ram'''==
 +
some older machines will work fine at 1024x768  but they just don't have the video memory to  have 32 bit color at that  resolution, and default to 640x480.
 +
Unfortunately, KDE, as it is set up, is *unusable* at that resolution. (i.e.  the 'Apply' button, from the Control Panel, is drawn at the bottom of the  window, and is  off the  screen in  that resolution--you can't see it or click on it.)
 +
--[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006
 +
 +
=='''Include a VNC Server '''==
 +
: (not just a vnc viewer) --[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006
 +
  
 
<!--Please add all bug reports above this line -->
 
<!--Please add all bug reports above this line -->
 
[[Category:Bug Pages]]
 
[[Category:Bug Pages]]

Revision as of 23:23, 25 April 2006

saved files warning on shutdown

Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.


Mutiple Logins in Knoppix

I recently had an idea for non-server type computers. This would be implementable on Knoppix, but could be applied to any distribution.

Right now, "knoppix home=scan" will scan media for a knoppix.img file.

<newidea>

It would be cool if the system looked for all files called "home-*.img". For example, I might have a home-hal.img file which would be an encrypted filesystem containg the user hal's home directory.

Suppose it found two files: home-hal.img and home-dave.img. Then the login screen would show four user options: default, hal, dave, and new. Default would create a home directory in the ramdisk using the default settings, just like Knoppix does now.

If I chose hal, it would ask for a passphrase. If that passphrase works on the encrypted home directory, then it would add hal to /etc/passwd, mount the encrypted filesystem at /home/hal, and log me in.

The "new" option would create a new user and a new encrypted home directory on whatever media is chosen.

</newidea>

The advantages are:

  1. One is not limited to the "knoppix" user.
  2. There can be mutliple home-directory images for multiple users on the same hard drive.
  3. This encourages use of encryption for security.
  4. It seems more natural security model. In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions. User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.

This idea needs work. But I think it has some promise. --Hal 16:10, 30 May 2005

This idea shows promise, but probably not in the way you imagine. This needs discussion and a forum would be more appropriate that a wiki page for that. Forum link --Rwcitek 17:38, 21 Sep 2005 (GMT)
http://www.knoppix.net/forum/viewtopic.php?t=23973 --Hal 18:31, 24 Apr 2006 (GMT)



Unique Hostname

It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first "knoppix" host gets added to the DNS.

One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like "knoppix-0008743EFDE2".


or cheatcode "hostname=random" "hostname=MAC" "hostname=whateveruwant"


Be Able to save a *compressed* readonly .img--like the saved config but with unionfs and encryption capabilities

this way a cd could be burned with the standard iso, but as a multisession. then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering. compressed aes would be neat too. --gh78 Thu Apr 13 00:58:56 PDT 2006


Be Able to run X at higher resolution (but with less color) --to make the best use of the video ram

some older machines will work fine at 1024x768 but they just don't have the video memory to have 32 bit color at that resolution, and default to 640x480. Unfortunately, KDE, as it is set up, is *unusable* at that resolution. (i.e. the 'Apply' button, from the Control Panel, is drawn at the bottom of the window, and is off the screen in that resolution--you can't see it or click on it.) --gh78 Tue Apr 25 16:08:08 PDT 2006

Include a VNC Server

(not just a vnc viewer) --gh78 Tue Apr 25 16:08:08 PDT 2006