LinuxからFreeBSDに乗り換えるスレ

■ このスレッドは過去ログ倉庫に格納されています
0001DNS未登録さん05/01/12 01:17:31ID:HmUBUL3w
俺はRedHat9からFreeBSD4に乗り換えたが、いい感じで負荷が減った。
ApacheのWebサーバーね。

特に低スペックな環境でお勧め。

0108DNS未登録さん2007/02/13(火) 22:11:38ID:???
うざい > ID:eGZqoOsF

どっかの無料 web スペースにでもまとめて貼っとけば、
喜ぶ奴もいるかもしれないのに。

0109DNS未登録さん2007/02/13(火) 22:26:59ID:8ZZPYGBP
>>108
はいはい、統治は自分のブログででもやってくださいな。

0110DNS未登録さん2007/02/13(火) 23:01:14ID:???
eGZqoOsFはどう見てもやり過ぎでしょ

0111DNS未登録さん2007/02/13(火) 23:46:14ID:???
なんの為にもならない糞みたいな書き込み(しかもage)でスレが埋まってく・・

0112DNS未登録さん2007/02/14(水) 02:59:11ID:???
チラシの裏に書けよ > eGZqoOsF

0113DNS未登録さん2007/02/14(水) 06:30:10ID:Qr4Nh5VB
 com/2862cz

0114DNS未登録さん2007/02/14(水) 06:37:38ID:Qr4Nh5VB
top ps
/usr/local/etc/apache22
/etc/rc.conf
/usr/local/etc/rc.d

cd /usr/ports/www/apache22
make install clean
/usr/local/etc/rc.d/apache22.sh restart
/usr/local/sbin/apachectl start

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"

ServerName www.example.co.jp:80

[ -z "$apache22_enable" ] && apache22_enable="YES"
[ -z "$apache22_http_accept_enable" ] && apache22_http_accept_enable="YES"

hostname="freebsd.localhost"
ifconfig_lnc0="DHCP"
keymap="jp.106"
moused_enable="YES"
usbd_enable="YES"
inetd_enable="YES"
apache22_enable="YES"

http://localhost

# LoadModule unique_id_module

0115DNS未登録さん2007/02/14(水) 06:42:46ID:Qr4Nh5VB
freebsd# /etc/rc.d/inetd restart

0116DNS未登録さん2007/02/14(水) 07:57:32ID:Qr4Nh5VB
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22
http.conf
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"





0117DNS未登録さん2007/02/14(水) 08:05:49ID:Qr4Nh5VB
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"

/usr/local/etc/apache22
[ -z "$apache22_enable" ] && apache22_enable="YES"
[ -z "$apache22_http_accept_enable" ] && apache22_http_accept_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/sbin/apachectl status
http://localhost

0118DNS未登録さん2007/02/14(水) 08:08:41ID:Qr4Nh5VB
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"

/usr/local/etc/apache22
[ -z "$apache22_enable" ] && apache22_enable="YES"
[ -z "$apache22_http_accept_enable" ] && apache22_http_accept_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart

0119DNS未登録さん2007/02/14(水) 08:15:09ID:Qr4Nh5VB
http://sv-miya.dyndns.org/freebsd/
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"

/usr/local/etc/apache22
[ -z "$apache22_enable" ] && apache22_enable="YES"
[ -z "$apache22_http_accept_enable" ] && apache22_http_accept_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart

0120DNS未登録さん2007/02/14(水) 08:18:33ID:Qr4Nh5VB
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
inetd_enable="YES"

/usr/local/etc/apache22
[ -z "$apache22_enable" ] && apache22_enable="YES"
[ -z "$apache22_http_accept_enable" ] && apache22_http_accept_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0121DNS未登録さん2007/02/14(水) 08:26:39ID:Qr4Nh5VB
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0122DNS未登録さん2007/02/14(水) 08:27:51ID:Qr4Nh5VB
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0123DNS未登録さん2007/02/14(水) 08:32:29ID:Qr4Nh5VB
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0124DNS未登録さん2007/02/14(水) 08:36:47ID:Qr4Nh5VB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=Shift_JIS">
<title>タイトル</title>
</head>
<body>
本文
</body>
</html>

0125DNS未登録さん2007/02/14(水) 08:38:33ID:Qr4Nh5VB
/usr/local/www/apache22/data

0126DNS未登録さん2007/02/14(水) 08:43:25ID:Qr4Nh5VB
/usr/local/www/apache22/data/index.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=EUC_JP">
<title>タイトル</title>
</head>
<body>
本文
</body>
</html>

0127DNS未登録さん2007/02/14(水) 09:34:22ID:???
これは犬厨の嫌がらせだなw

0128DNS未登録さん2007/02/14(水) 10:05:46ID:Qr4Nh5VB
7.1.4 CGI


 # cd /usr/local/apache/cgi-bin/
 # chmod +x test-cgi
で中のtest-cgiに実行権をつけます。IPアドレス/cgi-bin/test-cgi
で動作を確認します。

>> cgi-binディレクトリにあるprintenvとtest-cgiはセキュリティホールとなる可能性があるので、cgi動作確認後は削除して下さい。



