· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
netisinfinite


1. "The net is vast and infinite."

´Ü¼øÇϰí Á÷°üÀûÀÌ¸ç °¡º±°í ºü¸¥ ÇÁ·Î±×·¥À» ÁÁ¾ÆÇÏ´Â À¯ÀúÀÔ´Ï´Ù.

¿äÁò ÁÖ·Î ¸¸Áö´Â °ÍÀº D, Debian, Java, Ruby.

¹Ý°©½À´Ï´Ù.

gmail id : netisinfinite

2. Wmarks

À§Å° ±â¹Ý ºÏ¸¶Å· µµ±¸. FirefoxÀÇ È®Àå. µ¿ÀÛ ¹æ½ÄÀº [https]Google Bookmarks Button°ú À¯»ç. ´Ù¸¥ ÇÁ·Î±×·¥µé°ú´Â ´Ù¸£°Ô ÆäÀÌÁö||¼½¼Ç ´ÜÀ§·Î µ¿ÀÛ. ¾Æ·¡´Â ±× ½Ç¿ë ¿¹ (¹× Å×½ºÆ®¿ë -_-;;;)

3. Bookmarks

3.2. SVG (sect)

[https]svg salamander´Â ºÎÁ·ÇØ. [http]svg favicon maker´Â Á¦´ë·Î µ¿ÀÛÇÏÁö ¾Ê¾Æ. [http]batikÀÌ ¾ÆÁ÷ Áö¿øÇÏÁö ¸øÇÏ´Â ºÎºÐÀÌ À־.

3.3. libs (desc)

  • [http]JavE - Java Ascii Versatile Editor.
  • [http]FMJ´Â Freedom for Media in Java ÀÇ ¾àÀÚÀÌ´Ù.


4. "Erantzo" Desktop

¿©·¯ ¿î¿µÃ¼Á¦¿¡¼­ µ¿ÀÏÇÑ (±×³ð+JFBTERM+±âº» ¾îÇÃ+ÇÑ±Û ¼³Á¤)ȯ°æÀ» ±¸ÃàÇÏ´Â °£´ÜÇÑ ½ºÅ©¸³Æ®.

4.1. Debian GNU/Linux (Unstable, 06/09/24) from NetInstCD

echo "deb file:/var/cache/apt-build/repository apt-build main deb ftp://ftp.kr.debian.org/pub/debian/ unstable main contrib non-free deb-src ftp://ftp.kr.debian.org/pub/debian/ unstable main contrib non-free deb http://www.debian-multimedia.org sid main" > /etc/apt/sources.list sed -i "$ d" /etc/rc.local echo "setkeycodes 71 122 setkeycodes 72 123 exit 0" >> /etc/rc.local echo "keycode 209 = Hangul_Hanja keycode 210 = Hangul" > /etc/skel/.Xmodmap echo "export LANG="ko_KR.UTF-8" export GTK_IM_MODULE=hangul3f xmodmap ~/.Xmodmap exec gnome-session" > /etc/skel/.xsession

xorg & gnome & themes :
apt-get -y install gnome-session gnome-applets gnome-terminal nautilus imhangul eog emacs-snapshot gaim xchat erc mplayer totem amule firefox firefox-locale-ko synaptic #Pharago GTK2 Theme : http://www.gnome-look.org/content/show.php?content=21336 wget "http://www.gnome-look.org/content/download.php?content=21336&id=1" tar xzf 21336-Pharago.tar.gz -C /usr/share/themes rm 21336-Pharago.tar.gz #Gnursid MetaCity Theme : http://www.gnome-look.org/content/show.php?content=19088 wget "http://www.gnome-look.org/content/download.php?content=19088&id=1" tar xzf 19088-Gnursid.tar.gz -C /opt/gnome/share/themes rm 19088-Gnursid.tar.gz #Teardrops 1024x768 Wallpaper : http://art.gnome.org/backgrounds/nature/1923 wget "http://art.gnome.org/download/backgrounds/nature/2539/NATURE-Teardrops_1024x768.jpg" -P /usr/share/\backgrounds #Jini v0.4 icons : http://jini.kldp.net/ wget "http://kldp.net/frs/download.php/2875/jini-icon-theme-0.4.tar.gz" tar xzf jini-icon-theme-0.4.tar.gz -C /usr/share/icons/ rm jini-icon-theme-0.4.tar.gz vi .gconf/desktop/gnome/interface/%gconf.xml;vi .gconf/apps/metacity/general/%gconf.xml

