LinNeighborhood (A Linux port of the Windows Network Neighborhood)

[ 戻る | トップページに戻る ]

概要

LinNeighborhood とは、GTK+ ベースのネットワークコンピュータ。

URL

http://www.bnro.de/~schmidjo/

インストール環境

Slackware 7.0 (Kernel 2.2.14 + glibc 2.1.2)
Plamo Linux 2.0 (Kernel 2.2.15 + glibc 2.1.2)

必要なもの

gettext, autoconf, automake, samba,
GTK+ 1.2.0 以降

バージョン

0.6.0

インストール手順

$ tar xvfz LinNeighborhood-0.6.0.tar.gz 
$ cd LinNeighborhood-0.6.0
$ ./configure
$ make
$ su
# make install
# exit

セキュリティ上、問題がないかどうかちょい自信ないのだが、 共有リソースをユーザ権限でマウントする場合には、以下の変更が必要。
$ su
# chmod a+s /usr/local/samba/bin/smbmount
# chmod a+s /usr/local/samba/bin/smbumount
# chmod a+s /usr/local/samba/bin/smbclient
# exit

[ 戻る | トップページに戻る ]