There are several different Linux based distributions available for the Raspberry Pi, including Raspbian, Arch Linux and Fedora. However Linux isn’t the only operating system that can run on the board. Among others, including RISC OS, is the popular Unix-like operating system FreeBSD. FreeBSD has a deep heritage and is in fact derived from the Berkeley Software Distribution (BSD, sometimes called
2014年02月05日18:45 カテゴリTipsiTech 備忘録 - FreeBSD 10 あれこれ この後無茶苦茶インストールしまくった。 FreeBSD 10.0-RELEASE Announcement ので、気づいたことを。 FreeBSD 9以前からの移行、特にpkgまわり make installでやっていたのも今や昔。freebsd-updateでさくっと。 で、手順は FreeBSD 10.0-RELEASE Installation Instructions のとおり 念のため旧環境もアップデート。済んでれば次へ。 # freebsd-update fetch # freebsd-update install 10.0へアップグレード 必要なファイルの取得 # freebsd-update upgrade -r 10.0-RELEASE カーネル入れ替え # free
Welcome! Here you will find.. Some VMware images – Linux (Fedora, Ubuntu, Debian, CentOS), FreeBSD.. Some Fedora packages What you get! Ubuntu Server 13.04 (Raring Ringtail) VMware image! Debian Wheezy (Debian 7.0) VMware image! FreeBSD 9.1 VMware image! CentOS 5.9 VMware image! CentOS 6.3 VMware image! Fedora 18 (Spherical Cow) VMware image! Ubuntu Server 12.10 (Quantal Quetzal) VMware image! Fed
自宅サーバのsendmailは正直不要です。と思うことはしばしば。 てっとり早く結論を言えば、以下を/etc/rc.confに追記すればよい。なお、「sendmail_enable = "NONE"」はもう使われていないので注意。詳細は後述。 /etc/rc.confへの追記 sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO"しかし、handbook 29.4.2 Disable sendmail に記載の通り、以下の懸念がある(2012/3/1)。 Warning: もしこの方法で sendmail のメール送信機能を無効にしたのなら、 完全に動作する代替メール配送システムと置き換えることが重要です。 さもなければ、per
ログイン時の言語・文字コードを指定する ホームディレクトリにある.login_confを修正して、日本語UTF8な環境を作成しましょう。 $ vi .login_conf me:\ :charset=UTF-8:\ :lang=ja_JP.UTF-8: これで日本語+UTF-8の環境でログインできるようになりました。 PortsからZshをインストールする FreeBSDの標準シェルはCshですが、強力なZshが欲しいのでPortsからインストールします。 $ cd /usr/ports/shells/zsh $ make BATCH=yes install clean $ rehash $ chsh -s zsh Password: **** chsh: user information updated 最後の《chsh -s》コマンドを使って標準シェルをZshに指定します。 .zshr
portupgradeでしあわせに 以下に挙げるコマンド群はportをきれいに保つために便利で強力なtoolです。 portsdb pkgdb portinstall portupgrade pkg_deinstall portversion portsclean portcvsweb portsdb portsdbコマンドは、portsのINDEXファイルを更新したり、 そのINDEXファイルを基にバイナリーデータベースを作成/更新するためのツールです。 portsdb使用例 # portsdb -U -U/--updateindexを指定すると、INDEXを更新する。 # portsdb -u -u/--updateを指定すると、INDEXを基にINDEX.dbとINDEX.rboという2つのバイナリファイルを生成する。 結論 portsdb -Uu をcronで登録しておくと便利 C
“ 複数ファイルの展開 tar コマンドは複数のアーカイブファイルを指定して展開することはできないようです. 次のように複数ファイルを展開時に指定しても, 二番目以降のファイルは, 上記のように一番目のアーカイブファイルの中の特定のファイルと認識されてしまいエラーになります. % tar -zxvf foo.tar.gz bar.tar.gz tar: bar.tar.gz: Not found in archive tar: Error exit delayed from previous errors. 複数ファイルを展開したい場合は, 面倒ですがシェルの for 文や find コマンドと組み合わせる必要があります. # bash の for で for f in *.tar.gz; do tar -zxvf ${f}; done # find と -exec で find . -n
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く