<?xml version="1.0"?> <gconf> <entry name="menus_have_icons" mtime="1158999353" type="bool" value="true"> </entry> <entry name="can_change_accels" mtime="1158999343" type="bool" value="false"> </entry> <entry name="toolbar_detachable" mtime="1158999341" type="bool" value="false"> </entry> <entry name="toolbar_style" mtime="1158999339" type="string"> <stringvalue>icons</stringvalue> </entry> <entry name="icon_theme" mtime="1158992032" type="string"> <stringvalue>jin6</stringvalue> </entry> <entry name="monospace_font_name" mtime="1157723558" type="string"> <stringvalue>MY_FONT 10</stringvalue> </entry> <entry name="document_font_name" mtime="1157723533" type="string"> <stringvalue>MY_FONT 10</stringvalue> </entry> <entry name="font_name" mtime="1157723528" type="string"> <stringvalue>MY_FONT 10</stringvalue> </entry> <entry name="gtk_theme" mtime="1158991322" type="string"> <stringvalue>Pharago</stringvalue> </entry> </gconf>

<?xml version="1.0"?> <gconf> <entry name="theme" mtime="1158999318" type="string"> <stringvalue>Gnursid</stringvalue> </entry> <entry name="titlebar_font" mtime="1157723543" type="string"> <stringvalue>MY_FONT 10</stringvalue> </entry> </gconf>

terminal & jfbterm :
apt-get -y install w3m w3m-img erc pkg-config #libhangul 0.2 : http://kldp.net/projects/hangul wget http://kldp.net/frs/download.php/3362/libhangul-0.0.2.tar.gz tar cvzf libhangul-0.0.2.tar.gz -C /usr/local/src rm libhangul-0.0.2.tar.gz cd /usr/local/src/libhangul-0.0.2 ./configure make make install #VERSION FIX : http://nskystars.net/wiki/wiki.php/jfbterm/libhangul-0.0.2FIX sed -e "8 s/1/2/g" /usr/lib/pkgconfig/libhangul.pc #JFBTERM-UXP http://nskystars.net/wiki/wiki.php/jfbterm wget http://kldp.net/frs/download.php/3369/jfbterm-0.4.7-uxp-0.2.0.tar.gz tar cvzf jfbterm-0.4.7-uxp-0.2.0.tar.gz -C /usr/local/src rm jfbterm-0.4.7-uxp-0.2.0.tar.gz cd /usr/local/src/jfbterm-0.4.7-uxp-0.2.0 ./configure --prefix=/usr --sysconfdir=/etc --enable-direct-color make make install

java development :
apt-get -y install sun-java5-jdk eclipse update-alternatives --set java /usr/lib/jvm/java-1.5.0-sun/jre/bin/java sed -i "$ d" /etc/rc.local echo "export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun exit 0" >> /etc/rc.local

4.2. ArchLinux (arch-0.7.2-ftp.iso)

/arch/setup ½ÇÇàÇÏ¿© base¸¸ ¼³Ä¡.

pacman -Sy pacman -Su pacman -S xorg xorg-server xorg-clients xorg-fonts-type1 metacity gnome-session gnome-panel gnome-applets gnome-terminal gnome-themes control-center nautilus totem gaim mozilla-firefox emacs scim-hangul Xorg -configure sed -i "s/dev\/mouse/dev\/input\/mice/g" xorg.conf.new cp xorg.conf.new /etc/X11/xorg.conf localedef -cvi ko_KR -f UTF-8 ko_KR.utf8 wget http://kldp.net/frs/download.php/1547/ttf-unfonts-1.0-1.pkg.tar.gz pacman -Ad ttf-unfonts-1.0-1.pkg.tar.gz fc-cache rm ttf-unfonts-1.0-1.pkg.tar.gz wget http://kldp.net/frs/download.php/1655/nabi-0.15-1.pkg.tar.gz rm nabi-0.15-1.pkg.tar.gz echo "export LC_ALL=ko_KR.UTF-8 export LANG=ko_KR.UTF-8 export XMODIFIERS=@im=nabi xmodmap ~/.Xmodmap exec nabi & exec gnome-session" > /etc/skel/.xsession echo "setkeycodes 71 122 setkeycodes 72 123" >> /etc/rc.local echo "keycode 209 = Hangul_Hanja keycode 210 = Hangul" > /etc/skel/.Xmodmap

terminal & jfbterm :
pacman -S w3m pkgconfig

java development :
pacman -S jre jdk eclipse

4.3. Solaris 10 (6/06 DVD)


5. Dear netisinfinite


ID
Password
Join
Take care of the luxuries and the necessities will take care of themselves.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2006-12-10 19:58:11
Processing time 0.0083 sec