CyberMan Software

Home Linux LEAF Logger UU Coder
Code64 Nuke Websites Contact Graphical
printer-friendly page
Terms of use:

Harvesting e-mail addresses from this website for Unsolicited Commercial E-mail (UCE) is strictly prohibited. UCE (aka SPAM) sent to any e-mail address in the cybermansoftware.com domain will be assumed to have been sent with the intent to harass or annoy. It may be prosecuted as a criminal offense under NY State Penal Code Section 240.30.


CMS Linux Details


CMS Linux is a new Linux distro based on Red Hat 7.3, but with several of Red Hat's idiosyncrasies fixed. Major differences are summarized as follows:

Differences from Red Hat

[ Top of page ]

How to use encrypted filesystems

Disclaimer: These instructions are provided as they work on my system. They may or may not work on yours. They are provided without warranty or guarantee of any kind whatsoever. Their use, if you use them, is entirely your own responsibility.

Q: How do I make an encrypted floppy disk?
A: To make a brand spanking new disk:

A: To encrypt an existing disk: Q: How do I change my password or use a different cipher?
A: To change your password: Q: How do I encrypt a hard disk partition?
A: The same way you encrypt a floppy disk, except: A: You can store encrypted data in a regular file, instead of a partition: Q: How do I allow non-root users to use encrypted filesystems?
A: Add the following lines to the file '/etc/sudoers':
<username> ALL=/sbin/modprobe cipher-[A-Za-z0-9]*
<username> ALL=/sbin/modprobe -r cipher-[A-Za-z0-9]*
<username> ALL=/sbin/modprobe -r crypto[a-z]*
<username> ALL=/bin/mount -t [A-Za-z0-9]* /dev/loop[0-7] /mnt/floppy
<username> ALL=/bin/umount /dev/loop[0-7]
<username> ALL=/sbin/mkfs -t [A-Za-z0-9]* /dev/loop[0-7]
The user <username> can then type 'sudo' before each command that requires root access.

[ Top of page ]


Home Linux LEAF Logger UU Coder
Code64 Nuke Websites Contact Graphical
Privacy Policy:

Absolutely no personally identifiable information is collected about your visit to this website. If, however, you choose to contact CyberMan Software or participate in a contest, then only information that is necessary to reply to you or deliver your prize is collected. No information will ever be shared with anybody else, except as legally required. Period.

Copyright © 01-08-2004
CyberMan Software, All Rights Reserved