Linux, Unix, /etc/

$ To set up this Linux system, do I really have to type long, cryptic, frequently inconsistent and undocumented commands with occasional long strings of hex digits?

# Yeah. You got a problem with that?

Sponsored links (requires javascript):

#!/bin/sed -f
#de2type: replace German special characters with old typewriter equivalents
s/ä/ae/g
s/Ä/Ae/g
s/ö/oe/g
s/Ö/Oe/g
s/ü/ue/g
s/Ü/Ue/g
s/ß/ss/g


main | scripts | contact | links

Sponsored links (requires javascript):