・CGIの設定
<Directory "/usr/local/apache/cgi-bin">
Options None FollowSymLinks ExecCGI
</Directory>
AddHandler cgi-script .cgi

0129DNS未登録さん2007/02/14(水) 10:07:31ID:Qr4Nh5VB
#!/usr/local/bin/ruby

print "<html>ruby</html>"

0130DNS未登録さん2007/02/14(水) 10:21:01ID:Qr4Nh5VB
#!/usr/local/bin/ruby
print "Content-type: text/html\n\n"
print "<html>ruby</html>"

0131DNS未登録さん2007/02/14(水) 10:52:38ID:???
鬱陶しいことこのうえ無いな

0132DNS未登録さん2007/02/14(水) 11:48:39ID:???
一時linuxに変えようと思ったけど、変わったアプリをインストールするとメーカーの試用版だったりする。
ダイアルアップの頃のスケベサイトを思い出してしまった。

0133DNS未登録さん2007/02/14(水) 13:56:00ID:Qr4Nh5VB
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0134DNS未登録さん2007/02/14(水) 18:37:24ID:???
Qr4Nh5VB == eGZqoOsF


ここまでくりゃ立派な荒らしだ

0135DNS未登録さん2007/02/15(木) 02:37:45ID:???
今からBSDってことは絶対無い。
地上ディジタル放送で十分。

0136DNS未登録さん2007/02/15(木) 10:09:24ID:???
そ、そらあんたBSやがな!!

0137DNS未登録さん2007/02/15(木) 13:57:43ID:???
BSデジタルかよ。
これは流行らなかったな。

0138DNS未登録さん2007/02/19(月) 09:04:53ID:tTPQh8sL
BSDigitalも自動的に見れるから問題ナッシング

0139DNS未登録さん2007/02/22(木) 20:28:06ID:r5A+xCz7
http://sv-miya.dyndns.org/freebsd/
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html

0140DNS未登録さん2007/02/22(木) 21:04:39ID:r5A+xCz7
http://sv-miya.dyndns.org/freebsd/
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html
ls apache*
# pkg_add foo-1.2.3.tgz
# pkg_delete foo-1.2.3

0141DNS未登録さん2007/02/22(木) 21:12:25ID:r5A+xCz7
http://sv-miya.dyndns.org/freebsd/
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html
ls apache*
# pkg_add -r apache22 # pkg_add foo-1.2.3.tgz # pkg_delete foo-1.2.3

0142DNS未登録さん2007/02/22(木) 21:14:27ID:r5A+xCz7
http://sv-miya.dyndns.org/freebsd/
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html
ls apache*
# pkg_add -r apache22 # pkg_add foo-1.2.3.tgz # pkg_delete foo-1.2.3
vi /etc/rc.conf

0143DNS未登録さん2007/02/22(木) 21:35:14ID:r5A+xCz7
http://sv-miya.dyndns.org/freebsd/
com/2862cz
cd /usr/ports/www/apache22
make install clean

/usr/local/etc/apache22/http.conf
# LoadModule unique_id_module
ServerName freebsd.example.co.jp:80

/etc/rc.conf
apache22_enable="YES"

/usr/local/etc/rc.d/apache22.sh restart
/usr/local/etc/rc.d/apache22.sh status
/usr/local/sbin/apachectl status
http://localhost http://127.0.0.1 top ps whereis apache22
freebsd# /etc/rc.d/inetd restart
http://sv-miya.dyndns.org/freebsd/
http://blog.at-dark.jp/pc/2007/01/freebsd.html
http://atlas.kek.jp/physics/nyumon/unix-commands.html
http://hp.vector.co.jp/authors/VA016670/unix/vi_reference.html
http://atlas.kek.jp/physics/nyumon/vi-commands.html
ls apache*
# pkg_add -r apache22 # pkg_add foo-1.2.3.tgz # pkg_delete foo-1.2.3
vi /etc/rc.conf
'httpready' Accept Filter
# kldload accf_http.ko

0144DNS未登録さん2007/02/23(金) 01:29:25ID:4Kt6Mff0
http://www.amazon.co.jp/gp/product/4839918945/
rubygems rubygem FreeBSD 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
[root@freebsd]~# tar -zxvf ports.tar.gz -C /usr/
http://www.soulforged.net/wordpress/?p=35
/usr/ports/
#cd /usr/ports/lang/ruby18
#make install clean
#cd /usr/ports/devel/ruby-gems
#make install clean
#gem update
#gem install rails -include-dependencies
#gem install mechanize
#gem install sqlite3-ruby

cd /usr/ports/www/opera
make install clean

http://mechanize.rubyforge.org/
#!/usr/local/bin/ruby -Ke

# kwrite
require 'rubygems'
require 'mechanize'
require 'nkf'

agent = WWW::Mechanize.new
agent.user_agent_alias = 'Mac Safari'
page = agent.get("http://www.yahoo.co.jp/";)
puts NKF.nkf("-e",page.body)


