참고 :
@ 퍼피리눅스에서 한글을 사용하려면 : (http://blog.naver.com/nixorkim/20089996998)
1.44 MB 디스켙 4장에 설명서 파일 까지 합쳐서 5장짜리 리눅스를 설치해보자.
설치한 후 X 윈도우의 xterm을 사용할 때의 팁 !!
xterm 터미널 텍스트 색상 설정 변경하기 글쓴이 : uathebest (2006년 05월 05일 오전 03:50) 읽은수: 10,490 [ 쉘 ![]() ![]() |
![]() $ /bin/ls --version ls (coreutils) 4.5.3 $ xterm -version XFree86 4.2.99.903(174) # xterm 색상 : 첨부파일 참조 # 변경 방법 1. xterm 색상 조정하기 /usr/X11R6/lib/X11/app-defaults/* 2. 알맞는 터미널의 default 설정을 자신의 홈디렉토리내로 복사한다. ex) $ cp XTerm-color ~/.Xdefaults-$(HOSTNAME) .Xdefaults-$HOSTNAME 을 수정한다. 3) 디렉토리, 압축파일, 실행파일 구분해서 색상 변경하기 .Xdefaults-$HOSTNAME파일을 열어서 다음을 알맞게 수정한다 ! color7 : typing color ! color8 : command error color ! color4 : grep listing color ! color9 : compressed file ! color10 : executable file ! color12 : directory color 다른 color[12356], 13, 14, 15, UL BD등 어디에 쓰이는지 아시는분 리플 부탁드려요 ^^ |
미니리눅스의 배포본 인덱스
/pub/Linux/distributions/mini-linux (INDEX) ------------------------------------------------------------------------------ minilin.txt documentation minilin1.zip part 1 of 4 minilin2.zip part 2 of 4 minilin3.zip part 3 of 4 minilin4.zip part 4 of 4 minilinx.exe support programs (DOS self extracting archive)
출처 :
Index of /public/ftp/pub/Linux/distributions/mini-linux
- Parent directory
- Alternate index format
- minilin.txt
- Alternate index format
- documentation (6112 bytes)
- minilin1.zip
- part 1 of 4 (1408970 bytes)
- minilin2.zip
- part 2 of 4 (1430461 bytes)
- minilin3.zip
- part 3 of 4 (1395005 bytes)
- minilin4.zip
- part 4 of 4 (1314835 bytes)
- minilinux.lsm
- minilinx.exe
- support programs (DOS self extracting archive) (58898 bytes)
Page prepared by ewt@sunsite.unc.edu
미니 리눅스 설치방법
MINI LINUX
----------
By Mario Valente, 1995
Esoterica
Introduction
------------
MINILINUX is yet another distribution of Linux.
It has two objectives:
- create a suficiently powerful distribution ( 4 diskettes ) but a powerful one ( TCP/IP and SLIP, X Windows, etc ) in an easy
to install way, particularly by MSDOS users. Usually a Linux distribution makes you backup, repartition and reformat your hard disk; or they make you buy a CDROM or download lots of diskettes. MINILINUX by using the UMSDOS filesystem and the LOADLIN command ( for DOS ) allows you to install LINUX on an MSDOS partition and coexist: from the DOS side you'll see a C:\LINUX directory and you'll have a "linux" command that boots up Linux. From Linux's side you'll have a /DOS directory containing all your DOS files and you'll be able to go back to DOS by rebooting ( with CTRL-ALT-DEL ).
- to offer, in a one stop shop, a Unix system with access to Internet.
Esoterica offers Internet access in Portugal, and MINILINUX includes scripts to setup an SLIP link with our server; Mosaic for X Windows is included in MINILINUX and Lynx ( a character mode WWW browser ) is also there.
Installing
----------
You'll need about 20Mb in drive C: during installation. The whole MINI Linux distribution occupies about 15Mb.
MINI Linux is distributed as 4 ZIP and 1 EXE file.
The 4 ZIP files MINILIN1.ZIP to MINILIN4.ZIP contain 4 files ( linux.cut and linux.001 to linux.003 ).
The MINILINX.EXE file contains a text file ( probably in Portuguese :-) and a couple of utilities to create and install the distribution.
You should create a directory called LINUX in the root of your C: drive ( md linux ) where you should put the ZIP files and the EXE file. Execute MINILINX.EXE to get the utility to unpack the ZIP files and the one to join all ( cd linux and then minilinx; after this pkunzip -d * ).
You can now delete the ZIP files ( del *.zip )
The fcut utility allows you to join the .cut and the .00? files.
Use the command:
fcut -j linux
You'll get a new file called linux.zip and you can now delete the parts ( "del *.00*" e "del *.cut" )
To complete installing you just have to decompress the linux.zip file with the command "pkunzip -d linux.zip".
After this is done you can delete the linux.zip file "del linux.zip"
With all this you should have a C:\LINUX directory on your drive which contains the whole Linux operating system.
Using it
----------
When you boot your machine it goes to DOS as usual.
To get to Linux you should give the command
c:\linux\linux.bat
You can of course copy this batch file to a directory on your path ( "copy c:\linux\linux.bat c:\dos" for example ) and you'll be able to start Linux by just giving the command "linux".
The system has support for
- Soundblaster card and CDROM
- mouse on COM1: ( /dev/mouse ) ( Mouse Systems )
- modem on COM2: ( /dev/modem )
- various Ethernet cards ( inc. NE2000 and 3Com )
- SCSI cards and devices
- X Windows in SVGA mode ( Trident, Tseng, Cirrus, etc )
- TCP/IP and SLIP/PPP support
After the startup of the system is finished you're presented with the login prompt. The only user available is root, without password. You can change the password with the passwd command and you can add other users ( recommended ) with the adduser command. You can boot your system in MSDOS mode by pressing CTRL-ALT-DEL which starts the shutdown procedure automatically.
Notes
-----
We dont intend to give here a course on Unix. You should read one of the many books on Unix/Linux, attend a Unix course or gather
info and docs on the Net. We can give some hints though :-)
- Linux has support for virtual terminals. You can access them by pressing ALT + Fx, where Fx is a function key from F1 to F8
- some commands in Linux are similar to their DOS counterparts if not equal ( dir=dir, cp=copy, rm=del, cat=type )
- the equivalent of AUTOEXEC.BAT and CONFIG.SYS are the files
/etc/inittab and the files under directory /etc/rc.d ( notice that in Unix the / is a / and not a \ :-)
- joe is included ( joe is a Wordstar compatible word processor )
- tetris and sasteroids ( games :-) are included
- a file manager is included ( command xtree or utree )
- a comms program, minicom, is included
- if you have Ethernet you must start up support. Check out the /etc/start.ether file to see how its done
- a start.dip script is included for connection to Esoterica.
To connect to other providers you must edit this script and also the esoterica.dip script
- to start up X Windows you must give the startx command. You can change resolution with the CTRL-ALT-+ and CTRL-ALT-- combinations.
- in an X Windows terminal window you can give any normal Unix command.
You can also use X applications like "xfilemanager &", "xbombs &" ( a Minesweeper clone ) or "xlander &" If you press the mouse button over the desktop you get the X Windows control menu.
- X Mosaic is available ( command "xmosaic &" )
Note: you'll need an Internet connection and to supply an URL to see anything :-)
- X Windows is heavy on memory usage. If you have less than 8 Megabytes of RAM you should create virtual memory with the following commands
# dd if=/dev/zero of=/swapfile bs=1024 count=8192
# mkswap /swapfile 8192
# sync
# swapon /swapfile
You can test that you have more memory with the "free" command
DISCLAIMER
----------
- Esoterica doesnt support MINI Linux
- we dont guarantee that MINI Linux does anything
- we dont guarantee the availability of access in the future
- we dont do Unix support or any kind of support except for our clients
We also wont be liable if MINI Linux destroys your hard disk, causes any damage or loss of information, destroys the human race or makes your girlfriend leave you.
--
Et in Arcadia Ego
lilo.conf 설정파일 이용하여 그래픽 GUI 부팅 환경 구성하기 글쓴이 : 장훈 (2002년 08월 26일 오후 11:45) 읽은수: 11,493 [ lilo, grub ![]() ![]() |
그래픽-GUI 부팅 환경을 위한 lilo.conf 파일의 설정 방법 입니다. /etc/lilo.conf 파일에서... 1. 그래픽 리로 message=/boot/message 이 설정은 처음 부팅해서 만나는 화면의 배경으로 사용될 그림파일을 지정해 주는 부분입니다. 부팅을 시작하면 linux 하고 windows 선택하는 화면이 나오는데 그 배경화면으로 사용할 그림파일을 지정합니다. 하지만 일반 그림파일을 사용하는 것이 아닙니다. 만약 개인적으로 배경화면을 바꾸고 싶으신 분이나 boot/message 라는 파일이 존재하지 않는 경우는 pcx 파일을 이용해서 message 파일을 만들어야 하는데 아래 주소의 글을 참고하시기 바랍니다. (http://kltp.kldp.org/stories.php?story=01/02/12/6788130) 2. 프레임 버퍼 vga=0x301 append="console=/dev/tty2 CONSOLE=/dev/tty2" 이 설정을 하면 부팅 과정에서 보여지는 부분이 텍스트 형식으로 보여지는 것이 그래픽-GUI 환경에서 부팅 과정을 볼 수 있다. 텍스트로 보면 보다 많은 정보를 얻을 수 있을지는 몰라도 그래픽 환경에서도 에러가 생기면 그때 그때 화면으로 알려주므로 굳이 텍스트 환경을 고집할 필요가 없고 보기에도 좋으므로 이러한 설정을 추천하고 싶다. 물론 텍스트 환경으로 보고 싶으신 분은 /etc/lilo.conf 파일 내용에서 위의 설정 부분을 찾아서 주석처리를 해주시면 됩니다. 중고수 분들은 이미 알고 있는 것들이겠지만 초보들에겐 정말 필요한 내용임을 필자가 직접 경험하였기에 이렇게 짧은 팁을 올립니다. |