#search_form = page.forms.with.name("f").first
#search_form.q = "Hello"
#search_results = agent.submit(search_form)
#puts NKF.nkf("-e",search_results.body)

http://www.sqlite.org/sqlite-3.3.9.tar.gz
tar zxf sqlite-3.3.9.tar.gz
cd sqlite-3.3.9
./configure --prefix=/usr/local/sqlite --enable-utf8
make
make install


http://bsdsystem.blog40.fc2.com/blog-entry-5.html
$ fetch http://www.sqlite.org/sqlite-3.2.7.tar.gz
$ tar zxvf sqlite-3.2.7.tar.gz
$ cd sqlite-3.2.7
$ ./configure
$ make
$ su
# make install

0145DNS未登録さん2011/06/27(月) 23:39:53.85ID:9XYNjuVL
.

0146DNS未登録さん2011/09/23(金) 15:35:12.00ID:W704251M
厨と呼ばれ嫌われるタイプの人間の判別はただ一つ

自分の使っているモノを他人にも使えと利点欠点まったく考慮せずに一方的にゴリ押しする
自分が使ってよかったから他人が使ってもいいものだと盲目的に信じてる

PC関係だけじゃなくて世のすべてに共通する
自分が見て面白かったものは他人がみても面白い等など

もう乗り換えはいないのか

0148DNS未登録さん2013/08/04(日) NY:AN:NY.ANID:???
2004年頃に乗り換えてからずっとFreeBSD
もう他への乗り換えとか面倒で惰性で使ってるだけ

0149DNS未登録さん2013/08/29(木) NY:AN:NY.ANID:PHSSfRV6
ZFS使いたくて乗り換えた。
8.9から入って9.0使ってる。
NASにしてTVの録画先とかMacのTime machineとかファイル置き場

0150DNS未登録さん2015/07/31(金) 21:32:04.59ID:RyoETnjP
26 :風吹けば名無し@転載禁止:2015/07/31(金) 21:18:36.48 ID:OZfmqC0f0
http://livedoor.blogimg.jp/pekochan893/imgs/5/f/5f846836.jpg
長谷川亮太君のブログ「日常」

2012年2月22日 02:18 『ネット上で犯罪自慢をしてはならない』

とくに学生に多いのがmixiやらツイッターで未成年飲酒を堂々と書き込んでいる人々。
気持ちは分かるし実際にはほとんどの人がやっているのだろうけど自らネットで世間に公表してはいかんでしょ。
この国に生まれた以上は法律に違反する行為なのだからわきまえないと...と法学部に進学する俺が言ってみる。
まあこの年頃はこのような事がファッション感覚みたいなもんだからしょうがないのかなとは思います。
自分自身もどちらかと言うと自己顕示欲が強い人間だから気持ちは分かる。
ただこんなのがもしバレて人生狂ったら笑えないからほどほどにした方が良いと思われる。

0151DNS未登録さん2015/11/08(日) 08:15:44.98ID:edkGkSWU
2年間も書込みが無いほど過疎ってる、何故?
vine linuxでサーバー運用しているが、何故か、面白みが無い。
FreeNASで遊んでみて、FreeBSDを触る気になった。 サーバーの
全面移行を画策中、何かとご教示の程、よろしく。

0152DNS未登録さん2015/11/09(月) 11:50:49.27ID:???
FreeBSDが複雑になってきたのでNetBSDのほうが楽しいかもしれない。

0153DNS未登録さん2016/03/13(日) 15:46:54.74ID:ZRxhVVXF
ここ2年くらい、FreeWnnがportsでコンパイルできなくなり、
FreeBSDのバージンアップができず困ってます。
Wnn以外は覚える気ないし、日本語変換ができないと不便だし。。

0154DNS未登録さん2016/03/19(土) 20:48:00.52ID:???
>>153

kwsk (スレ違いになりそうだが)

0155DNS未登録さん2017/08/05(土) 16:20:22.84ID:???
>> 153
> ここ2年くらい、FreeWnnがportsでコンパイルできなくなり、
> FreeBSDのバージンアップができず困ってます。
> Wnn以外は覚える気ないし、日本語変換ができないと不便だし。。
Debian, SuSE GNU/Linuxで64ビット化の対応とかしたパッチをここ2−3年だしていたので、
そのソースを引っ張ってきてやってみたら?
Debian GNU/Linuxであいかわらず kinput2-wnn の自分で修正したバージョン使っている。
FreeBSDはFreeNASサーバーでちょこっとつかっているだけだが。

0156DNS未登録さん2017/08/07(月) 18:33:51.44ID:???
pkg で入れれば良いだろ
https://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/pkgng-intro.html

1年以上前の書き込みだから解決してると思うけど

0157DNS未登録さん2018/02/05(月) 11:26:14.87ID:eXRjfIeW
浮上

0158DNS未登録さん2018/05/02(水) 06:45:15.33ID:QsLqCbG/
すごくおもしろいPCさえあれば幸せ小金持ちになれるノウハウ
一応書いておきます
グーグルで検索するといいかも『金持ちになりたい 鎌野介メソッド』

3CS84

■ このスレッドは過去ログ倉庫に格納されています